From 0600ffb7c4eeae3cbde8b9f84f3fc842b7ea8ab1 Mon Sep 17 00:00:00 2001 From: ds-jhartmann Date: Wed, 25 Oct 2023 14:02:10 +0000 Subject: [PATCH 1/2] chore(release): Prepare release for Helm version 6.8.0 --- charts/irs-helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/irs-helm/Chart.yaml b/charts/irs-helm/Chart.yaml index 400fa439d7..bf83c19dad 100644 --- a/charts/irs-helm/Chart.yaml +++ b/charts/irs-helm/Chart.yaml @@ -40,7 +40,7 @@ version: 6.8.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3.5.3" +appVersion: "3.5.4" dependencies: - name: common repository: https://charts.bitnami.com/bitnami From 0dd1a55a4be9e1509a8ce694544dcbc5bf9743cd Mon Sep 17 00:00:00 2001 From: Jaro Hartmann Date: Wed, 25 Oct 2023 16:07:12 +0200 Subject: [PATCH 2/2] fix(charts): Add missing changelog entry --- charts/irs-helm/CHANGELOG.md | 4 ++++ charts/irs-helm/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/irs-helm/CHANGELOG.md b/charts/irs-helm/CHANGELOG.md index 563340dd8b..2ec9635434 100644 --- a/charts/irs-helm/CHANGELOG.md +++ b/charts/irs-helm/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added configuration for IRS OAuth2 JWT token claim +## [6.8.1] - 2023-10-25 +### Changed +- Update IRS version to 3.5.4 + ## [6.8.0] - 2023-10-09 ### Changed - Update IRS version to 3.5.3 diff --git a/charts/irs-helm/Chart.yaml b/charts/irs-helm/Chart.yaml index bf83c19dad..5747190156 100644 --- a/charts/irs-helm/Chart.yaml +++ b/charts/irs-helm/Chart.yaml @@ -35,7 +35,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 6.8.0 +version: 6.8.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using.