Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Tracking #44

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/hot-scissors-argue.md

This file was deleted.

4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

### Patch Changes

- 0df7588: do not force read-only file system outside dev mode
- 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 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.0",
"version": "3.0.1",
"license": "",
"scripts": {
"changeset:version": "./node_modules/.bin/changeset version && script/version"
Expand Down
Loading