Release Notes
Release 2.80.0
Playbook change log from previous release (2.78.1)
- We are now using ansible collections for a simpler distribution and deployment.
- Added a basic db-backup/cleanup script to the MariaDB deployment on the storage server (non-supported).
- Fixed a permission issue for HAProxy stats file, when using OTH monitoring (only relevant for OTH’s own hosted solutions).
- Fixed health check URI for qnr-ui service.
- Fixed mislabeled variable names for clinician OIDC configuration.
- Excluded meter types related to a deprecated service (spiref).
- Fixed the minio deployment script to reflect our ansible playbook.
- Fixed an issue where rabbitmq admin password did not get set.
- Fixed an issue with mfa variable not being set correct,
features:mfa:
are no longer needed in thesettings.yml
configuration and are set automatically. - Hardcoded
jwks_options:
toRS256
,jwks_options:
is no longer needed insettings.yml
. - Various small bug-fixes.
Known issues
Ansible-vault encryption in the web configurator is disabled
We have disabled the possibility to encrypt the authentication.yml and settings.yml in the web configurator, since it didn’t work as intended. We plan to enable this option again in a future version of the playbook.
Until then, we recommend that you manually encrypt your authentication.yml and your settings.yml. Please refer to the official ansible-vault documentation for instructions on how to do this.