diff --git a/.changeset/curvy-tips-shake.md b/.changeset/curvy-tips-shake.md deleted file mode 100644 index c5e46a7..0000000 --- a/.changeset/curvy-tips-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openproject/helm-charts": patch ---- - -Fix indent when outputting host without ingress diff --git a/.changeset/witty-snails-look.md b/.changeset/witty-snails-look.md deleted file mode 100644 index 056272a..0000000 --- a/.changeset/witty-snails-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openproject/helm-charts": patch ---- - -apply secret reset fix from other envs in core where it was missing diff --git a/CHANGELOG.md b/CHANGELOG.md index de3efa7..6ff91b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @openproject/helm-charts +## 8.3.1 + +### Patch Changes + +- a636fc2: Fix indent when outputting host without ingress +- b3d31ef: apply secret reset fix from other envs in core where it was missing + ## 8.3.0 ### Minor Changes diff --git a/charts/openproject/Chart.yaml b/charts/openproject/Chart.yaml index aa1372e..675e94d 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: 14.6.2 -version: 8.3.0 +version: 8.3.1 maintainers: - name: OpenProject url: https://github.com/opf/helm-charts diff --git a/package.json b/package.json index be53568..15f5cae 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@openproject/helm-charts", "private": true, "author": "OpenProject GmbH", - "version": "8.3.0", + "version": "8.3.1", "license": "", "scripts": { "changeset:version": "./node_modules/.bin/changeset version && script/version"