diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b290328..981d6e7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,26 @@ middleware\_automation.keycloak Release Notes This changelog describes changes after version 0.2.6. +v3.0.2 +====== + +Minor Changes +------------- + +- New ``checksum`` property for keycloak_quarkus_providers `#280 `_ +- New parameter to set the jgroups host IP address `#281 `_ +- Session storage / distributed caches `#287 `_ +- Update keycloak/RHBK to v26.2.4 `#283 `_ + +Bugfixes +-------- + +- Fix ``keycloak_quarkus_force_install`` parameter being ignored by install `#296 `_ +- Fix alternate download location being ignored (JBossNeworkAPI always used) `#298 `_ +- Run config rebuild after SPI providers update `#285 `_ +- Use jdk21 as default in debian `#289 `_ +- keycloak_realm: federation default provider type should be a string `#302 `_ + v3.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9b09e13..6fbf0ab 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -674,3 +674,48 @@ releases: - 276.yaml - 277.yaml release_date: '2025-05-02' + 3.0.2: + changes: + bugfixes: + - 'Fix ``keycloak_quarkus_force_install`` parameter being ignored by install + `#296 `_ + + ' + - 'Fix alternate download location being ignored (JBossNeworkAPI always used) + `#298 `_ + + ' + - 'Run config rebuild after SPI providers update `#285 `_ + + ' + - 'Use jdk21 as default in debian `#289 `_ + + ' + - 'keycloak_realm: federation default provider type should be a string `#302 + `_ + + ' + minor_changes: + - 'New ``checksum`` property for keycloak_quarkus_providers `#280 `_ + + ' + - 'New parameter to set the jgroups host IP address `#281 `_ + + ' + - 'Session storage / distributed caches `#287 `_ + + ' + - 'Update keycloak/RHBK to v26.2.4 `#283 `_ + + ' + fragments: + - 280.yaml + - 281.yaml + - 283.yaml + - 285.yaml + - 287.yaml + - 289.yaml + - 296.yaml + - 298.yaml + - 302.yaml + release_date: '2025-07-01'