Update to 2022-06-03 10:00

This commit is contained in:
Daniel Berteaud 2022-06-03 10:00:12 +02:00
parent 702e879353
commit 8b9ba9974c
2 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.43.1
metabase_version: 0.43.2
# URL to fetch the jar
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
# Expected sha256 of the jar
metabase_jar_sha256: 5866c8b26096b12c6013b2adaf9dfda93b7fa39709ad88b4caedd991f6f1395d
metabase_jar_sha256: ec14257991817fdc6dc6891c170dcb12f727781ad381e706c870aa08d469d71c
# When building from source
metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz
# Expected sha256 of the archive
metabase_archive_sha256: fdcb5d40084aac7f67a0b9a34921dd9dc956596371350e4550c333d02a85752a
metabase_archive_sha256: a3a4cc78cda675b44bd92943ae25b35b5378febacd3933c34d837f2fc2b8bec5
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True

View File

@ -1,7 +1,7 @@
---
# Version to deploy
n8n_version: 0.177.0
n8n_version: 0.179.0
# Root directory where n8n will be installed
n8n_root_dir: /opt/n8n
# User account under which n8n will run