diff --git a/.changeset/afraid-yaks-double.md b/.changeset/afraid-yaks-double.md deleted file mode 100644 index 111aa75..0000000 --- a/.changeset/afraid-yaks-double.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@openproject/helm-charts": minor ---- - -Allow setting options for the deployment strategy: - -You can now provide custom options to the strategy, for example: - -**values.yaml**: - -```yaml -strategy: - type: RollingUpdate - rollingUpdate: - maxSurge: 30% - maxUnavailable: 30% -``` diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b7b0d..042b2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @openproject/helm-charts +## 8.2.0 + +### Minor Changes + +- b82aaf4: Allow setting options for the deployment strategy: + + You can now provide custom options to the strategy, for example: + + **values.yaml**: + + ```yaml + strategy: + type: RollingUpdate + rollingUpdate: + maxSurge: 30% + maxUnavailable: 30% + ``` + ## 8.1.3 ### Patch Changes diff --git a/charts/openproject/Chart.yaml b/charts/openproject/Chart.yaml index 01f47e9..64b0dd0 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.1.3 +version: 8.2.0 maintainers: - name: OpenProject url: https://github.com/opf/helm-charts diff --git a/package.json b/package.json index 906957f..37a65f1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@openproject/helm-charts", "private": true, "author": "OpenProject GmbH", - "version": "8.1.3", + "version": "8.2.0", "license": "", "scripts": { "changeset:version": "./node_modules/.bin/changeset version && script/version"