Skip to content

Releases: linkerd/linkerd2-proxy-init

validator v0.1.5

17 Dec 21:00
8309214

Choose a tag to compare

validator/v0.1.5

- Dependencies updates

proxy-init v2.4.4

17 Dec 15:18
f09b905

Choose a tag to compare

proxy-init/v2.4.4

- Dependencies updates

cni-plugin v1.6.5

17 Dec 19:59
cb3e628

Choose a tag to compare

cni-plugin/v1.6.5

- Fixed race condition that prevented proper plugin deployment in some environments, particularly EKS (#585)
- Dependencies updates

validator v0.1.4

01 Aug 19:50
ba09649

Choose a tag to compare

Dependencies updates

cni-plugin v1.6.4

01 Aug 19:21
d679fe9

Choose a tag to compare

Dependencies updates

proxy-init v2.4.3

08 Jul 19:35
6f42679

Choose a tag to compare

proxy-init/v2.4.3

* Dependencies updates

cni-plugin v1.6.3

08 Jul 19:19
6f42679

Choose a tag to compare

cni-plugin/v1.6.3

  • fix(cni-plugin): append inbound skip ports instead of replacing
  • fix(cni-plugin): fix several race conditions
  • Dependencies updates

validator v0.1.3

25 Jun 14:01
05dc25c

Choose a tag to compare

chore(build): bump validator crate version (#538)

Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>

cni-plugin v1.6.2

04 Mar 15:53
245af89

Choose a tag to compare

Fixed shutdown issue

This release fixes an issue introduced in v1.6.0 where the linkerd-cni
pod was failing to complete its cleanup tasks during shutdown, leaving
the linkerd-cni active but potentially with revoked permissions, thus
interfering with the proper startup of pods in the node.

cni-plugin v1.6.1

26 Feb 22:18
2359e38

Choose a tag to compare

Improved SA token rotation detection

This release improves the service account token rotation detection
introduced in the previous release.