From 059d5fb89fd07d5509cfb5e04117f885c21468b9 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Tue, 28 Mar 2023 09:53:12 +0200 Subject: [PATCH] Bump spire Helm Chart version from 0.5.0 to 0.5.1 * 64585ba Fix formatting issues introduced with #152 * 0dac0db Improve Spire Chart documentation * f709ed9 Bump actions/checkout from 3.4.0 to 3.5.0 * faef439 Bump helm/chart-testing-action from 2.3.1 to 2.4.0 * ae62dd1 Bump spire version to 1.6.1 * 02fda80 Add Artifact Hub badge to README.md * 901e670 Disable default Tornjak deployment (#153) * 05d0f47 Introduction of Tornjak to SPIRE Server helm charts (#144) * b25dc77 Test fixing the tests (#148) * b4be9ed Add maturity tag (#138) * d4fd2ce Extract the namespace override test out of the old lockdown test. (#145) * 4f85802 Update lockdown test to test the production example * 04a1305 Fork the lockdown test to two tests as it is doing the work of 2 (#134) * 64d0107 Resolve issue in prod example on volume mount (#143) * 5b6708b Remove @dennisgove from CODEOWNERS (#140) * a516caa Remove k8s 1.21 from test matrix + small syntax error fix (#133) * 811a2f6 Add option to enable federation on spire-server (#97) Signed-off-by: Marco Franssen --- 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 7a1f40e..33585ad 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.5.0 +version: 0.5.1 appVersion: "1.6.1" keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc", "spire-controller-manager"] home: https://github.com/spiffe/helm-charts/tree/main/charts/spire diff --git a/charts/spire/README.md b/charts/spire/README.md index 81cb23b..20b945f 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -2,7 +2,7 @@ -![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.1](https://img.shields.io/badge/AppVersion-1.6.1-informational?style=flat-square) +![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.1](https://img.shields.io/badge/AppVersion-1.6.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.