Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Tags: linkerd/linkerd-smi

Tags

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix PSA (#159)

Added missing securityContext entries to comply with Pod Security
Admission restricted mode (used when using linkerd-cni).

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changes for v0.2.6 (#124)

This release adds `imagePullSecrets` support, for pulling images from private
docker registries.

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated CHANGES.md for v0.2.5 (#118)

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.2.4 (#113)

This release fixes an issue where CLI flags were not being parsed.

Signed-off-by: Alex Leong <alex@buoyant.io>

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change notes for `v0.2.3` (#109)

This should be merged after #108

Also added missing notes for `v0.2.2`

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump github.com/cyphar/filepath-securejoin (#106)

Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/cyphar/filepath-securejoin/releases)
- [Commits](cyphar/filepath-securejoin@v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: github.com/cyphar/filepath-securejoin
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove redundant globs from github release artifact list (#55)

The "Create Release" github action contained redundant file globs which listed the same release artifact multiple times.  For [some reason](softprops/action-gh-release#210), this causes the action to encounter a 404 error and fail.

Remove the redundant globs so that each file is listed only once.

Signed-off-by: Alex Leong <alex@buoyant.io>