From 3c724632eeab92a0577948648298a65be5f210d9 Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Mon, 26 Jan 2026 11:42:54 -0800 Subject: [PATCH] Bump spire Helm Chart version from 0.27.1 to 0.28.0 (#731) * 6f2c71b0 Update spire to 1.14.1 (#729) * f8f1e21f CSI driver: Support setting podSecurityContext and securityContext (#642) * 813203a4 Update spike to the newest version (#665) * 97c383b1 Add Configurable Kubelet Address for SPIRE Agent (#709) * 8555efc6 Bump test chart dependencies * e6c9d975 Bump test chart dependencies * 87da80a8 Add support for AWS KMS key tagging (#721) * db8f1352 Bump test chart dependencies (#720) * b1f902b6 Bump test chart dependencies * 198cdb60 Bump test chart dependencies * dfbbecf0 Add guard to the validating admission policy to stop errors when there are no volumes in the spec. This fixes errors with HTTP solver pods in cert manager. (#706) * 1e1e8daa Add support for attested node pruning configuration (#713) * a2130ff7 Bump test chart dependencies (#712) * adc5f3e8 Bump test chart dependencies * 4e0cdb13 Bump test chart dependencies * 95fa0deb Allow configuring spire-agent prometheus listening address (#701) Signed-off-by: Faisal Memon Co-authored-by: kfox1111 --- 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 d795f4d..0c58c9c 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.1 +version: 0.28.0 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 b8731e9..7e595ac 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -1,6 +1,6 @@ # spire -![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.14.1](https://img.shields.io/badge/AppVersion-1.14.1-informational?style=flat-square) +![Version: 0.28.0](https://img.shields.io/badge/Version-0.28.0-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.