From 5742c8b0ecbbdf3a1bd9a36e1ee3d32c3e60b76a Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 30 Jun 2021 13:00:06 +0200 Subject: [PATCH] Update to 2021-06-30 13:00 --- roles/appsmith/defaults/main.yml | 4 ++-- roles/diagrams/defaults/main.yml | 4 ++-- roles/n8n/defaults/main.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/appsmith/defaults/main.yml b/roles/appsmith/defaults/main.yml index ff8a7cf..45ac520 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.5.4 +appsmith_version: 1.5.5 # 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: bd6b887472a1d33f1c5028af01e12caf79aa0e45 +appsmith_archive_sha1: 90969fe7088910434e473ea607076c9558a67fcb # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith diff --git a/roles/diagrams/defaults/main.yml b/roles/diagrams/defaults/main.yml index bd4d8b8..91e3e56 100644 --- a/roles/diagrams/defaults/main.yml +++ b/roles/diagrams/defaults/main.yml @@ -1,11 +1,11 @@ --- # Veresion of diagrams to deploy -diagrams_version: 14.6.13 +diagrams_version: 14.8.2 # URL of the WAR file to deploy diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war # Expected sha1 of the WAR file -diagrams_war_sha1: 1dfb70f8d648974da5ce33cc3327d1142a3d6f8a +diagrams_war_sha1: 673803f2fe1593ab5374ca19e085163831b271f3 # root directory of the installation diagrams_root_dir: /opt/diagrams # Should ansible manage upgrades, or just initial install ? diff --git a/roles/n8n/defaults/main.yml b/roles/n8n/defaults/main.yml index a38f91b..0d7aedf 100644 --- a/roles/n8n/defaults/main.yml +++ b/roles/n8n/defaults/main.yml @@ -1,7 +1,7 @@ --- # Version to deploy -n8n_version: 0.121.0 +n8n_version: 0.126.0 # Root directory where n8n will be installed n8n_root_dir: /opt/n8n # User account under which n8n will run