diff --git a/.github/release-pr-body.md b/.github/release-pr-body.md index 1268ebd..59ba16d 100644 --- a/.github/release-pr-body.md +++ b/.github/release-pr-body.md @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 687f280..742b30d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. +## [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 diff --git a/README.md b/README.md index b8e000f..d3c4a60 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` diff --git a/charts/opencloud/Chart.yaml b/charts/opencloud/Chart.yaml index a3c0b34..d9a6c1f 100644 --- a/charts/opencloud/Chart.yaml +++ b/charts/opencloud/Chart.yaml @@ -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: ""