Update to 2023-08-17 16:00

This commit is contained in:
Daniel Berteaud
2023-08-17 16:00:21 +02:00
parent 846c668216
commit cc7c11ba8a
20 changed files with 611 additions and 35 deletions

View File

@@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.46.6.1
metabase_version: 0.46.7
# 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: 12d267bf515a238944bb65fceed1ef83f5ae63451c11ad5b7f7adbeaf612e5c6
metabase_jar_sha256: 2c6b63cce0d59283abf3219c13e7e980ccc83501b79417214ee8d3b191a00115
# 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: e2428a90de977a8f85c3266916d0486222f28ba909f622f3763fddb6a3633e2a
metabase_archive_sha256: ca7afc40252e2ca430787a69b8c188375c8c7f4e1a108bfff62bda080a9ccc2d
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True