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
18 changes: 8 additions & 10 deletions .github/release-pr-body.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
## Release 2.4.2
## Release 2.4.3

Base: changes since 2.4.1.
Base: changes since 2.4.2.

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

### Pull Requests
- [#98](https://github.com/Tim-herbie/opencloud-helm/pull/98) Make credential migration hook configurable via `opencloud.migration.enabled`
- [#95](https://github.com/Tim-herbie/opencloud-helm/pull/95) chore(deps): update docker.io/library/busybox docker tag to v1.38
- [#96](https://github.com/Tim-herbie/opencloud-helm/pull/96) chore(deps): update docker.io/apache/tika docker tag to v3.3.1.0
- [#102](https://github.com/Tim-herbie/opencloud-helm/pull/102) chore(deps): update docker.io/opencloudeu/opencloud-rolling docker tag to v7.1.0
- [#99](https://github.com/Tim-herbie/opencloud-helm/pull/99) chore(deps): update docker.io/collabora/code docker tag to v25.04.10.3.1

### Changelog
## [2.4.2] - 2026-05-31
## [2.4.3] - 2026-06-02

### Breaking Changes
- None
Expand All @@ -22,6 +21,5 @@ OpenCloud version from values.yaml: 7.0.0
- None

### Chore / Docs / CI / Other
- [#95](https://github.com/Tim-herbie/opencloud-helm/pull/95) chore(deps): update docker.io/library/busybox docker tag to v1.38
- [#96](https://github.com/Tim-herbie/opencloud-helm/pull/96) chore(deps): update docker.io/apache/tika docker tag to v3.3.1.0
- [#98](https://github.com/Tim-herbie/opencloud-helm/pull/98) Make credential migration hook configurable via `opencloud.migration.enabled`
- [#102](https://github.com/Tim-herbie/opencloud-helm/pull/102) chore(deps): update docker.io/opencloudeu/opencloud-rolling docker tag to v7.1.0
- [#99](https://github.com/Tim-herbie/opencloud-helm/pull/99) chore(deps): update docker.io/collabora/code docker tag to v25.04.10.3.1
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

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

## [2.4.3] - 2026-06-02

### Breaking Changes
- None

### Features
- None

### Fixes
- None

### Chore / Docs / CI / Other
- [#102](https://github.com/Tim-herbie/opencloud-helm/pull/102) chore(deps): update docker.io/opencloudeu/opencloud-rolling docker tag to v7.1.0
- [#99](https://github.com/Tim-herbie/opencloud-helm/pull/99) chore(deps): update docker.io/collabora/code docker tag to v25.04.10.3.1


## [2.4.2] - 2026-05-31

### Breaking Changes
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ OpenCloud is a cloud collaboration platform that provides file sync and share, d
| 6.1.0 | 2.2.0 |
| 6.2.0 | 2.3.0 |
| 7.0.0 | 2.4.0, 2.4.1, 2.4.2 |
| 7.1.0 | 2.4.3 |


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