From 06d8cd2ae5ba7c97c56df0bb37f982fcf9d4a6b3 Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Thu, 9 Nov 2023 13:10:16 -0800 Subject: [PATCH] Bump spire Helm Chart version from 0.14.0 to 0.15.0 * 6c0a4fb Auto tornjak url (#89) * f2758a8 Autogen jwtIssuer (#88) * 93c20c6 Merge pull request #83 from spiffe/doc-ingress-patch * c662b0c Merge branch 'main' into doc-ingress-patch * de8cbc8 Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 in /tests (#90) * 1de838e Bump helm.sh/helm/v3 from 3.13.1 to 3.13.2 in /tests (#91) * daf9d55 Merge branch 'main' into doc-ingress-patch * aaeca00 Fix tests after renaming files * 0320c3f Cleanup documentation * 37cd9f2 Update to SPIRE 1.8.4 (#84) * bd7879a Fix the typo in the production ingress README * 805d869 spire-controller-manager 0.4.0 support (#60) * edf2381 Bump sigstore/cosign-installer from 3.1.2 to 3.2.0 (#85) * 0ed6d92 Bump test chart dependencies * f7b6140 Fix docs * a7e8785 Add another missing one * 3778597 Add missing ClusterSPIFFEID fields * 9b31f3d Bump helm/chart-testing-action from 2.6.0 to 2.6.1 * d6583be Add missing no cleanup flags to example tests (#79) * 81cc2dc Ingress type openshift (#52) * 2dce90f Bump helm/chart-releaser-action from 1.5.0 to 1.6.0 (#75) * f08ebd3 Patch Tornjak ingress (#74) * 6a6aa1c Cosign download fix (#72) * 3b01684 Support Openshift deployment (#13) * ed23d8b Simple ingress support (#48) * b354413 Fix incorrect nesting of priorityClassName (#67) * 09ebfc9 Bump test chart dependencies (#68) * d50d78d Fix ingress annotation variable for tornjak server (#66) * b813807 Update docs to simplify, clarify, and prioritize ease of install/upgrade (#62) * 5ad35bd Merge pull request #59 from sabre1041/spire-agent-nodename * 02d445c Update charts/spire/README.md * 9bd7f43 Added environment variable to spire-agent to inject node name * fb64f8d Bump github.com/onsi/gomega from 1.28.1 to 1.29.0 in /tests (#61) * 30d0f59 Update helm-charts repository URL (#58) * 7924323 Specify ingress controller type (#43) * 0b17434 Bump test chart dependencies (#54) * a419903 Bump github.com/onsi/gomega from 1.28.0 to 1.28.1 in /tests (#53) * 5025025 Fix doc missing end tag (#46) * cf226a7 Bump actions/checkout from 4.1.0 to 4.1.1 (#42) Signed-off-by: Faisal Memon --- charts/spire/Chart.yaml | 2 +- charts/spire/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/spire/Chart.yaml b/charts/spire/Chart.yaml index eb46d46df..188efc3f4 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.14.0 +version: 0.15.0 appVersion: "1.8.4" 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 4521238c6..9d62bfcff 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -1,6 +1,6 @@ # spire -![Version: 0.14.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.2](https://img.shields.io/badge/AppVersion-1.7.2-informational?style=flat-square) +![Version: 0.15.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.2](https://img.shields.io/badge/AppVersion-1.7.2-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. @@ -42,7 +42,7 @@ If you have not loaded any SPIRE custom resources yourself, the upgrade process ### 0.14.X -If coming from a chart version before 0.14.0, you must relabel your crds to switch to using the new spire-crds chart. To migrate to the spire-crds chart +If coming from a chart version before 0.15.0, you must relabel your crds to switch to using the new spire-crds chart. To migrate to the spire-crds chart run the following: Replace the spire-server namespace in the commands below with the namespace you want to install the spire-crds chart in.