From 4b85cb6015f3e8ed9cbe1a24ebcb47530284eaf0 Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Tue, 25 Nov 2025 01:05:39 -0600 Subject: [PATCH] Bump spire Helm Chart version from 0.27.0 to 0.27.1 * 18b81443 Bump test chart dependencies (#698) * 31091cf5 Add oidc server_path_prefix option (#695) * 8dffc8ed use spire-agent.hostCert.resources to set resources for corresponding spire-agent init container (#691) * e75e095e Bump test chart dependencies (#696) * aab7c68d Bump test chart dependencies (#692) * ca6e9f34 Bump test chart dependencies * a3739244 Bump test chart dependencies * c52edb99 chore: update SPIRE to 1.13.2 (#681) * 41bd5b95 fix socketAlternate names throwing an error if set to an empty list (#678) * 54024730 Bump test chart dependencies (#684) * 89259757 Bump test chart dependencies (#674) * 0f5bb04a Bump test chart dependencies (#672) 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 3409907..742d345 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.27.0 +version: 0.27.1 appVersion: "1.13.2" 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 2251514..c61d374 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -1,6 +1,6 @@ # spire -![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.2](https://img.shields.io/badge/AppVersion-1.13.2-informational?style=flat-square) +![Version: 0.27.1](https://img.shields.io/badge/Version-0.27.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.2](https://img.shields.io/badge/AppVersion-1.13.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.