From 81b16a04cbe6c769755221f0f68b04bc8b01b9a0 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sun, 5 Jul 2026 10:40:29 +0200 Subject: [PATCH 1/2] Explain why this is necessary --- roles/transmission/files/update-transmission-settings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/transmission/files/update-transmission-settings b/roles/transmission/files/update-transmission-settings index d51730a..27cf1c0 100644 --- a/roles/transmission/files/update-transmission-settings +++ b/roles/transmission/files/update-transmission-settings @@ -2,7 +2,8 @@ # # Update the transmission settings.json. For the update, stop transmission, -# put the new file in place, and restart it. +# put the new file in place, and restart it. This is necessary because +# transmission is constantly rewriting the settings file while it is running. # set -e From 99064572dc4c873e0b941e405c39de9f679c28ae Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 5 Jul 2026 08:46:15 +0000 Subject: [PATCH 2/2] Update docker.io/pretalx/standalone Docker tag to v2025.2.3 --- resources/chaosknoten/pretalx/docker_compose/compose.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/chaosknoten/pretalx/docker_compose/compose.yaml.j2 b/resources/chaosknoten/pretalx/docker_compose/compose.yaml.j2 index 0bbfcb8..78dba42 100644 --- a/resources/chaosknoten/pretalx/docker_compose/compose.yaml.j2 +++ b/resources/chaosknoten/pretalx/docker_compose/compose.yaml.j2 @@ -33,7 +33,7 @@ services: - pretalx_net pretalx: - image: docker.io/pretalx/standalone:v2025.1.0 + image: docker.io/pretalx/standalone:v2025.2.3 entrypoint: gunicorn command: - "pretalx.wsgi" @@ -78,7 +78,7 @@ services: - pretalx_net celery: - image: docker.io/pretalx/standalone:v2025.1.0 + image: docker.io/pretalx/standalone:v2025.2.3 command: - taskworker restart: unless-stopped