diff --git a/.github/release-pr-body.md b/.github/release-pr-body.md index 59ba16d..e565bb6 100644 --- a/.github/release-pr-body.md +++ b/.github/release-pr-body.md @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 742b30d..e436ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. +## [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 diff --git a/README.md b/README.md index d3c4a60..f42a186 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` diff --git a/charts/opencloud/Chart.yaml b/charts/opencloud/Chart.yaml index d9a6c1f..cb78ffb 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.4.0 +version: 2.4.1 # renovate: datasource=docker depName=opencloudeu/opencloud-rolling appVersion: latest kubeVersion: ""