From 5cb0ab9952fef7337dea89cf9aeaeaf930daadea Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 21 Jul 2022 16:00:07 +0200 Subject: [PATCH] Update to 2022-07-21 16:00 --- roles/appsmith/defaults/main.yml | 4 ++-- roles/n8n/defaults/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/appsmith/defaults/main.yml b/roles/appsmith/defaults/main.yml index e0e4d42..6c7512e 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.6.19 +appsmith_version: 1.7.8 # 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: 76e96d76b830500a3cba95b92abdad45f9b1483f +appsmith_archive_sha1: 67afc6178b2dea86071b728544c6733cb04bede4 # 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 d5014a3..70a1692 100644 --- a/roles/n8n/defaults/main.yml +++ b/roles/n8n/defaults/main.yml @@ -1,7 +1,7 @@ --- # Version to deploy -n8n_version: 0.163.1 +n8n_version: 0.187.1 # Root directory where n8n will be installed n8n_root_dir: /opt/n8n # User account under which n8n will run