From ae95d69435ff013980faf732cec089326ba23e24 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 9 Jan 2023 08:36:24 +0000 Subject: [PATCH] Update changelog for release 1.1.0 --- CHANGELOG.rst | 21 +++++++++++++++++++++ changelogs/changelog.yaml | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f67ba17..8db778c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,27 @@ middleware_automation.keycloak Release Notes This changelog describes changes after version 0.2.6. +v1.1.0 +====== + +Minor Changes +------------- + +- Update keycloak to 18.0.2 - sso to 7.6.1 `#46 `_ +- Variable ``keycloak_no_log`` controls ansible ``no_log`` parameter (for debugging purposes) `#47 `_ +- Variables to override service start retries and delay `#51 `_ +- keycloak_quarkus: variable to enable development mode `#45 `_ + +Breaking Changes / Porting Guide +-------------------------------- + +- Rename variables from ``infinispan_`` prefix to ``keycloak_infinispan_`` `#42 `_ + +Bugfixes +-------- + +- keycloak_quarkus: fix /var/log/keycloak symlink to keycloak log directory `#44 `_ + v1.0.7 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index bde3179..786b2e2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -96,3 +96,37 @@ releases: - 38.yaml - 39.yaml release_date: '2022-07-06' + 1.1.0: + changes: + breaking_changes: + - 'Rename variables from ``infinispan_`` prefix to ``keycloak_infinispan_`` + `#42 `_ + + ' + bugfixes: + - 'keycloak_quarkus: fix /var/log/keycloak symlink to keycloak log directory + `#44 `_ + + ' + minor_changes: + - 'Update keycloak to 18.0.2 - sso to 7.6.1 `#46 `_ + + ' + - 'Variable ``keycloak_no_log`` controls ansible ``no_log`` parameter (for debugging + purposes) `#47 `_ + + ' + - 'Variables to override service start retries and delay `#51 `_ + + ' + - 'keycloak_quarkus: variable to enable development mode `#45 `_ + + ' + fragments: + - 42.yaml + - 44.yaml + - 45.yaml + - 46.yaml + - 47.yaml + - 51.yaml + release_date: '2023-01-09'