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: 18 additions & 0 deletions docs/admin/maintenance/upgrade/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ description: Release Notes
draft: false
---

# Release Notes: Migration from v4.x.x to v5.0.0

- Version: 5.0.0
- Type: Major Release (Breaking Change in Service Architecture)
- [Details · Download](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0)

## Who Is Affected?

If you use the official Docker Compose setup, no migration is typically required.

## Key Changes

The OCDAV is no longer initialized as its own service, it was moved from the backend services into the frontend service

:::compatibility note
Legacy env variable names (OCDAV\_\*) still work. They just need to be set on the frontend service now
:::

# Release Notes: Migration from v2.x.x to v3.0.0

- Version: 3.0.0
Expand Down
3 changes: 2 additions & 1 deletion docs/admin/resources/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ With LTS, businesses can continue using an older production release without need
<TabItem value="rolling" label="Rolling" default>
| Version | Release Date | Release Notes & Download|
|:--------|:-------------|:--------------|
| - | 2026 January 5 | - |
| v5.0.1 | 2026 January 28 | [Details · Download](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.1) |
| v5.0.0 | 2026 January 26 | [Details · Download](https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0) |
| v4.1.0 | 2025 December 15 | [Details · Download](https://github.com/opencloud-eu/opencloud/releases/tag/v4.1.0) |
| v3.7.0 | 2025 November 3 | [Details · Download](https://github.com/opencloud-eu/opencloud/releases/tag/v3.7.0) |
| v3.6.0 | 2025 October 27 | [Details · Download](https://github.com/opencloud-eu/opencloud/releases/tag/v3.6.0) |
Expand Down