diff --git a/roles/appsmith/defaults/main.yml b/roles/appsmith/defaults/main.yml index aa94e03..e3610a0 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.4.6 +appsmith_version: 1.4.7 # URL of the source archive appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz # sha1sum of the archive -appsmith_archive_sha1: 2989b9e9c036eade8ed0eefeede3f975868c267c +appsmith_archive_sha1: 412e2dcf714ca3752f182dee32f106abc6545ee9 # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith diff --git a/roles/matrix_synapse/defaults/main.yml b/roles/matrix_synapse/defaults/main.yml index 2ef6022..72b4fa8 100644 --- a/roles/matrix_synapse/defaults/main.yml +++ b/roles/matrix_synapse/defaults/main.yml @@ -1,7 +1,7 @@ --- # Synapse version to deploy -synapse_version: 1.30.0 +synapse_version: 1.31.0 # Should ansible handle Synapse upgrades ? If false, only initial install will be done synapse_manage_upgrade: True