diff --git a/docs/admin/maintenance/upgrade/release-notes.md b/docs/admin/maintenance/upgrade/release-notes.md index 6440e596..4cc67f6d 100644 --- a/docs/admin/maintenance/upgrade/release-notes.md +++ b/docs/admin/maintenance/upgrade/release-notes.md @@ -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 diff --git a/docs/admin/resources/lifecycle.md b/docs/admin/resources/lifecycle.md index 739c7597..b0e91056 100644 --- a/docs/admin/resources/lifecycle.md +++ b/docs/admin/resources/lifecycle.md @@ -29,7 +29,8 @@ With LTS, businesses can continue using an older production release without need | 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) |