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
26 changes: 12 additions & 14 deletions .github/release-pr-body.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
## Release 2.3.0
## Release 2.4.0

Base: changes since 2.2.0.
Base: changes since 2.3.0.

OpenCloud version from values.yaml: 6.2.0
OpenCloud version from values.yaml: 7.0.0

### Pull Requests
- [#84](https://github.com/Tim-herbie/opencloud-helm/pull/84) chore(deps): update docker.io/opencloudeu/opencloud-rolling docker tag to v6.2.0
- [#79](https://github.com/Tim-herbie/opencloud-helm/pull/79) chore(deps): update peter-evans/create-pull-request action to v8
- [#83](https://github.com/Tim-herbie/opencloud-helm/pull/83) feat: Add helm-unittest pipeline test cases for web extensions, ingress, and gateway HTTPRoutes
- [#80](https://github.com/Tim-herbie/opencloud-helm/pull/80) Add new web extensions: arcade, calculator, cast, maps, pastebin
- [#77](https://github.com/Tim-herbie/opencloud-helm/pull/77) Add release bot
- [#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

### Changelog
## [2.3.0] - 2026-05-12
## [2.4.0] - 2026-05-22

### Breaking Changes
- None

### Features
- [#83](https://github.com/Tim-herbie/opencloud-helm/pull/83) feat: Add helm-unittest pipeline test cases for web extensions, ingress, and gateway HTTPRoutes
- [#80](https://github.com/Tim-herbie/opencloud-helm/pull/80) Add new web extensions: arcade, calculator, cast, maps, pastebin
- [#85](https://github.com/Tim-herbie/opencloud-helm/pull/85) Feature/add init secretes

### Fixes
- None

### Chore / Docs / CI / Other
- [#84](https://github.com/Tim-herbie/opencloud-helm/pull/84) chore(deps): update docker.io/opencloudeu/opencloud-rolling docker tag to v6.2.0
- [#79](https://github.com/Tim-herbie/opencloud-helm/pull/79) chore(deps): update peter-evans/create-pull-request action to v8
- [#77](https://github.com/Tim-herbie/opencloud-helm/pull/77) Add release bot
- [#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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

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

## [2.4.0] - 2026-05-22

### Breaking Changes
- None

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

### Fixes
- None

### 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


## [2.3.0] - 2026-05-12

### Breaking Changes
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +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 |


## 💡 Contributing
Expand Down Expand Up @@ -79,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.3.0 \
--version 2.4.0 \
--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.3.0
version: 2.4.0
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
appVersion: latest
kubeVersion: ""
Expand Down