Update to 2022-11-30 17:00

This commit is contained in:
Daniel Berteaud 2022-11-30 17:00:09 +01:00
parent fdc74d08ac
commit 09601a7884
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '22.10.2'
bookstack_version: '22.11'
# 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: 0c24afd3cc2415eed0e0577c0b1fb906e951458a7301466f8df52a233f313e35
bookstack_archive_sha256: e30c0ba0b7e5b25115ed99cae4eea669e2cba2d4605d2f6cfae6764517ea769b
# 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: 20.5.2
diagrams_version: 20.6.0
# 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: 32e8a45a74a87ae85e3e9779d65de70ef815bfc06ea30c0866c9dac7c7aec047
diagrams_war_sha256: 6e4e7aa5b97582bb0d2e7f4c9ad4a3569862cc054cef6ffc91ba8f443e46ea62
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?