docs: add PR link to previous releases

main
Guido Grazioli 2022-03-31 16:12:04 +02:00
parent bada6f4073
commit d3f9b0ca86
No known key found for this signature in database
GPG Key ID: 22C8C31EF2BC093B
3 changed files with 11 additions and 11 deletions

View File

@ -15,15 +15,15 @@ Release Summary
Minor enhancements, bug and documentation fixes.
Major Changes
-------------
- Apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true`` `#18 <https://github.com/ansible-middleware/keycloak/pull/18>`_
Minor Changes
-------------
- apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true``
Bugfixes
--------
- clustered installs now perform database initialization on first node to avoid locking issues
- Clustered installs now perform database initialization on first node to avoid locking issues `#17 <https://github.com/ansible-middleware/keycloak/pull/17>`_
v1.0.0
======

View File

@ -7,10 +7,10 @@ releases:
release_date: '2022-03-04'
1.0.1:
changes:
major_changes:
- Apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true`` `#18 <https://github.com/ansible-middleware/keycloak/pull/18>`_
minor_changes:
- apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true``
bugfixes:
- clustered installs now perform database initialization on first node to avoid locking issues
- Clustered installs now perform database initialization on first node to avoid locking issues `#17 <https://github.com/ansible-middleware/keycloak/pull/17>`_
release_summary: |
Minor enhancements, bug and documentation fixes.
release_date: '2022-03-11'
release_date: '2022-03-11'

View File

@ -2,7 +2,7 @@
- name: Playbook for Keycloak Hosts
hosts: keycloak
vars:
keycloak_admin_password: "changeme"
keycloak_admin_password: "remembertochangeme"
collections:
- middleware_automation.keycloak
roles: