From 47974c9fc528681f2c935c256b3acee1fd04a47a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 15 May 2026 12:07:27 +0200 Subject: [PATCH 1/2] chore(CI): Adjust testing matrix for Nextcloud 34 on stable34 Signed-off-by: Joas Schilling --- composer.json | 2 +- composer.lock | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 1795b071..780f0b64 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.9", "bantu/ini-get-wrapper": "1.0.1", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable34" }, "config": { "allow-plugins": { diff --git a/composer.lock b/composer.lock index 20806c7a..4bb63dee 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5526f7aecd2e984c1f4defa76bdefe50", + "content-hash": "9f09290b9daeda1a40b80340a9fea99c", "packages": [], "packages-dev": [ { @@ -100,16 +100,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable34", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "f3fddf2af92f48d3f53569074f69f0ae4bad52b6" + "reference": "72de02fbad95545055983d050e564fe39128992d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/f3fddf2af92f48d3f53569074f69f0ae4bad52b6", - "reference": "f3fddf2af92f48d3f53569074f69f0ae4bad52b6", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/72de02fbad95545055983d050e564fe39128992d", + "reference": "72de02fbad95545055983d050e564fe39128992d", "shasum": "" }, "require": { @@ -120,11 +120,10 @@ "psr/http-client": "^1.0.3", "psr/log": "^3.0.2" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "34.0.0-dev" + "dev-stable34": "34.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -144,9 +143,9 @@ "description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API", "support": { "issues": "https://github.com/nextcloud-deps/ocp/issues", - "source": "https://github.com/nextcloud-deps/ocp/tree/master" + "source": "https://github.com/nextcloud-deps/ocp/tree/stable34" }, - "time": "2026-05-09T01:52:54+00:00" + "time": "2026-05-15T08:43:27+00:00" }, { "name": "psr/clock", From 32d7ca3694dc185be311b4da8ecf02a4ede64eec Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 15 May 2026 12:07:27 +0200 Subject: [PATCH 2/2] chore(branchoff): Set version on stable34 to a stable one Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 2ce40ada..15ed947c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Monitoring Monitoring app with useful server information Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc. - 6.0.0-dev.0 + 6.0.0 agpl Bjoern Schiessle Ivan Sein Santiago