Skip to content

Tags: linkerd/linkerd2-proxy-init

Tags

validator/v0.1.5

Toggle validator/v0.1.5's commit message
validator/v0.1.5

- Dependencies updates

proxy-init/v2.4.4

Toggle proxy-init/v2.4.4's commit message
proxy-init/v2.4.4

- Dependencies updates

cni-plugin/v1.6.5

Toggle cni-plugin/v1.6.5's commit message
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

Toggle validator/v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump validator version from 0.1.3 to 0.1.4 prior to release (#556

)

* chore: bump validator version from 0.1.3 to 0.1.4 prior to release

cni-plugin/v1.6.4

Toggle cni-plugin/v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!(ci): Remove arm/v7 support (#555)

This architecture has become too significant of a maintenance burden, and isn't used often enough to justify the associated maintenance cost.

This removes arm/v7 from all the build infrastructure/dockerfiles/etc. Note that arm64 targets are still widely used and well supported.

Related: linkerd/linkerd2#14308

proxy-init/v2.4.3

Toggle proxy-init/v2.4.3's commit message
proxy-init/v2.4.3

* Dependencies updates

cni-plugin/v1.6.3

Toggle cni-plugin/v1.6.3's commit message
cni-plugin/v1.6.2

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

validator/v0.1.3

Toggle validator/v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(build): bump validator crate version (#538)

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

cni-plugin/v1.6.2

Toggle cni-plugin/v1.6.2's commit message
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

Toggle cni-plugin/v1.6.1's commit message
Improved SA token rotation detection

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