Skip to content

Commit

Permalink
Release Tracking (#147)
Browse files Browse the repository at this point in the history
Version Packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
openprojectci and github-actions[bot] authored Oct 23, 2024
1 parent b82aaf4 commit 7b78e0b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .changeset/afraid-yaks-double.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/openproject/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b78e0b

Please sign in to comment.