Bump spire-lib and dependent Helm Chart versions (patch)

* c6381219 feat(gateway): expose gatewayAPI.gateway.infrastructure passthrough (#939)

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
Kevin Fox
2026-09-08 18:40:52 -07:00
committed by kfox1111
parent 90e3518dca
commit dc689035c7
16 changed files with 39 additions and 39 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
dependencies:
- name: spire-lib
repository: file://../spire-lib
version: 0.3.1
version: 0.3.2
- name: spire-server
repository: file://./charts/spire-server
version: 0.1.0
@@ -34,6 +34,6 @@ dependencies:
version: 0.1.0
- name: spire-identity-exchange
repository: file://../spire-identity-exchange
version: 0.2.1
digest: sha256:2916c04b61f4813e2e107b84a2168fdf141c67086658e1adbb9501b8425cd6e1
generated: "2026-08-21T14:41:50.353186-07:00"
version: 0.2.2
digest: sha256:f2df7c3ec6008984f9987f181764c4773a8d8d2b3786656170f0dc45fd20b9d2
generated: "2026-09-04T14:16:47.91006-07:00"
+3 -3
View File
@@ -4,7 +4,7 @@ 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.30.1
version: 0.30.2
appVersion: "1.15.3"
keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc", "spire-controller-manager"]
home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire
@@ -25,7 +25,7 @@ kubeVersion: ">=1.21.0-0"
dependencies:
- name: spire-lib
repository: file://../spire-lib
version: 0.3.1
version: 0.3.2
- name: spire-server
condition: spire-server.enabled
repository: file://./charts/spire-server
@@ -71,7 +71,7 @@ dependencies:
- name: spire-identity-exchange
condition: spire-identity-exchange.enabled
repository: file://../spire-identity-exchange
version: 0.2.1
version: 0.2.2
annotations:
org.opencontainers.image.source: https://github.com/spiffe/helm-charts-hardened
artifacthub.io/category: security
+1 -1
View File
@@ -1,6 +1,6 @@
# spire
![Version: 0.30.1](https://img.shields.io/badge/Version-0.30.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.3](https://img.shields.io/badge/AppVersion-1.15.3-informational?style=flat-square)
![Version: 0.30.2](https://img.shields.io/badge/Version-0.30.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.3](https://img.shields.io/badge/AppVersion-1.15.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.