From c6e3337778678abf07219881343ce8da96dd5633 Mon Sep 17 00:00:00 2001 From: ansible-middleware-core Date: Wed, 20 May 2026 13:38:01 +0000 Subject: [PATCH] Update changelog for release 3.0.4 Signed-off-by: ansible-middleware-core --- CHANGELOG.rst | 19 +++++++++++++++++++ changelogs/changelog.yaml | 26 ++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b3c5870..01905f2 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.4 +====== + +Major Changes +------------- + +- AMW-467 Download keycloak binary from password protected HTTP location `#321 `_ +- v26.4.x compability `#317 `_ + +Minor Changes +------------- + +- AMW-518 Validating arguments against arg spec 'main' fails unexpectedly. `#324 `_ + +Bugfixes +-------- + +- Removing parseable from lint file as Additional properties are not allowed `#319 `_ + v3.0.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0d313e6..27b0e23 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -755,3 +755,29 @@ releases: - 310.yaml - 312.yaml release_date: '2025-12-16' + 3.0.4: + changes: + bugfixes: + - 'Removing parseable from lint file as Additional properties are not allowed + `#319 `_ + + ' + major_changes: + - 'AMW-467 Download keycloak binary from password protected HTTP location `#321 + `_ + + ' + - 'v26.4.x compability `#317 `_ + + ' + minor_changes: + - 'AMW-518 Validating arguments against arg spec ''main'' fails unexpectedly. + `#324 `_ + + ' + fragments: + - 317.yaml + - 319.yaml + - 321.yaml + - 324.yaml + release_date: '2026-05-20'