From ded67c84ff3601acfdf8414c9faf1ccd37e4a9d3 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 8 Sep 2026 00:16:39 +0000 Subject: [PATCH 1/3] Update mariadb Docker tag to v12.3.3 --- resources/chaosknoten/sunders/docker_compose/compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/chaosknoten/sunders/docker_compose/compose.yaml.j2 b/resources/chaosknoten/sunders/docker_compose/compose.yaml.j2 index 8ee08bab..0e3d5e59 100644 --- a/resources/chaosknoten/sunders/docker_compose/compose.yaml.j2 +++ b/resources/chaosknoten/sunders/docker_compose/compose.yaml.j2 @@ -3,7 +3,7 @@ services: db: - image: mariadb:12.3.2 + image: mariadb:12.3.3 command: --max_allowed_packet=3250585600 environment: MYSQL_ROOT_PASSWORD: "{{ secret__sunders_db_root_password }}" From 129006320417115454b64f2593a1b0b1d47bd9e3 Mon Sep 17 00:00:00 2001 From: lilly Date: Tue, 8 Sep 2026 15:44:10 +0200 Subject: [PATCH 2/3] update our moderation policy room access policy --- docs/concepts-and-configurations/matrix-moderation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts-and-configurations/matrix-moderation.md b/docs/concepts-and-configurations/matrix-moderation.md index c4a31ab2..4da6964d 100644 --- a/docs/concepts-and-configurations/matrix-moderation.md +++ b/docs/concepts-and-configurations/matrix-moderation.md @@ -31,5 +31,5 @@ The bot is controlled and configured via a privileged *CCCHH Moderation Manageme There, individual actions can also be triggered through the bot as needed, such as redacting messages, kicking users from all or some channels, etc. It is also possible to make our moderation bot's local lists available to other entities and subscribe our bot to other entities' lists. -Our list is published in `#general-moderation:hamburg.ccc.de` and can be made available to others upon request. +Our list is published in `#general-moderation:hamburg.ccc.de` where other moderation bots can freely watch it. From 986cf60763d55ed78fefd177b39f42648a343a79 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 8 Sep 2026 13:45:55 +0000 Subject: [PATCH 3/3] Update mariadb Docker tag to v12.3.3 --- resources/chaosknoten/sunders/docker_compose/compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/chaosknoten/sunders/docker_compose/compose.yaml.j2 b/resources/chaosknoten/sunders/docker_compose/compose.yaml.j2 index 8ee08bab..0e3d5e59 100644 --- a/resources/chaosknoten/sunders/docker_compose/compose.yaml.j2 +++ b/resources/chaosknoten/sunders/docker_compose/compose.yaml.j2 @@ -3,7 +3,7 @@ services: db: - image: mariadb:12.3.2 + image: mariadb:12.3.3 command: --max_allowed_packet=3250585600 environment: MYSQL_ROOT_PASSWORD: "{{ secret__sunders_db_root_password }}"