Update to 2024-05-15 17:01

This commit is contained in:
Daniel Berteaud 2024-05-15 17:01:00 +02:00
parent ed5a9a179c
commit f12e79fb3f
2 changed files with 15 additions and 15 deletions

View File

@ -1,11 +1,11 @@
---
# Version of Shash TM to install
squashtm_version: 6.0.1
squashtm_version: 6.1.0
# 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: 23ca0e3c48d0c55d8fd769f34d438dcbc4c85d3ef684333e94960cc705949b0d
squashtm_archive_sha256: 912003ea476f9f54505208ca1d99aca3bf25c747abe61a72d4237b37dd4f6dd2
# Should ansible handle upgrades ? (if False, only initial install and configuration will be done)
squashtm_manage_upgrade: True

View File

@ -10,22 +10,22 @@ taiga_user: taiga
# Archives URL, versions and expected checksums
taiga_archives:
back:
version: 6.7.3
url: https://github.com/kaleidos-ventures/taiga-back/archive/refs/tags/6.7.3.tar.gz
sha256: 057ae3948418da70f9bb4afd9467f64ce3cbba8a11f96e4ce5689317019ec7b9
version: 6.8.0
url: https://github.com/kaleidos-ventures/taiga-back/archive/refs/tags/6.8.0.tar.gz
sha256: ccd1b35f41ab7827a3b79f1e06d646ba7c1f18b8043a60d813c419f41b69f1f1
front:
version: 6.7.7
url: https://github.com/kaleidos-ventures/taiga-front-dist/archive/refs/tags/6.7.7.tar.gz
sha256: 398d30ab9c95ed11dc8c4a0327c5fa279acdd781417a940d077902e3127b2f12
dir: taiga-front-dist-6.7.7
version: 6.8.0
url: https://github.com/kaleidos-ventures/taiga-front-dist/archive/refs/tags/6.8.0.tar.gz
sha256: cd29b51f9ece9dfaa4bb9a61a47086ccfd8f8c981ec6c1161b473b4d25a41a34
dir: taiga-front-dist-6.8.0
events:
version: 6.7.0
url: https://github.com/kaleidos-ventures/taiga-events/archive/refs/tags/6.7.0.tar.gz
sha256: ad05a538dbf207275a742103a4f699fbd6d399b335e0d61834ab020e43e8721f
version: 6.8.0
url: https://github.com/kaleidos-ventures/taiga-events/archive/refs/tags/6.8.0.tar.gz
sha256: e0b55679cbff7bea2d6bacabd5f7664c8add9c82256089da3a5390bca206b478
protected:
version: 6.7.0
url: https://github.com/kaleidos-ventures/taiga-protected/archive/refs/tags/6.7.0.tar.gz
sha256: 87bf022e637897891852b145b6b2bfc11f75ef4b698db592faf6aacb91c35a10
version: 6.8.0
url: https://github.com/kaleidos-ventures/taiga-protected/archive/refs/tags/6.8.0.tar.gz
sha256: 10f4aeeb51a63afa3342c620d3e23545bc984fbfb4573d384e9a6f24a18c3c4d
# Database settings
taiga_db_server: "{{ pg_server | default('localhost') }}"