Skip to content
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
19 changes: 7 additions & 12 deletions .github/release-pr-body.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
## Release 2.4.0
## Release 2.4.1

Base: changes since 2.3.0.
Base: changes since 2.4.0.

OpenCloud version from values.yaml: 7.0.0

### Pull Requests
- [#90](https://github.com/Tim-herbie/opencloud-helm/pull/90) chore(deps): update docker.io/opencloudeu/opencloud-rolling docker tag to v7
- [#89](https://github.com/Tim-herbie/opencloud-helm/pull/89) chore(deps): update quay.io/keycloak/keycloak docker tag to v26.6.2
- [#88](https://github.com/Tim-herbie/opencloud-helm/pull/88) Update OpenCloud web extension tags to latest available releases
- [#85](https://github.com/Tim-herbie/opencloud-helm/pull/85) Feature/add init secretes
- [#93](https://github.com/Tim-herbie/opencloud-helm/pull/93) fix: idm authentication #92

### Changelog
## [2.4.0] - 2026-05-22
## [2.4.1] - 2026-05-22

### Breaking Changes
- None

### Features
- [#85](https://github.com/Tim-herbie/opencloud-helm/pull/85) Feature/add init secretes
- None

### Fixes
- None
- [#93](https://github.com/Tim-herbie/opencloud-helm/pull/93) fix: idm authentication #92

### Chore / Docs / CI / Other
- [#90](https://github.com/Tim-herbie/opencloud-helm/pull/90) chore(deps): update docker.io/opencloudeu/opencloud-rolling docker tag to v7
- [#89](https://github.com/Tim-herbie/opencloud-helm/pull/89) chore(deps): update quay.io/keycloak/keycloak docker tag to v26.6.2
- [#88](https://github.com/Tim-herbie/opencloud-helm/pull/88) Update OpenCloud web extension tags to latest available releases
- None
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.

<!-- release-bot:start -->

## [2.4.1] - 2026-05-22

### Breaking Changes
- None

### Features
- None

### Fixes
- [#93](https://github.com/Tim-herbie/opencloud-helm/pull/93) fix: idm authentication #92

### Chore / Docs / CI / Other
- None


## [2.4.0] - 2026-05-22

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OpenCloud is a cloud collaboration platform that provides file sync and share, d
| 6.0.0 | 2.1.0 |
| 6.1.0 | 2.2.0 |
| 6.2.0 | 2.3.0 |
| 7.0.0 | 2.4.0 |
| 7.0.0 | 2.4.0, 2.4.1 |


## 💡 Contributing
Expand Down Expand Up @@ -80,7 +80,7 @@ Follow these steps to quickly deploy OpenCloud using the Helm chart:
```sh
helm install opencloud \
oci://ghcr.io/tim-herbie/opencloud-helm/opencloud \
--version 2.4.0 \
--version 2.4.1 \
--namespace opencloud \
--create-namespace
```
2 changes: 1 addition & 1 deletion charts/opencloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers:
- name: Tim Herbert
url: https://timherbert.de
type: application
version: 2.4.0
version: 2.4.1
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
appVersion: latest
kubeVersion: ""
Expand Down