Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						9d31b44040 
					 
					
						
						
							
							Make matrix-static-files not reference other matrix_authentication_service_* variables if MAS is not enabled  
						
						
						
						
					 
					
						2025-07-27 08:22:42 +03:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						d876da4186 
					 
					
						
						
							
							Explicitly tell template-lookup to not auto-parse JSON files  
						
						... 
						
						
						
						ansible-core>=2.19.0 only auto-parses YAML files, not JSON.
Previous ansible-core versions auto-parsed JSON as well, but ansible-core>=2.19.0
doesn't, so we added a `from_json` post-filter.
However, older versions auto-parsing JSON and turning it into a dict, on
which we later run `from_json` is no good.
In this patch, we try to equalize behavior and configure Ansible to never parse JSON,
hopefully making old-Ansible behave like new Ansible.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4458 
Ref: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/template_lookup.html#parameter-convert_data  
						
						
					 
					
						2025-07-27 07:45:58 +03:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						4ef78bdb7f 
					 
					
						
						
							
							Adjust default value for matrix_synapse_admin_configuration_extension_json_auto to match what we expect and how we use it  
						
						... 
						
						
						
						We expect a string, which is parsed via `from_json`.
This matches previous usage in inventories, as well as what the
user-controlled precedessor of this variable (`matrix_synapse_admin_configuration_extension_json`)
is like.
Related to 997e6ca611https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4459  
						
						
					 
					
						2025-07-27 07:36:21 +03:00 
						 
				 
			
				
					
						
							
							
								Aine 
							
						 
					 
					
						
						
							
						
						c085b540f2 
					 
					
						
						
							
							fix etherpad postgres wiring  
						
						
						
						
					 
					
						2025-07-26 23:51:38 +01:00 
						 
				 
			
				
					
						
							
							
								Aine 
							
						 
					 
					
						
						
							
						
						9d98c5056e 
					 
					
						
						
							
							update etherpad role  
						
						
						
						
					 
					
						2025-07-26 23:36:57 +01:00 
						 
				 
			
				
					
						
							
							
								Aine 
							
						 
					 
					
						
						
							
						
						da9b82439b 
					 
					
						
						
							
							fix etherpad (ansible>=2.19.0)  
						
						
						
						
					 
					
						2025-07-26 23:30:50 +01:00 
						 
				 
			
				
					
						
							
							
								Aine 
							
						 
					 
					
						
						
							
						
						997e6ca611 
					 
					
						
						
							
							fix synapse-admin for ansible-core>=2.19.0. Related to  #4445  
						
						
						
						
					 
					
						2025-07-26 22:44:55 +01:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						3a11a32f9e 
					 
					
						
						
							
							Do not rely on ansible-core>=2.19.0 to process Jinja blocks inside strings found in other strings blocks  
						
						... 
						
						
						
						Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445  
						
						
					 
					
						2025-07-26 19:09:11 +03:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						570c4121b7 
					 
					
						
						
							
							Make sure remaining when dict keys do not refer to variables directly, but open a Jinja block  
						
						... 
						
						
						
						Most `when` dict keys already were done correctly, but these few weren't.
ansible-core 2.19.0 reported the following errors for them:
> [WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg.
> [DEPRECATION WARNING]: The `bool` filter coerced invalid value 'variable_name' (str) to False. This feature will be removed from ansible-core version 2.23. 
						
						
					 
					
						2025-07-26 18:53:11 +03:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						90813b3739 
					 
					
						
						
							
							Pass the result of JSON-file template lookups through from_json for better ansible-core>=2.19.0 compatibility  
						
						... 
						
						
						
						Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445 
It seems like ansible-core 2.19.0 no longer automatically parses template lookup content
as JSON (into a dict) when dealing with template files (be it `file.json.j2` or `file.j2`).
For files detected to contain YAML (`.ya?ml.j2`, but possibly others),
it automatically parses YAML, because the `convert_data` option
for the template lookup defaults to `true`.
Ref: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/template_lookup.html  
						
						
					 
					
						2025-07-26 18:53:11 +03:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						f2524902af 
					 
					
						
						
							
							Cast variables to string before running length on them when checking if a variable contains a value  
						
						... 
						
						
						
						Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445  
						
						
					 
					
						2025-07-26 18:13:07 +03:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						2ee0826079 
					 
					
						
						
							
							Upgrade backup-borg (v1.4.1-1.9.14-0 -> v1.4.1-1.9.14-1)  
						
						
						
						
					 
					
						2025-07-26 17:59:50 +03:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						51ab9ed9ff 
					 
					
						
						
							
							Adjust lstrip_blocks to use a bool value for compatibility with ansible-core>=2.19.0  
						
						... 
						
						
						
						Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445  
						
						
					 
					
						2025-07-26 17:58:12 +03:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						5651206e77 
					 
					
						
						
							
							Fix indentation of when clause  
						
						... 
						
						
						
						Fixup for a1f6ee4dc9 
						
						
					 
					
						2025-07-26 17:57:24 +03:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						a09760492b 
					 
					
						
						
							
							Update various roles to versions that offer better compatibility with ansible-core>=2.19.0  
						
						... 
						
						
						
						Ref: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445  
						
						
					 
					
						2025-07-26 17:52:43 +03:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						a1f6ee4dc9 
					 
					
						
						
							
							Improve compatibility with ansible-core>=2.19.0 by not reaching into vars  
						
						... 
						
						
						
						Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445  
						
						
					 
					
						2025-07-26 17:50:20 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						6da6b466da 
					 
					
						
						
							
							Update dependency exim_relay to v4.98.1-r0-2-1  
						
						
						
						
					 
					
						2025-07-26 17:28:54 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						c7989af64f 
					 
					
						
						
							
							Update dependency etherpad to v2.3.2-2  
						
						
						
						
					 
					
						2025-07-26 17:28:32 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						28870d2867 
					 
					
						
						
							
							Update dependency etherpad to v2.3.2-1  
						
						
						
						
					 
					
						2025-07-26 12:36:37 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						8c89f577ad 
					 
					
						
						
							
							Update dependency container_socket_proxy to v0.3.0-7  
						
						
						
						
					 
					
						2025-07-26 12:36:11 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						e2cb95f145 
					 
					
						
						
							
							Update dependency postgres to v17.5-1  
						
						
						
						
					 
					
						2025-07-26 09:15:37 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						d4d293f9a4 
					 
					
						
						
							
							Update dependency traefik to v3.5.0-1  
						
						
						
						
					 
					
						2025-07-26 09:15:07 +03:00 
						 
				 
			
				
					
						
							
							
								adam-kress 
							
						 
					 
					
						
						
							
						
						d70bccbda4 
					 
					
						
						
							
							Upgrade Jitsi (v10314-1 -> v10431-0)  
						
						
						
						
					 
					
						2025-07-26 05:32:40 +03:00 
						 
				 
			
				
					
						
							
							
								Aine 
							
						 
					 
					
						
						
							
						
						16212150a3 
					 
					
						
						
							
							Sygnal: rollback to v0.15.1, because v0.16.0's docker image is broken  
						
						
						
						
					 
					
						2025-07-24 16:47:36 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						69184bc4a3 
					 
					
						
						
							
							Update matrixdotorg/sygnal Docker tag to v0.16.0  
						
						
						
						
					 
					
						2025-07-24 12:39:35 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						514a947386 
					 
					
						
						
							
							Update dependency traefik to v3.5.0-0  
						
						
						
						
					 
					
						2025-07-24 08:20:06 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						8ab525d609 
					 
					
						
						
							
							Update dependency grafana to v11.6.4-0  
						
						
						
						
					 
					
						2025-07-24 08:19:47 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						8be4927770 
					 
					
						
						
							
							Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2025.7.23  
						
						
						
						
					 
					
						2025-07-23 14:20:11 +03:00 
						 
				 
			
				
					
						
							
							
								Aine 
							
						 
					 
					
						
						
							
						
						7261be5537 
					 
					
						
						
							
							add matrix_synapse_ext_password_provider_ldap_tls_options_validate var  
						
						
						
						
					 
					
						2025-07-23 08:46:08 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						7eff95f38d 
					 
					
						
						
							
							Update joseluisq/static-web-server Docker tag to v2.38.0  
						
						
						
						
					 
					
						2025-07-22 09:04:44 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						abc74a6b96 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.12.3  
						
						
						
						
					 
					
						2025-07-17 10:22:32 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						c6871d187f 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/twitter Docker tag to v0.4.3  
						
						
						
						
					 
					
						2025-07-17 10:22:26 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						7cf0fe52d4 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/telegram Docker tag to v0.15.3  
						
						
						
						
					 
					
						2025-07-17 10:16:48 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						70686595d5 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/slack Docker tag to v0.2.2  
						
						
						
						
					 
					
						2025-07-17 10:16:41 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						2ad2fd8b57 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/signal Docker tag to v0.8.5  
						
						
						
						
					 
					
						2025-07-17 06:44:09 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						eb067b7536 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/discord Docker tag to v0.7.5  
						
						
						
						
					 
					
						2025-07-17 06:29:47 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						c1d5d38cf6 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/bluesky Docker tag to v0.1.2  
						
						
						
						
					 
					
						2025-07-17 06:29:39 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						b5af7f7a32 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/meta Docker tag to v0.5.2  
						
						
						
						
					 
					
						2025-07-17 06:29:29 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						a04a72d4e5 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/gmessages Docker tag to v0.6.4  
						
						
						
						
					 
					
						2025-07-17 06:29:23 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						b8029111c9 
					 
					
						
						
							
							Update ghcr.io/element-hq/element-web Docker tag to v1.11.106  
						
						
						
						
					 
					
						2025-07-16 06:35:42 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						6a98f47f73 
					 
					
						
						
							
							Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v0.19.0  
						
						
						
						
					 
					
						2025-07-15 18:41:12 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						8ecee76f62 
					 
					
						
						
							
							Update ghcr.io/element-hq/synapse Docker tag to v1.134.0  
						
						
						
						
					 
					
						2025-07-15 18:41:03 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						30156f1ac0 
					 
					
						
						
							
							Update dependency prometheus to v3.5.0-0  
						
						
						
						
					 
					
						2025-07-15 07:03:54 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						aa527d2b99 
					 
					
						
						
							
							Update dependency certifi to v2025.7.14  
						
						
						
						
					 
					
						2025-07-14 08:50:25 +03:00 
						 
				 
			
				
					
						
							
							
								Aine 
							
						 
					 
					
						
						
							
						
						f3a819c5f1 
					 
					
						
						
							
							Synapse Admin v0.11.1-etke45  
						
						
						
						
					 
					
						2025-07-13 22:23:48 +01:00 
						 
				 
			
				
					
						
							
							
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						9b3d2637ad 
					 
					
						
						
							
							Upgrade Traefik (v3.4.4-0 -> v3.4.4-1)  
						
						
						
						
					 
					
						2025-07-12 13:29:25 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						cffda7277b 
					 
					
						
						
							
							Update dependency prometheus_postgres_exporter to v0.17.1-6  
						
						
						
						
					 
					
						2025-07-12 08:51:58 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						eff5dd0527 
					 
					
						
						
							
							Update dependency prometheus_node_exporter to v1.9.1-9  
						
						
						
						
					 
					
						2025-07-12 08:51:51 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						05202d0032 
					 
					
						
						
							
							Update dependency traefik to v3.4.4-0  
						
						
						
						
					 
					
						2025-07-12 08:47:12 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						49d32b15c6 
					 
					
						
						
							
							Update dependency traefik_certs_dumper to v2.10.0-1  
						
						
						
						
					 
					
						2025-07-12 08:45:41 +03:00