Update to 2023-01-21 01:00

This commit is contained in:
Daniel Berteaud 2023-01-21 01:00:17 +01:00
parent dd2a53960c
commit e37bb48a91
3 changed files with 7 additions and 7 deletions

View File

@ -5,12 +5,12 @@
# You can set it to a number or a simple string (no special chars)
kimai_id: 1
# Kimai version to deploy
kimai_version: '1.30.3'
kimai_version: '1.30.5'
# URL of the archive
kimai_archive_url: https://github.com/kevinpapst/kimai2/archive/refs/tags/{{ kimai_version }}.tar.gz
# Expected sha256 of the archive
kimai_archive_sha256: d082f4f4f74423b3be42ba882b2fcc259e381c7e9d99dd173af6f871d67e812d
kimai_archive_sha256: f758c8c8606e6505fdb827706ef4f1d640e525ac76634e736c7b493290c5c445
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}

View File

@ -5,8 +5,8 @@
element_id: element
# Version to deploy, and expected sha256
element_version: 1.11.19
element_archive_sha256: 2ae1bacdaa0e865c4c639d75d6f908f129ed7fcc9ee628ef38d57a2c4a33ad73
element_version: 1.11.20
element_archive_sha256: a856e854d404f5bfd69cf344b5ea7c77a93ac7d37554af2c00f6cb383abac77f
# Where to install element
element_root_dir: /opt/matrix/element

View File

@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.44.6
metabase_version: 0.45.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: 6b44d59b54d4fa95be2051bd9ba1b872deb8ba3605624cfdb69027eee75ff81c
metabase_jar_sha256: c72e8d30f369522381951774b7053d33cd0b6e1d0dc8ceba3d115fd03240bba7
# 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: b3f3350724fac0a9cd314daf8c8862cd7fd396497d5526157c24ff3d29dce172
metabase_archive_sha256: 63d1360c3d21cb17cd0c9180840eae11d0a3e0eaa6e59b011e065040ba4b08d0
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True