diff --git a/roles/appsmith/defaults/main.yml b/roles/appsmith/defaults/main.yml index 1d48af2..a169e7d 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.5.8 +appsmith_version: 1.5.9 # 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: 9f24c95a402f5823f2a9c41cd0a1096bb2d7f0a8 +appsmith_archive_sha1: 5feb95f1e91ec0bb46828dca6b5b18fe3c8ef7d7 # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith diff --git a/roles/n8n/defaults/main.yml b/roles/n8n/defaults/main.yml index 0d7aedf..2eb203a 100644 --- a/roles/n8n/defaults/main.yml +++ b/roles/n8n/defaults/main.yml @@ -1,7 +1,7 @@ --- # Version to deploy -n8n_version: 0.126.0 +n8n_version: 0.130.0 # Root directory where n8n will be installed n8n_root_dir: /opt/n8n # User account under which n8n will run