diff --git a/CHANGES.md b/CHANGES.md index 40aafd6a..4ac84b69 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## 0.1.2 + +- Dependencies bumps +- 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. + ## 0.1.1 - Dependencies bumps, clearing vulnerabilities (with no known exploits) on libc diff --git a/charts/linkerd-failover-tests/Chart.yaml b/charts/linkerd-failover-tests/Chart.yaml index 3b54595e..37e9b400 100644 --- a/charts/linkerd-failover-tests/Chart.yaml +++ b/charts/linkerd-failover-tests/Chart.yaml @@ -7,8 +7,8 @@ keywords: kubeVersion: ">=1.20.0-0" sources: - https://github.com/linkerd/linkerd-failover/ -appVersion: 0.1.1 -version: 0.1.1 +appVersion: 0.1.2 +version: 0.1.2 icon: https://linkerd.io/images/logo-only-200h.png maintainers: - name: Linkerd authors diff --git a/charts/linkerd-failover-tests/README.md b/charts/linkerd-failover-tests/README.md index 99652428..8651e1d3 100644 --- a/charts/linkerd-failover-tests/README.md +++ b/charts/linkerd-failover-tests/README.md @@ -1,9 +1,9 @@ # linkerd-failover-tests -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square) +![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square) **Homepage:** diff --git a/charts/linkerd-failover/Chart.yaml b/charts/linkerd-failover/Chart.yaml index 1c54842f..e926ff4d 100644 --- a/charts/linkerd-failover/Chart.yaml +++ b/charts/linkerd-failover/Chart.yaml @@ -7,8 +7,8 @@ keywords: kubeVersion: ">=1.20.0-0" sources: - https://github.com/linkerd/linkerd-failover/ -appVersion: 0.1.1 -version: 0.1.1 +appVersion: 0.1.2 +version: 0.1.2 icon: https://linkerd.io/images/logo-only-200h.png maintainers: - name: Linkerd authors diff --git a/charts/linkerd-failover/README.md b/charts/linkerd-failover/README.md index 58550ad1..55d49539 100644 --- a/charts/linkerd-failover/README.md +++ b/charts/linkerd-failover/README.md @@ -1,9 +1,9 @@ # linkerd-failover -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square) +![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square) **Homepage:** @@ -108,7 +108,7 @@ Kubernetes: `>=1.20.0-0` | Key | Type | Default | Description | |-----|------|---------|-------------| -| image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.1.1"}` | Docker image | +| image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.1.2"}` | Docker image | | linkerdNamespace | string | `"linkerd"` | Namespace of the Linkerd core control-plane install | | logFormat | string | `"plain"` | Log format (`plain` or `json`) | | logLevel | string | `"linkerd=info,warn"` | Log level | diff --git a/charts/linkerd-failover/values.yaml b/charts/linkerd-failover/values.yaml index 4137d1c4..e4aa8f3b 100644 --- a/charts/linkerd-failover/values.yaml +++ b/charts/linkerd-failover/values.yaml @@ -11,7 +11,7 @@ logFormat: plain image: registry: cr.l5d.io/linkerd name: failover - tag: 0.1.1 + tag: 0.1.2 # -- Determines which `TrafficSplit` instances to consider for failover. If # empty, defaults to failover.linkerd.io/controlled-by={{ .Release.Name }}