From be2381c5f92464fa3ee9959786ae7f7b5c178aba Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 11 Sep 2026 09:01:19 +0000 Subject: [PATCH 1/3] Update docker.io/library/postgres Docker tag to v14 --- resources/chaosknoten/lists/docker_compose/compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/chaosknoten/lists/docker_compose/compose.yaml.j2 b/resources/chaosknoten/lists/docker_compose/compose.yaml.j2 index 7a109e8c..c2b6c707 100644 --- a/resources/chaosknoten/lists/docker_compose/compose.yaml.j2 +++ b/resources/chaosknoten/lists/docker_compose/compose.yaml.j2 @@ -62,7 +62,7 @@ services: - POSTGRES_DB=mailmandb - POSTGRES_USER=mailman - "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}" - image: docker.io/library/postgres:12-alpine + image: docker.io/library/postgres:14-alpine volumes: - /opt/mailman/database:/var/lib/postgresql/data networks: From d422b9660a30acc3d7795da5e24b3431305ff28e Mon Sep 17 00:00:00 2001 From: lilly Date: Wed, 16 Sep 2026 13:39:42 +0200 Subject: [PATCH 2/3] docs: correct mjolnir -> draupnir --- 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 4da6964d..fc307645 100644 --- a/docs/concepts-and-configurations/matrix-moderation.md +++ b/docs/concepts-and-configurations/matrix-moderation.md @@ -5,7 +5,7 @@ title: Matrix Moderation # Matrix Moderation All Matrix rooms created around CCCHH and which are considered *official* are subject to centralized moderation. -This moderation is enforced by a [Mjolnir](https://github.com/matrix-org/mjolnir) bot on a techincal level and operated by a dedicated sub-team of the Infra Group. +This moderation is enforced by a [Draupnir](https://github.com/the-draupnir-project/Draupnir) bot on a techincal level and operated by a dedicated sub-team of the Infra Group. The moderation team can be reached at [matrix-moderation@hamburg.ccc.de](mailto:matrix-moderation@hamburg.ccc.de). From 57bb0615bd4e4a4f64ca7ca3d14f101ea76bb302 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 16 Sep 2026 11:46:29 +0000 Subject: [PATCH 3/3] Update docker.io/library/postgres Docker tag to v14 --- resources/chaosknoten/lists/docker_compose/compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/chaosknoten/lists/docker_compose/compose.yaml.j2 b/resources/chaosknoten/lists/docker_compose/compose.yaml.j2 index 7a109e8c..c2b6c707 100644 --- a/resources/chaosknoten/lists/docker_compose/compose.yaml.j2 +++ b/resources/chaosknoten/lists/docker_compose/compose.yaml.j2 @@ -62,7 +62,7 @@ services: - POSTGRES_DB=mailmandb - POSTGRES_USER=mailman - "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}" - image: docker.io/library/postgres:12-alpine + image: docker.io/library/postgres:14-alpine volumes: - /opt/mailman/database:/var/lib/postgresql/data networks: