From 86980f5ada16b078d6e2d66b9a7823bdc16f7ab0 Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Wed, 31 May 2023 15:38:11 -0500 Subject: [PATCH] v0.1.1 release (#675) ## 0.1.1 - Dependencies bumps, clearing vulnerabilities (with no known exploits) on libc and openssl - Build CLI and controller as static binaries - The controller docker image is now based on `scratch` - Added RBAC to allow publishing events associated to the TrafficSplit resource --- CHANGES.md | 8 ++++++++ charts/linkerd-failover-tests/Chart.yaml | 4 ++-- charts/linkerd-failover-tests/README.md | 4 ++-- charts/linkerd-failover/Chart.yaml | 4 ++-- charts/linkerd-failover/README.md | 6 +++--- charts/linkerd-failover/values.yaml | 2 +- 6 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e135278c..40aafd6a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## 0.1.1 + +- Dependencies bumps, clearing vulnerabilities (with no known exploits) on libc + and openssl +- Build CLI and controller as static binaries +- The controller docker image is now based on `scratch` +- Added RBAC to allow publishing events associated to the TrafficSplit resource + ## 0.1.0 Even though 0.0.1-edge was stable enough, this is officially the first stable diff --git a/charts/linkerd-failover-tests/Chart.yaml b/charts/linkerd-failover-tests/Chart.yaml index 2e72e765..3b54595e 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.0 -version: 0.1.0 +appVersion: 0.1.1 +version: 0.1.1 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 ebe83ae8..99652428 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.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square) **Homepage:** diff --git a/charts/linkerd-failover/Chart.yaml b/charts/linkerd-failover/Chart.yaml index 9cac982d..1c54842f 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.0 -version: 0.1.0 +appVersion: 0.1.1 +version: 0.1.1 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 16524f46..3750e3a9 100644 --- a/charts/linkerd-failover/README.md +++ b/charts/linkerd-failover/README.md @@ -1,9 +1,9 @@ # linkerd-failover -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-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.0"}` | Docker image | +| image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.1.1"}` | Docker image | | logFormat | string | `"plain"` | Log format (`plain` or `json`) | | logLevel | string | `"linkerd=info,warn"` | Log level | | selector | string | `nil` | Determines which `TrafficSplit` instances to consider for failover. If empty, defaults to failover.linkerd.io/controlled-by={{ .Release.Name }} | diff --git a/charts/linkerd-failover/values.yaml b/charts/linkerd-failover/values.yaml index e44bdefe..67cbbd7d 100644 --- a/charts/linkerd-failover/values.yaml +++ b/charts/linkerd-failover/values.yaml @@ -8,7 +8,7 @@ logFormat: plain image: registry: cr.l5d.io/linkerd name: failover - tag: 0.1.0 + tag: 0.1.1 # -- Determines which `TrafficSplit` instances to consider for failover. If # empty, defaults to failover.linkerd.io/controlled-by={{ .Release.Name }}