From 3ab0f2b2597d0911f276fa37e02e2e92c45d9f01 Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Mon, 1 Jun 2026 14:49:51 +0000 Subject: [PATCH] Update changelog for release 3.0.7 Signed-off-by: ansible-middleware-core --- CHANGELOG.rst | 19 +++++++++++++++++++ changelogs/changelog.yaml | 24 ++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 294de02..7a9a73e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,25 @@ middleware\_automation.keycloak Release Notes This changelog describes changes after version 0.2.6. +v3.0.7 +====== + +Major Changes +------------- + +- Migrate Keycloak modules from the community.general collection to Keycloak collection. `#341 `_ + +Minor Changes +------------- + +- Fixing common module usage `#343 `_ +- fix #336: https://github.com/ansible-middleware/common/pull/38 `#338 `_ + +Bugfixes +-------- + +- Fix molecule tests `#339 `_ + v3.0.6 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7b905e6..c47fc05 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -801,3 +801,27 @@ releases: fragments: - 337.yaml release_date: '2026-05-26' + 3.0.7: + changes: + bugfixes: + - 'Fix molecule tests `#339 `_ + + ' + major_changes: + - 'Migrate Keycloak modules from the community.general collection to Keycloak + collection. `#341 `_ + + ' + minor_changes: + - 'Fixing common module usage `#343 `_ + + ' + - 'fix #336: https://github.com/ansible-middleware/common/pull/38 `#338 `_ + + ' + fragments: + - 338.yaml + - 339.yaml + - 341.yaml + - 343.yaml + release_date: '2026-06-01'