From 16ecfe9bb9f562b9873d86633b0ff9ec82233591 Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Tue, 30 Jan 2024 13:53:41 -0800 Subject: [PATCH] Bump spire Helm Chart version from 0.17.0 to 0.17.1 (#226) * d547532 Pass the agent's securityContext on to Kubernetes (#225) * 6b03d5a Fix hardcoded nodeAttestor and keyManager in spire-agent (#221) * f4c92ed Update README.md put cleanup seperately (#223) * 7542052 Bump test chart dependencies (#219) * 01e031f Add another upgrade note and fix value name (#215) * 0fbc512 Remove the white line from securityContext rendering * 573beaf More quickly detect a daemonset is up and running * e8d527c Update to spire-controller-manager 0.4.2 (#195) * 25558d3 Update daemonset.yaml (#204) 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 8de5383..2eca37e 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.17.0 +version: 0.17.1 appVersion: "1.8.7" 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 25b25c6..8978771 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -1,6 +1,6 @@ # spire -![Version: 0.17.0](https://img.shields.io/badge/Version-0.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.7](https://img.shields.io/badge/AppVersion-1.8.7-informational?style=flat-square) +![Version: 0.17.1](https://img.shields.io/badge/Version-0.17.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.7](https://img.shields.io/badge/AppVersion-1.8.7-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.