update(hedgedoc): bump version to 1.9.4

This commit is contained in:
Johanna Dorothea Reichmann 2022-07-17 15:20:08 +02:00
parent 24a9fe236d
commit 24a14fdda9
No known key found for this signature in database
GPG key ID: 03624C433676E465
2 changed files with 5 additions and 6 deletions

View file

@ -1,11 +1,11 @@
# hedgedoc
# `famedly.services.hedgedoc` ansible role
Deploys a containerised HedgeDoc instance with postgres as the default backend.
## Requirements
- preconfigured database
- docker
- preconfigured postgresql database, f.ex. with `famedly.base.postgresql_client_access`
- docker daemon running, used for the deployment
## Role Variables
@ -32,7 +32,6 @@ See `defaults/main.yml` and `vars/main.yml` for available variables.
AGPL-3.0-only
Author Information
------------------
## Author Information
- Jan Christian Grünhage <jcgruenhage@famedly.com>

View file

@ -7,7 +7,7 @@ hedgedoc_db_database: "hedgedoc"
hedgedoc_db_port: 5432
hedgedoc_db_dialect: postgres
hedgedoc_version: 1.9.2
hedgedoc_version: 1.9.4
hedgedoc_user: "hedgedoc"