17 Commits

Author SHA1 Message Date
622733936b update(alertmanager_receiver): bump version to 2025.9.17 2025-09-21 17:37:07 +02:00
cd7c558930 update(element): bump version to 1.11.112 2025-09-21 17:36:35 +02:00
57a9aa0d99 update(alertmanager_receiver): bump version to 2025.9.10 2025-09-10 14:21:34 +02:00
fc659e3be3 update(element): bump version to 1.11.111 2025-09-10 14:18:43 +02:00
8f564361df update(synapse): bump version to 1.138.0 2025-09-09 14:00:54 +02:00
1b1b4c5e1f update(alertmanager): bump version to 2025.9.3 2025-09-04 19:58:15 +02:00
8ef8436422 update(cinny): bump version to 4.10.0 2025-08-31 20:34:13 +02:00
03a56f5e50 update(element): bump version to 1.11.110 2025-08-27 20:37:42 +02:00
b2201b23c9 update(alertmanager_receiver): bump version to 2025.8.27 2025-08-27 20:36:30 +02:00
c0b5234a1e update(synapse): bump version to 1.137.0 2025-08-26 18:14:49 +02:00
3712d307fd update(alertmanager_receiver): bump version to 2025.8.20 2025-08-20 16:37:24 +02:00
66b2c887d1 update(cinny): bump version to 4.9.1 2025-08-17 13:41:30 +02:00
418f4b858f meta: bump collection version to 0.1.10, bump dependencies 2025-08-13 19:06:15 +02:00
f402e0d2d7 update(cinny): bump version to 4.9.0 2025-08-13 19:03:18 +02:00
56e561ff41 update(synapse): bump version to 1.136.0 2025-08-12 17:08:16 +02:00
ae8f14a359 update(synapse): bump version to 1.135.2 2025-08-11 21:14:11 +02:00
c6389ae1ef update(element): bump version to 1.11.109 2025-08-11 16:56:43 +02:00
5 changed files with 8 additions and 7 deletions

View File

@@ -1,13 +1,14 @@
namespace: finallycoffee
name: matrix
version: "0.1.9"
version: "0.1.10"
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Various matrix-related ansible roles
dependencies:
"community.docker": "^4.4.0"
"community.general": "^10.0.0"
"community.docker": "^4.7.0"
"community.general": "^11.1.2"
"containers.podman": "^1.17.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'

View File

@@ -1,6 +1,6 @@
---
alertmanager_receiver_user: "matrix-alertmanager-receiver"
alertmanager_receiver_version: "2025.8.6"
alertmanager_receiver_version: "2025.9.17"
alertmanager_receiver_config_file_path: "/etc/matrix-alertmanager-receiver/config.yaml"
alertmanager_receiver_config_path: >-2
{{ alertmanager_receiver_config_file_path | dirname }}

View File

@@ -1,7 +1,7 @@
---
cinny_user: cinny
cinny_state: "present"
cinny_version: "4.8.1"
cinny_version: "4.10.0"
cinny_deployment_method: "docker"
cinny_base_path: "/opt/cinny"

View File

@@ -1,7 +1,7 @@
---
element_user: element
element_state: "present"
element_version: "1.11.108"
element_version: "1.11.112"
element_deployment_method: "docker"
element_base_path: "/opt/element"

View File

@@ -1,7 +1,7 @@
---
synapse_user: synapse
synapse_group: synapse
synapse_version: "1.135.0"
synapse_version: "1.138.0"
synapse_state: "present"
synapse_deployment_method: "docker"