From a7c2d9b3e37c441a06a41d9518de042aa90bcd46 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Mon, 26 Jan 2026 16:59:47 +0100 Subject: [PATCH 1/4] publish release note 5.0.0 --- docs/admin/resources/lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/resources/lifecycle.md b/docs/admin/resources/lifecycle.md index 739c7597..875d0d58 100644 --- a/docs/admin/resources/lifecycle.md +++ b/docs/admin/resources/lifecycle.md @@ -29,7 +29,7 @@ With LTS, businesses can continue using an older production release without need | Version | Release Date | Release Notes & Download| |:--------|:-------------|:--------------| - | - | 2026 January 5 | - | + | 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) | From 2df531fce3854ee2afba0f7d2beeac6a1c2e146e Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Wed, 28 Jan 2026 11:25:15 +0100 Subject: [PATCH 2/4] add release note about breaking change --- .../admin/maintenance/upgrade/release-notes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/admin/maintenance/upgrade/release-notes.md b/docs/admin/maintenance/upgrade/release-notes.md index 6440e596..d78efe48 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 From e8f9798c5f9f64fdfa01357ffde7f47172d0894c Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Wed, 28 Jan 2026 11:32:11 +0100 Subject: [PATCH 3/4] fix lint --- docs/admin/maintenance/upgrade/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/maintenance/upgrade/release-notes.md b/docs/admin/maintenance/upgrade/release-notes.md index d78efe48..4cc67f6d 100644 --- a/docs/admin/maintenance/upgrade/release-notes.md +++ b/docs/admin/maintenance/upgrade/release-notes.md @@ -21,7 +21,7 @@ If you use the official Docker Compose setup, no migration is typically required 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 +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 From 8eec442b19a5502bf6c291f4dfea5784e9dd7262 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Wed, 28 Jan 2026 16:03:22 +0100 Subject: [PATCH 4/4] publish release note 5.0.1 --- docs/admin/resources/lifecycle.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/resources/lifecycle.md b/docs/admin/resources/lifecycle.md index 875d0d58..b0e91056 100644 --- a/docs/admin/resources/lifecycle.md +++ b/docs/admin/resources/lifecycle.md @@ -29,6 +29,7 @@ With LTS, businesses can continue using an older production release without need | Version | Release Date | Release Notes & Download| |:--------|:-------------|:--------------| + | 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) |