From fddfa9a49300d40e555bba4be5e1723ace1d46dc Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 1 Apr 2022 10:57:28 +0000 Subject: [PATCH] Update changelog for release 1.0.2 --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 36 ++++++++++++++++++++++++++++++------ 2 files changed, 44 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6ed132d..4644d47 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,20 @@ middleware_automation.keycloak Release Notes This changelog describes changes after version 0.2.6. +v1.0.2 +====== + +Minor Changes +------------- + +- Make ``keycloak_admin_password`` a default with assert (was: role variable) `#26 `_ +- Simplify dependency install logic and reduce play execution time `#19 `_ + +Bugfixes +-------- + +- Set ``keycloak_frontend_url`` default according to other defaults `#25 `_ + v1.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ae3cf9d..6200619 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2,15 +2,39 @@ ancestor: 0.2.6 releases: 1.0.0: changes: - release_summary: | - This is the first stable release of the ``middleware_automation.keycloak`` collection. + release_summary: 'This is the first stable release of the ``middleware_automation.keycloak`` + collection. + + ' 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 `_ + - Apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` + is ``true`` `#18 `_ minor_changes: - - Clustered installs now perform database initialization on first node to avoid locking issues `#17 `_ - release_summary: | - Minor enhancements, bug and documentation fixes. + - 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' + 1.0.2: + changes: + bugfixes: + - 'Set ``keycloak_frontend_url`` default according to other defaults `#25 `_ + + ' + minor_changes: + - 'Make ``keycloak_admin_password`` a default with assert (was: role variable) + `#26 `_ + + ' + - 'Simplify dependency install logic and reduce play execution time `#19 `_ + + ' + fragments: + - 19.yaml + - 25.yaml + - 26.yaml + release_date: '2022-04-01'