From d3f9b0ca869fd5cc33c2ae64ecb450d8743e620d Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Thu, 31 Mar 2022 16:12:04 +0200 Subject: [PATCH] docs: add PR link to previous releases --- CHANGELOG.rst | 12 ++++++------ changelogs/changelog.yaml | 8 ++++---- playbooks/keycloak.yml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 24f1090..6ed132d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ + 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 `_ v1.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fac497d..ae3cf9d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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 `_ 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 `_ release_summary: | Minor enhancements, bug and documentation fixes. - release_date: '2022-03-11' \ No newline at end of file + release_date: '2022-03-11' diff --git a/playbooks/keycloak.yml b/playbooks/keycloak.yml index 020c1f7..39697bc 100644 --- a/playbooks/keycloak.yml +++ b/playbooks/keycloak.yml @@ -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: