From 7471e07921449ebb5ae4d7a0492347ba0bd810bc Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 May 2023 13:49:15 +0000 Subject: [PATCH] Update changelog for release 1.2.4 --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 22 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index acf89df..145ab2e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,21 @@ middleware_automation.keycloak Release Notes This changelog describes changes after version 0.2.6. +v1.2.4 +====== + +Minor Changes +------------- + +- Add ``sqlserver`` to keycloak role jdbc configurations `#78 `_ +- Add configurability for XA transactions `#73 `_ + +Bugfixes +-------- + +- Fix deprecation warning for ``ipaddr`` `#77 `_ +- Fix undefined facts when offline patching sso `#71 `_ + v1.2.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 549540c..330081c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -181,3 +181,25 @@ releases: - 68.yaml - 69.yaml release_date: '2023-04-11' + 1.2.4: + changes: + bugfixes: + - 'Fix deprecation warning for ``ipaddr`` `#77 `_ + + ' + - 'Fix undefined facts when offline patching sso `#71 `_ + + ' + minor_changes: + - 'Add ``sqlserver`` to keycloak role jdbc configurations `#78 `_ + + ' + - 'Add configurability for XA transactions `#73 `_ + + ' + fragments: + - 71.yaml + - 73.yaml + - 77.yaml + - 78.yaml + release_date: '2023-05-09'