From 8c5643b5f757da4371cfacdf715df7dd134bf8c4 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Fri, 12 May 2023 20:19:28 +0200 Subject: [PATCH] Bump spire Helm Chart version from 0.6.3 to 0.7.0 (#278) Please review the below changelog to ensure this matches up with the semantic version being applied. > **Note**: **Maintainers** ensure to run following after merging this PR to trigger the release workflow: > > ```shell > git checkout main > git pull > git checkout release > git pull > git merge main > git push > ``` **Changes in this release** * 65312f85 Include dependency values in documentation (#275) * 5489212b Remove persistence.enabled flag (#274) * b3153242 Allow for ConfigMaps to be annotated (#272) * 013eb617 Fix spacing for spire server service annotation (#273) * 73435be9 Add project glossary. (#262) * c4656a74 Replicas > 1 is not allowed with sqlite driver (#269) * d3da3eed External database configuration (#225) * ce78bea1 Add Edwin Buck as a maintainer. (#267) * 1f09d7b3 Bump test chart dependencies (#264) * aa6b40c0 Add project overview. (#258) * 8e7e6ebc Allow trust bundle url to be set along with format (#256) * 1e09ea54 Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1 (#253) * 6760cd22 Bump test chart dependencies (#252) * 61e338df Fix example production typos (#244) * 3d81928f Add skipKubeletVerification configurable (#243) * 46f10e1d Merge pull request #237 from spiffe/fix-check-versions * 3889d22e Fix quotation bug in update-version.sh * 6a894e8c Move update-versions.sh script * 91083a6b Add post-install scripts to all tests to capture failure details in GitHub workflow summary (#88) * 9afb6f80 Merge pull request #242 from spiffe/shellcheck * 99af475f Resolve shellcheck issues * d0a1e128 Add workflow with shellcheck * 8abd75ef Merge pull request #241 from spiffe/dependabot/github_actions/sigstore/cosign-installer-3.0.3 * 252f1f5a Bump cosign to v2.0.2 * 247e3e5d Bump sigstore/cosign-installer from 3.0.2 to 3.0.3 * 17d62f12 Add an action to find new versions of helm charts (#184) * 2c360a50 Add global for image registry (#201) * 3cc89554 Move reusable macros to root chart (#218) * 3fc81780 Add k8s 1.27 to CI + bump other versions to latest patches (#219) * 6b617440 Merge pull request #113 from spiffe/spire-config-as-yaml-converted-json * 9e03f297 Merge branch 'main' into spire-config-as-yaml-converted-json * 210ed02c Remove dead code (#217) * e3b0d00b Bump min required spire 1.6.x version for this chart * d7dcfeb6 Change spiffe-oidc-provider-config configmap to yaml format * 861108c0 Change spire-agent configmap to yaml format * 1d72b572 Change spire-server configmap to yaml format Signed-off-by: Marco Franssen --- charts/spire/Chart.yaml | 2 +- charts/spire/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/spire/Chart.yaml b/charts/spire/Chart.yaml index 419d2a8..62af05f 100644 --- a/charts/spire/Chart.yaml +++ b/charts/spire/Chart.yaml @@ -3,7 +3,7 @@ name: spire description: > A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager. type: application -version: 0.6.3 +version: 0.7.0 appVersion: "1.6.3" keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc", "spire-controller-manager"] home: https://github.com/spiffe/helm-charts/tree/main/charts/spire diff --git a/charts/spire/README.md b/charts/spire/README.md index 8670d07..e77bf5c 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -2,7 +2,7 @@ -![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.3](https://img.shields.io/badge/AppVersion-1.6.3-informational?style=flat-square) +![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.3](https://img.shields.io/badge/AppVersion-1.6.3-informational?style=flat-square) [![Development Phase](https://github.com/spiffe/spiffe/blob/main/.img/maturity/dev.svg)](https://github.com/spiffe/spiffe/blob/main/MATURITY.md#development) A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.