From bf5c805fcdaf0a0adfc6a27aab046f904c41080f Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Tue, 16 Dec 2025 15:52:59 +0000 Subject: [PATCH] Update changelog for release 3.0.3 Signed-off-by: ansible-middleware-core --- CHANGELOG.rst | 22 ++++++++++++++++++++++ changelogs/changelog.yaml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 981d6e7..b3c5870 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,28 @@ middleware\_automation.keycloak Release Notes This changelog describes changes after version 0.2.6. +v3.0.3 +====== + +Major Changes +------------- + +- Update to keycloak 26.3.0 `#293 `_ +- ansible-core 2.19 compatibility `#310 `_ + +Minor Changes +------------- + +- Allow to install provider jars from remote paths `#303 `_ +- Declared proxy_mode as deprecated, updated quarkus and realm readme `#306 `_ +- Fix config_key_store_file description to match variable name `#308 `_ + +Bugfixes +-------- + +- keycloak collection CI label is showing no status `#312 `_ +- keycloak_realm: allow secret in keycloak_clients `#304 `_ + v3.0.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6fbf0ab..0d313e6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -719,3 +719,39 @@ releases: - 298.yaml - 302.yaml release_date: '2025-07-01' + 3.0.3: + changes: + bugfixes: + - 'keycloak collection CI label is showing no status `#312 `_ + + ' + - 'keycloak_realm: allow secret in keycloak_clients `#304 `_ + + ' + major_changes: + - 'Update to keycloak 26.3.0 `#293 `_ + + ' + - 'ansible-core 2.19 compatibility `#310 `_ + + ' + minor_changes: + - 'Allow to install provider jars from remote paths `#303 `_ + + ' + - 'Declared proxy_mode as deprecated, updated quarkus and realm readme `#306 + `_ + + ' + - 'Fix config_key_store_file description to match variable name `#308 `_ + + ' + fragments: + - 293.yaml + - 303.yaml + - 304.yaml + - 306.yaml + - 308.yaml + - 310.yaml + - 312.yaml + release_date: '2025-12-16'