Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and oliverguenther committed Dec 13, 2023
1 parent 2b5f339 commit 2357d22
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-gorillas-cough.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/thin-gorillas-impress.md

This file was deleted.

16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
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: '13'
version: 3.0.2
version: 4.0.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": "3.0.2",
"version": "4.0.0",
"license": "",
"scripts": {
"changeset:version": "./node_modules/.bin/changeset version && script/version"
Expand Down

0 comments on commit 2357d22

Please sign in to comment.