From 27a1966ba82b8a402f950cc0ce17144b5bf9f2a3 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 22 Jul 2021 15:00:07 +0200 Subject: [PATCH] Update to 2021-07-22 15: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 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