From 4da35fabeb3f8045aef6a026adfc7fccf442ec02 Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Wed, 24 Sep 2025 07:08:26 -0700 Subject: [PATCH] Bump spire Helm Chart version from 0.26.1 to 0.27.0 (#670) * e73d76a0 Bump test chart dependencies (#669) * 1ab06a1b Support for Cloud SQL Proxy in GCP (#646) * 3c3718c9 Update spire to 1.13.0 (#667) * 1feeca1c make spire server's auth_opa_policy_engine configurable in the helm chart (#663) * d51bf52a Bump test chart dependencies (#666) * c1b0cfe3 Add controller manager configs gcInterval, logLevel, and make entryIDPrefix configurable (#662) * bb876121 Spire agent helm chart: allow configuring logFormat (#661) * d6edae68 Add labels to the spiffe-oidc-discovery-provider values.yaml (#656) * 6376190b Bump test chart dependencies (#660) * 9a802563 Bump test chart dependencies (#658) * 5e5810be Bump test chart dependencies (#653) * 86feac63 Bump test chart dependencies (#647) * 5e40cfb2 Update imagePullPolicy to IfNotPresent (#643) * 86f0aecc Bump test chart dependencies (#641) * 3ef5fe6c Add Datadog as telemetry option (#639) 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 6e423e2..c93113b 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.26.1 +version: 0.27.0 appVersion: "1.13.0" 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 1e61d28..7ac9a11 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -1,6 +1,6 @@ # spire -![Version: 0.26.1](https://img.shields.io/badge/Version-0.26.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.0](https://img.shields.io/badge/AppVersion-1.13.0-informational?style=flat-square) +![Version: 0.27.0](https://img.shields.io/badge/Version-0.27.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.0](https://img.shields.io/badge/AppVersion-1.13.0-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.