From 2357d22e9405b787e10de772884d32a26390888f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Dec 2023 15:56:41 +0000 Subject: [PATCH] Version Packages --- .changeset/shaggy-gorillas-cough.md | 5 ----- .changeset/thin-gorillas-impress.md | 8 -------- CHANGELOG.md | 16 ++++++++++++++-- charts/openproject/Chart.yaml | 2 +- package.json | 2 +- 5 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 .changeset/shaggy-gorillas-cough.md delete mode 100644 .changeset/thin-gorillas-impress.md diff --git a/.changeset/shaggy-gorillas-cough.md b/.changeset/shaggy-gorillas-cough.md deleted file mode 100644 index cac4705..0000000 --- a/.changeset/shaggy-gorillas-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openproject/helm-charts": patch ---- - -Add artifacthub-repo verification and badge diff --git a/.changeset/thin-gorillas-impress.md b/.changeset/thin-gorillas-impress.md deleted file mode 100644 index 42507fe..0000000 --- a/.changeset/thin-gorillas-impress.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@openproject/helm-charts": major ---- - -Improve secret management. - -Add support for `existingSecret` for `postgresql` authentication. -Move `s3.accessKeyId` and `s3.secretAccessKey` to `s3.auth.` and add an `existingSecret` option for S3. diff --git a/CHANGELOG.md b/CHANGELOG.md index ed8b582..5a2369c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @openproject/helm-charts +## 4.0.0 + +### Major Changes + +- 5f4bce6: Improve secret management. + + Add support for `existingSecret` for `postgresql` authentication. + Move `s3.accessKeyId` and `s3.secretAccessKey` to `s3.auth.` and add an `existingSecret` option for S3. + +### Patch Changes + +- 8623b11: Add artifacthub-repo verification and badge + ## 3.0.2 ### Patch Changes @@ -12,12 +25,11 @@ - Publish helm charts on GitHub package registry: https://github.com/opf/helm-charts/pkgs/container/helm-charts%2Fopenproject - ## 3.0.0 ### Major Changes -- 0a1c9a9: +- 0a1c9a9: - rename `securityContext` to `containerSecurityContext` in `values.yaml` - mount volumes for tmp directories to make containers work in accordance with best practices, that is with read-only file systems - use secure defaults for container security policy diff --git a/charts/openproject/Chart.yaml b/charts/openproject/Chart.yaml index 53f47dc..d16399e 100644 --- a/charts/openproject/Chart.yaml +++ b/charts/openproject/Chart.yaml @@ -6,7 +6,7 @@ home: https://www.openproject.org/ icon: https://charts.openproject.org/logo.svg type: application appVersion: '13' -version: 3.0.2 +version: 4.0.0 maintainers: - name: OpenProject url: https://github.com/opf/helm-charts diff --git a/package.json b/package.json index be5efd5..0273d0f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@openproject/helm-charts", "private": true, "author": "OpenProject GmbH", - "version": "3.0.2", + "version": "4.0.0", "license": "", "scripts": { "changeset:version": "./node_modules/.bin/changeset version && script/version"