From 990608fbebfde3cdffb830a7dd46621ee91cd2f1 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 13 Oct 2021 20:00:06 +0200 Subject: [PATCH] Update to 2021-10-13 20: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 284f873..460980c 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.5.21 +appsmith_version: 1.5.25 # 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: 5c9160d27ec7cf76a38c896fb4ffb703d42a9353 +appsmith_archive_sha1: dceebde21c7b0a989aa7fb96bac044df4f2ddf50 # 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 f125c7e..a8a39c1 100644 --- a/roles/n8n/defaults/main.yml +++ b/roles/n8n/defaults/main.yml @@ -1,7 +1,7 @@ --- # Version to deploy -n8n_version: 0.136.0 +n8n_version: 0.142.0 # Root directory where n8n will be installed n8n_root_dir: /opt/n8n # User account under which n8n will run