Update to 2023-09-15 17:00

This commit is contained in:
Daniel Berteaud 2023-09-15 17:00:17 +02:00
parent b47821acb1
commit fb2734f2bc
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '23.08.2'
bookstack_version: '23.08.3'
# URL of the arhive
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
# Expected sha256 of the archive
bookstack_archive_sha256: 48503ebeb3da21e25f60559b2ef73ca5c45c988eb1c25c83e08b289656e9461b
bookstack_archive_sha256: da665584507020a071d41c6fef5f3996254854e13700059d6e9ca18c3f29211e
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

View File

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 21.7.2
diagrams_version: 21.7.5
# URL of the WAR file to deploy
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
# Expected sha256 of the WAR file
diagrams_war_sha256: 3f72da643e5bd95f6ebd12773c269347e17c5ff91cd13bf020de9a51cc380d82
diagrams_war_sha256: 6114f959886630ad827621cfc2537a0669f19cdead2f74e0d2d17d5bb77e2bbe
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?