18 Commits
0.1.7 ... 0.1.9

Author SHA1 Message Date
0f96e09ebe meta: bump collection version to 0.1.9 2025-06-13 19:01:44 +02:00
9bae90a5e3 update(element): bump version to 1.11.103 2025-06-13 15:02:37 +02:00
822029e853 update(cinny): bump version to 4.8.1 2025-06-10 17:15:53 +02:00
e1a3badb6e update(element): bump version to 1.11.102 2025-06-03 18:02:54 +02:00
584d96bb5f update(synapse): bump version to 1.131.0 2025-06-03 18:01:53 +02:00
6e654c4add update(cinny): bump version to 4.8.0 2025-05-24 21:23:25 +02:00
6263da4c10 update(cinny): bump version to 4.7.1 2025-05-21 20:29:22 +02:00
e7deb9aa8f update(element): bump version to 1.11.101 2025-05-20 17:40:06 +02:00
0ff99650d1 update(synapse): bump version to 1.130.0 2025-05-20 17:39:31 +02:00
a0b0f5e2a1 update(cinny): bump version to 4.7.0 2025-05-18 10:35:03 +02:00
399ba320c6 update(element): bump version to 1.11.100 2025-05-07 17:34:13 +02:00
33ebb4c737 update(synapse): bump version to 1.129.0 2025-05-07 17:33:51 +02:00
e19ab99107 meta: bump collection version to 0.1.8, require community.docker@^4.4.0, community.general@^10.0.0 2025-04-27 18:51:42 +02:00
169b49d839 update(element): bump version to 1.11.99 2025-04-23 17:53:20 +02:00
255f1ae76f update(element): bump version to 1.11.98 2025-04-22 21:06:17 +02:00
fb741aa3af update(synapse): bump version to 1.128.0 2025-04-08 20:50:03 +02:00
19fab5cd9f update(element): bump version to 1.11.97 2025-04-08 20:36:41 +02:00
9abedcd74c update(cinny): bump version to 4.6.0 2025-03-31 15:24:33 +02:00
4 changed files with 6 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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