From 404d2f6a1b97b36c17d97c73474062d114b5058e Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Thu, 25 Jun 2026 12:29:32 +0000 Subject: [PATCH] Update changelog for release 3.0.10 Signed-off-by: ansible-middleware-core --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 24 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 688ea0b..0ccc480 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. +v3.0.10 +======= + +Major Changes +------------- + +- Fixing linting issues `#357 `_ + +Minor Changes +------------- + +- AMW-571 keycloak_identity_provider hide_on_login_page not working `#356 `_ +- Fixing vars naming issue `#359 `_ +- Removing from __future__ import annotations broke runtime type hints using Sequence and union syntax, causing sanity import failures and molecule module errors `#358 `_ + v3.0.9 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 527825d..941ff32 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -674,6 +674,30 @@ releases: - 276.yaml - 277.yaml release_date: '2025-05-02' + 3.0.10: + changes: + major_changes: + - 'Fixing linting issues `#357 `_ + + ' + minor_changes: + - 'AMW-571 keycloak_identity_provider hide_on_login_page not working `#356 `_ + + ' + - 'Fixing vars naming issue `#359 `_ + + ' + - 'Removing from __future__ import annotations broke runtime type hints using + Sequence and union syntax, causing sanity import failures and molecule module + errors `#358 `_ + + ' + fragments: + - 356.yaml + - 357.yaml + - 358.yaml + - 359.yaml + release_date: '2026-06-25' 3.0.2: changes: bugfixes: