From b504b1c0d0ef6b5b2a23e0899a86ad57add8cc0c Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 11 Jul 2026 19:46:10 +0000 Subject: [PATCH 1/3] Update git.hamburg.ccc.de/ccchh/oci-images/nextcloud Docker tag to v34 --- inventories/chaosknoten/host_vars/cloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventories/chaosknoten/host_vars/cloud.yaml b/inventories/chaosknoten/host_vars/cloud.yaml index 19aca7b..8f299b2 100644 --- a/inventories/chaosknoten/host_vars/cloud.yaml +++ b/inventories/chaosknoten/host_vars/cloud.yaml @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud -nextcloud__version: 33 +nextcloud__version: 34 # renovate: datasource=docker depName=docker.io/library/postgres nextcloud__postgres_version: 15.18 nextcloud__fqdn: cloud.hamburg.ccc.de From 2a576495daccdf2df3be2cf2c0ff76f31c09c7e5 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 11 Jul 2026 21:57:34 +0200 Subject: [PATCH 2/3] separate multiple major release upgrades --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 9a6baba..8139008 100644 --- a/renovate.json +++ b/renovate.json @@ -11,7 +11,11 @@ ":ignoreUnstable", ":disableRateLimiting", ":rebaseStalePrs", - ":label(renovate)" + ":label(renovate)", + + // a lot of packages do not support skipping major versions + // with this option renovate creates a pr from the current version to each newer version + ":separateMultipleMajorReleases" ], "semanticCommits": "disabled", "ignorePaths": [ From 239de262df1763c8e040ea6a3a32dff33cb17613 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 11 Jul 2026 21:01:29 +0000 Subject: [PATCH 3/3] Update git.hamburg.ccc.de/ccchh/oci-images/nextcloud Docker tag to v34 --- inventories/chaosknoten/host_vars/cloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventories/chaosknoten/host_vars/cloud.yaml b/inventories/chaosknoten/host_vars/cloud.yaml index 19aca7b..8f299b2 100644 --- a/inventories/chaosknoten/host_vars/cloud.yaml +++ b/inventories/chaosknoten/host_vars/cloud.yaml @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud -nextcloud__version: 33 +nextcloud__version: 34 # renovate: datasource=docker depName=docker.io/library/postgres nextcloud__postgres_version: 15.18 nextcloud__fqdn: cloud.hamburg.ccc.de