Skip to content

Releases: linkerd/linkerd-smi

v0.2.7

08 Feb 11:54
c0c39b1
Compare
Choose a tag to compare

v0.2.7

  • Allowed setting resource requirements for the smi-adaptor
  • Added ability to set runAsUser entry for the smi-adaptor
  • Fixed the smi-adaptor to run in Pod Security Admission's restricted level
  • Fixed clusterDomain config (it was being ignored)

v0.2.6

19 Oct 22:24
c174f50
Compare
Choose a tag to compare

v0.2.6

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

v0.2.5

13 Oct 17:41
877772a
Compare
Choose a tag to compare

v0.2.5

This release just bumps the Helm chart version, which we had missed in the
previous releases.

v0.2.4

04 Oct 21:17
4ee0e7a
Compare
Choose a tag to compare

v0.2.4

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

v0.2.3

25 Sep 15:11
b30ba6f
Compare
Choose a tag to compare

v0.2.3

Replaced curlimages/curl docker image in the namespace-metadata Job with
linkerd's extension-init image, to avoid all the OS luggage included in the
former, which generates CVE alerts.

v0.2.2

20 Sep 20:12
ef8986a
Compare
Choose a tag to compare

This is a maintenance release which upgrades a number of dependencies.

v0.2.1

09 May 16:56
b6ae098
Compare
Choose a tag to compare

v0.2.1

This is a maintenance release which upgrades a number of dependencies and moves
the project onto Go 1.19.

v0.2.0

23 Dec 18:42
fa0eb15
Compare
Choose a tag to compare

v0.2.0

This release adds the TrafficSplit (v1alpha1 and v1alpha2) CRD into the
extension. This also includes improvements around the non-default namespace
creation in helm, along with the controller to emit events while processing SMI
resources.

This version has compatibility with Linkerd starting from edge-21.12.2 versions,
to prevent race conditions during the CRD install.

v0.1.0

23 Jul 17:36
cdc0289
Compare
Choose a tag to compare

v0.1.0

linkerd-smi 0.1.0 is the first public release of the SMI extension
for Linkerd. This extension follows the Linkerd's extension model,
and ships with both a CLI and a Helm Chart.

The smi-adaptor is the main component of this extension. It is a Kubernetes
controller that listens for TrafficSplit objects and converts them into
a new corresponding ServiceProfile object, or updates the existing one
if it already exists.