From 01b1114e266a8f50a261fe4819c0ffdccf19f98e Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Wed, 4 Sep 2024 13:25:01 -0700 Subject: [PATCH] Bump spire Helm Chart version from 0.22.0 to 0.23.0 * 7df063f Upgrade SPIRE to 1.10.3 (#412) * de5ec47 Bump test chart dependencies (#445) * e72b94f Add all built in BundlePublishers (#430) * 532852d Bump test chart dependencies (#440) * 6e8ad56 Add a spire-agent auto kubelet verification mode (#435) * 50c741e Remove extra check that sometimes breaks oidc (#437) * e062b9f Support ipv4 only clusters (#434) * b96e07e Enable more forms of kubelet certificate verification (#426) * f92d729 Add missing properties required by SecurityContextConstraints CRD (#432) * 8553a78 Bump test chart dependencies (#431) Signed-off-by: Faisal Memon --- 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 bea920d..8769e45 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.22.0 +version: 0.23.0 appVersion: "1.10.3" keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc", "spire-controller-manager"] home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire diff --git a/charts/spire/README.md b/charts/spire/README.md index 3d17703..172d736 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -1,6 +1,6 @@ # spire -![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.3](https://img.shields.io/badge/AppVersion-1.10.3-informational?style=flat-square) +![Version: 0.23.0](https://img.shields.io/badge/Version-0.23.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.3](https://img.shields.io/badge/AppVersion-1.10.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.