From eb095317c718b052a3ce20c4f46aef130de3275c Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 23 Jul 2026 18:46:22 +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 4218b59d3b6f251040a0d46f3ded800744e81da7 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 23 Jul 2026 22:08:58 +0200 Subject: [PATCH 2/3] fix: alloy role the suites for deb repo must be stable --- roles/alloy/tasks/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/alloy/tasks/install.yaml b/roles/alloy/tasks/install.yaml index 68b2963..438e5d5 100644 --- a/roles/alloy/tasks/install.yaml +++ b/roles/alloy/tasks/install.yaml @@ -5,7 +5,7 @@ name: grafana types: deb uris: https://apt.grafana.com - suites: "{{ ansible_facts['distribution_release'] }}" + suites: stable components: - main signed_by: https://apt.grafana.com/gpg.key From 374e8f981a85f81a4f1675a8b7c503141d71ec8f Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 23 Jul 2026 20:16:22 +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