Update to 2022-06-28 18:00

This commit is contained in:
Daniel Berteaud 2022-06-28 18:00:15 +02:00
parent 2df47ac769
commit 83150793aa
3 changed files with 18 additions and 18 deletions

View File

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '22.06.1'
bookstack_version: '22.06.2'
# 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: e1a92b3815653342c9eb4e8de8050f8ce32d61d628ce3198ea51ef05effd3e2e
bookstack_archive_sha256: b64c41e4ebb9cb46a54915b9dbc090620466372ab5919ddcb58ae5595730f09e
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

View File

@ -2,9 +2,9 @@
glpi_id: 1
glpi_manage_upgrade: True
glpi_version: '10.0.1'
glpi_version: '10.0.2'
glpi_archive_url: https://github.com/glpi-project/glpi/releases/download/{{ glpi_version }}/glpi-{{ glpi_version }}.tgz
glpi_archive_sha256: c599fca2e302b41067530dc6d3f2bee95536ce277ec8ea19d5ed810dfa386459
glpi_archive_sha256: 783492568b8070a60ed6051110af348335f755ecd3e79d13e0f614c21f374d54
glpi_root_dir: /opt/glpi_{{ glpi_id }}
glpi_php_user: php-glpi_{{ glpi_id }}
# If set, will use the following custom PHP FPM pool, which must be created
@ -34,34 +34,34 @@ glpi_plugins:
# version: 2.0.0
# sha1: c1eee0ab488852265c6a920510894551424b3f3e
# url: https://forge.glpi-project.org/attachments/download/2335/glpi-pdf-2.0.0.tar.gz
# behaviors:
# version: 2.5.0
# sha1: 972e06027835d9da1e2eb2523caff40382389f81
# url: https://forge.glpi-project.org/attachments/download/2336/glpi-behaviors-2.5.0.tar.gz
behaviors:
version: 2.7.1
sha256: dfe01c5fe1fdca7fa9e8d2a90542f9023fddaff222c7702bed02a8bac096fe15
url: https://github.com/yllen/behaviors/releases/download/v2.7.1/glpi-behaviors-2.7.1.tar.gz
manufacturersimports:
version: 3.0.1
sha256: 261d0bb95df7ac61379430448544b93bfaeae8a688c87fb1e008e8a70c9c116c
url: https://github.com/InfotelGLPI/manufacturersimports/releases/download/3.0.1/glpi-manufacturersimports-3.0.1.tar.bz2
tag:
version: 2.9.0
sha256: ef42dea543341fc6e7ba8bdb4899a942f7f04d56c0482df2c9c64c3bbde1317e
url: https://github.com/pluginsGLPI/tag/releases/download/2.9.0/glpi-tag-2.9.0.tar.bz2
version: 2.9.2
sha256: b7d60e869937fcd0e04a8d3408dd86c315248c7dccd592f19c0b0955b4f72275
url: https://github.com/pluginsGLPI/tag/releases/download/2.9.2/glpi-tag-2.9.2.tar.bz2
mreporting:
version: 1.8.0
sha256: b551f6caab78b252ec7bb3303bced160002c1f31b7bd328c1158c798e266e404
url: https://github.com/pluginsGLPI/mreporting/releases/download/1.8.0/glpi-mreporting-1.8.0.tar.bz2
fields:
version: 1.15.3
sha256: 130e2d9f2be2848681932c56e43850fd527744b4e18552b0f4c7a9ceeef8c130
url: https://github.com/pluginsGLPI/fields/releases/download/1.15.3/glpi-fields-1.15.3.tar.bz2
version: 1.16.0
sha256: ee8972c9bcfdff76695b5c3598fa2126a194154452f1ac33c8732c1c0fdcffa8
url: https://github.com/pluginsGLPI/fields/releases/download/1.16.0/glpi-fields-1.16.0.tar.bz2
webapplications:
version: 4.0.1
sha256: bbd3a9a01c2bd708af83563ed162ebfa9f56fdd616aaf6f1892e9a36e970ec9d
url: https://github.com/InfotelGLPI/webapplications/releases/download/4.0.1/glpi-webapplications-4.0.1.tar.bz2
genericobject:
version: 2.12.0
sha256: 0ee6cddc5c5a81cb51e1556e5e38c6721514d3710344fdd39d94a9089d64cb80
url: https://github.com/pluginsGLPI/genericobject/releases/download/2.12.0/glpi-genericobject-2.12.0.tar.bz2
version: 2.12.1
sha256: 73e82548eaa1ef34a20cf97f9d3aa5660a30fe2a79150b2fb34e3023eaf77c5d
url: https://github.com/pluginsGLPI/genericobject/releases/download/2.12.1/glpi-genericobject-2.12.1.tar.bz2
mydashboard:
version: 2.0.3
sha256: 69ee0f2056393159ac2a8fd60525cfa53f3ff01cc89c2a2692770a3d69def310

View File

@ -1,7 +1,7 @@
---
# Synapse version to deploy
synapse_version: 1.61.0
synapse_version: 1.61.1
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
synapse_manage_upgrade: True