From 85989b45ebc9f6469fc378d14d6f85895c68a70d Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Tue, 3 Mar 2026 14:07:18 -0800 Subject: [PATCH] Bump spire Helm Chart version from 0.28.1 to 0.28.2 * 24b3a173 Change hostNetwork to auto (#758) * 0133d4a5 add key experimental.requirePQKEM for spire-server and spire-agent (#755) * 0a841c76 Bump test chart dependencies (#759) * a9bee70c feat(spiffe-oidc-discovery-provider): Add configurable log format option. (#757) * bb4c0f33 chore: Bump controller manager image tag to 0.6.3 in README and values.yaml (#756) * 3e8f3f18 Bump test chart dependencies (#753) * b0aa3e42 Fix duplicate port names in controller-manager containers (#751) * 3daadc64 fix(spire-server): Support duration strings for connMaxLifetime (#752) * 730b76bb Bump test chart dependencies (#750) * e849a1fb Add configurable hostNetwork parameter for spire-agent (#749) * 982d53c2 Add ContainerResource scaling to spire-server HPA (#746) * 8abac78a Support leaderElection values in controller manager (#740) * 75ffbd06 Add imagePullSecrets support to helm hook jobs (#741) * 141c8865 Add pobLabels support to csi and oidc (#744) * 6b5d01b7 Bump test chart dependencies (#743) * ba2b6a5a Add controller-manager metrics to PodMonitor (#748) * 86a806f3 Add tolerations to spire-server hook pods (#742) * 7d266454 Fix keyManager check stopping use of unsupported bulit-in plugin (#715) * 666d304c Bump test chart dependencies (#738) * a7ac6a49 feat(spire-server): add logFormat configuration option (#735) 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 6e16f03..4407dc1 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.28.1 +version: 0.28.2 appVersion: "1.14.1" 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 7f85487..61bdf81 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -1,6 +1,6 @@ # spire -![Version: 0.28.1](https://img.shields.io/badge/Version-0.28.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.1](https://img.shields.io/badge/AppVersion-1.14.1-informational?style=flat-square) +![Version: 0.28.2](https://img.shields.io/badge/Version-0.28.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.1](https://img.shields.io/badge/AppVersion-1.14.1-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.