Update to 2022-12-09 14:00

This commit is contained in:
Daniel Berteaud 2022-12-09 14:00:11 +01:00
parent 5f94190c9e
commit 7e49159909
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
---
# Babashka version to deploy
bb_version: 1.0.167
bb_version: 1.0.168
# URL of the archive
bb_archive_url: https://github.com/babashka/babashka/releases/download/v{{ bb_version }}/babashka-{{ bb_version }}-linux-amd64-static.tar.gz
# Expected sha256sum of the archive
bb_archive_sha256: 943d59aaee4b55a7cf47ffc813739924637e2c946216b0aa0eb53968df902e58
bb_archive_sha256: c72d1682d2a77421939f63987ceeca09bbd8086f96de5e1ed1a46a9a70eada88

View File

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

View File

@ -1,11 +1,11 @@
---
# Version of Shash TM to install
squashtm_version: 3.0.4
squashtm_version: 3.0.5
# Archive URL which will be downloaded during install/upgrades
squashtm_archive_url: https://nexus.squashtest.org/nexus/repository/public-releases/tm/core/squash-tm-distribution/{{ squashtm_version }}.RELEASE/squash-tm-{{ squashtm_version }}.RELEASE.tar.gz
# Expected checksum of the archive
squashtm_archive_sha256: 9f11049505e5f9678fe7f7454127c697e0e0fe3cc9596adb6f52fef4ee06d6f2
squashtm_archive_sha256: 4e5cc42a774866ac1d91bd938efd833eb952f36bbdd875a67e8bc2f0ca2407ff
# Should ansible handle upgrades ? (if False, only initial install and configuration will be done)
squashtm_manage_upgrade: True