From f2d6ac54e9bd58bdfadacfefa33261c8b93378b2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 29 Dec 2025 14:46:32 +0100 Subject: [PATCH] Release 11.4.3. --- CHANGELOG.md | 103 +++++++++++------- CHANGELOG.rst | 16 +++ changelogs/changelog.yaml | 19 ++++ changelogs/fragments/11.4.3.yml | 1 - changelogs/fragments/11245-monit-enum.yml | 2 - .../11255-monit-integrationtests.yml | 2 - ...60-keycloak-realm-crash-when-no-realms.yml | 3 - .../listen-ports-facts-return-no-facts.yml | 2 - 8 files changed, 96 insertions(+), 52 deletions(-) delete mode 100644 changelogs/fragments/11.4.3.yml delete mode 100644 changelogs/fragments/11245-monit-enum.yml delete mode 100644 changelogs/fragments/11255-monit-integrationtests.yml delete mode 100644 changelogs/fragments/11260-keycloak-realm-crash-when-no-realms.yml delete mode 100644 changelogs/fragments/listen-ports-facts-return-no-facts.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 531fd3b3a2..4710ea4bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,61 +2,64 @@ **Topics** -- v11\.4\.2 +- v11\.4\.3 - Release Summary - - Minor Changes - Bugfixes -- v11\.4\.1 +- v11\.4\.2 - Release Summary + - Minor Changes + - Bugfixes +- v11\.4\.1 + - Release Summary - Minor Changes - Security Fixes - - Bugfixes -- v11\.4\.0 - - Release Summary - - Minor Changes - Bugfixes -- v11\.3\.0 +- v11\.4\.0 - Release Summary + - Minor Changes + - Bugfixes +- v11\.3\.0 + - Release Summary - Minor Changes - Deprecated Features - - Bugfixes + - Bugfixes - New Plugins - Filter - New Modules - v11\.2\.1 - - Release Summary - - Bugfixes -- v11\.2\.0 - Release Summary + - Bugfixes +- v11\.2\.0 + - Release Summary - Minor Changes - Deprecated Features - - Bugfixes + - Bugfixes - New Plugins - Lookup - New Modules - v11\.1\.2 - - Release Summary - - Minor Changes - - Bugfixes -- v11\.1\.1 - Release Summary - - Minor Changes + - Minor Changes - Bugfixes -- v11\.1\.0 +- v11\.1\.1 - Release Summary + - Minor Changes + - Bugfixes +- v11\.1\.0 + - Release Summary - Minor Changes - Deprecated Features - - Bugfixes + - Bugfixes - New Plugins - Callback - New Modules - v11\.0\.0 - - Release Summary + - Release Summary - Minor Changes - Deprecated Features - Removed Features \(previously deprecated\) - Security Fixes - - Bugfixes + - Bugfixes - Known Issues - New Plugins - Callback @@ -67,10 +70,26 @@ - New Modules This changelog describes changes after version 10\.0\.0\. + +## v11\.4\.3 + + +### Release Summary + +Regular bugfix release\. + + +### Bugfixes + +* keycloak\_realm \- fixed crash in sanitize\_cr\(\) when realmrep was None \([https\://github\.com/ansible\-collections/community\.general/pull/11260](https\://github\.com/ansible\-collections/community\.general/pull/11260)\)\. +* listen\_ports\_facts \- fix handling of empty PID lists when command\=ss \([https\://github\.com/ansible\-collections/community\.general/pull/11332](https\://github\.com/ansible\-collections/community\.general/pull/11332)\)\. +* monit \- add delay of 0\.5 seconds after state change and check for status \([https\://github\.com/ansible\-collections/community\.general/pull/11255](https\://github\.com/ansible\-collections/community\.general/pull/11255)\)\. +* monit \- internal state was not reflecting when operation is \"pending\" in monit \([https\://github\.com/ansible\-collections/community\.general/pull/11245](https\://github\.com/ansible\-collections/community\.general/pull/11245)\)\. + ## v11\.4\.2 - + ### Release Summary Regular bugfix release\. @@ -80,7 +99,7 @@ Regular bugfix release\. * tss lookup plugin \- fixed AccessTokenAuthorizer initialization to include base\_url parameter for proper token authentication \([https\://github\.com/ansible\-collections/community\.general/pull/11031](https\://github\.com/ansible\-collections/community\.general/pull/11031)\)\. - + ### Bugfixes * cobbler\_system \- compare the version as a float which is the type returned by the Cobbler API \([https\://github\.com/ansible\-collections/community\.general/issues/11044](https\://github\.com/ansible\-collections/community\.general/issues/11044)\)\. @@ -93,7 +112,7 @@ Regular bugfix release\. ## v11\.4\.1 - + ### Release Summary Regular bugfix release\. @@ -112,7 +131,7 @@ Regular bugfix release\. * keycloak\_user \- the parameter credentials\[\]\.value is now marked as no\_log\=true\. Before it was logged by Ansible\, unless the task was marked as no\_log\: true\. Since this parameter can be used for passwords\, this resulted in credential leaking \([https\://github\.com/ansible\-collections/community\.general/issues/11000](https\://github\.com/ansible\-collections/community\.general/issues/11000)\, [https\://github\.com/ansible\-collections/community\.general/pull/11005](https\://github\.com/ansible\-collections/community\.general/pull/11005)\)\. - + ### Bugfixes * cloudflare\_dns \- roll back changes to CAA record validation \([https\://github\.com/ansible\-collections/community\.general/issues/10934](https\://github\.com/ansible\-collections/community\.general/issues/10934)\, [https\://github\.com/ansible\-collections/community\.general/pull/10956](https\://github\.com/ansible\-collections/community\.general/pull/10956)\)\. @@ -128,7 +147,7 @@ Regular bugfix release\. ## v11\.4\.0 - + ### Release Summary Regular bugfix and feature release\. @@ -143,7 +162,7 @@ Regular bugfix and feature release\. * keycloak\_client \- add idempotent support for optional\_client\_scopes and optional\_client\_scopes\, and ensure consistent change detection between check mode and live run \([https\://github\.com/ansible\-collections/community\.general/issues/5495](https\://github\.com/ansible\-collections/community\.general/issues/5495)\, [https\://github\.com/ansible\-collections/community\.general/pull/10842](https\://github\.com/ansible\-collections/community\.general/pull/10842)\)\. * pipx module\_utils \- use PIPX\_USE\_EMOJI to disable emojis in the output of pipx 1\.8\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/10874](https\://github\.com/ansible\-collections/community\.general/pull/10874)\)\. - + ### Bugfixes * Avoid usage of deprecated ansible\.module\_utils\.six in all code that does not have to support Python 2 \([https\://github\.com/ansible\-collections/community\.general/pull/10873](https\://github\.com/ansible\-collections/community\.general/pull/10873)\)\. @@ -160,7 +179,7 @@ Regular bugfix and feature release\. ## v11\.3\.0 - + ### Release Summary Regular bugfix and feature release\. @@ -221,7 +240,7 @@ Regular bugfix and feature release\. * oci\_vcn \- module is deprecated and will be removed in community\.general 13\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/issues/10318](https\://github\.com/ansible\-collections/community\.general/issues/10318)\, [https\://github\.com/ansible\-collections/community\.general/pull/10652](https\://github\.com/ansible\-collections/community\.general/pull/10652)\)\. * oracle\* doc fragments \- fragments are deprecated and will be removed in community\.general 13\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/issues/10318](https\://github\.com/ansible\-collections/community\.general/issues/10318)\, [https\://github\.com/ansible\-collections/community\.general/pull/10652](https\://github\.com/ansible\-collections/community\.general/pull/10652)\)\. - + ### Bugfixes * kdeconfig \- kwriteconfig executable could not be discovered automatically on systems with only kwriteconfig6 installed\. kwriteconfig6 can now be discovered by Ansible \([https\://github\.com/ansible\-collections/community\.general/issues/10746](https\://github\.com/ansible\-collections/community\.general/issues/10746)\, [https\://github\.com/ansible\-collections/community\.general/pull/10751](https\://github\.com/ansible\-collections/community\.general/pull/10751)\)\. @@ -248,12 +267,12 @@ Regular bugfix and feature release\. ## v11\.2\.1 - + ### Release Summary Bugfix release\. - + ### Bugfixes * Avoid deprecated functionality in ansible\-core 2\.20 \([https\://github\.com/ansible\-collections/community\.general/pull/10687](https\://github\.com/ansible\-collections/community\.general/pull/10687)\)\. @@ -265,7 +284,7 @@ Bugfix release\. ## v11\.2\.0 - + ### Release Summary Regular bugfix and features release\. @@ -308,7 +327,7 @@ Regular bugfix and features release\. * github\_repo \- deprecate force\_defaults\=true \([https\://github\.com/ansible\-collections/community\.general/pull/10435](https\://github\.com/ansible\-collections/community\.general/pull/10435)\)\. * rocketchat \- the default value for is\_pre740\, currently true\, is deprecated and will change to false in community\.general 13\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/10490](https\://github\.com/ansible\-collections/community\.general/pull/10490)\)\. - + ### Bugfixes * jenkins\_plugin \- install latest compatible version instead of latest \([https\://github\.com/ansible\-collections/community\.general/issues/854](https\://github\.com/ansible\-collections/community\.general/issues/854)\, [https\://github\.com/ansible\-collections/community\.general/pull/10346](https\://github\.com/ansible\-collections/community\.general/pull/10346)\)\. @@ -332,7 +351,7 @@ Regular bugfix and features release\. ## v11\.1\.2 - + ### Release Summary Bugfix release\. @@ -471,7 +490,7 @@ Bugfix release\. * zypper \- remove redundant constructs from argument specs \([https\://github\.com/ansible\-collections/community\.general/pull/10513](https\://github\.com/ansible\-collections/community\.general/pull/10513)\)\. * zypper\_repository \- remove redundant constructs from argument specs \([https\://github\.com/ansible\-collections/community\.general/pull/10513](https\://github\.com/ansible\-collections/community\.general/pull/10513)\)\. - + ### Bugfixes * apk \- fix check for empty/whitespace\-only package names \([https\://github\.com/ansible\-collections/community\.general/pull/10532](https\://github\.com/ansible\-collections/community\.general/pull/10532)\)\. @@ -485,7 +504,7 @@ Bugfix release\. ## v11\.1\.1 - + ### Release Summary Bugfix release for the next Ansible 12 pre\-release\. @@ -521,7 +540,7 @@ Bugfix release for the next Ansible 12 pre\-release\. * filesystem \- remove redundant constructs from argument specs \([https\://github\.com/ansible\-collections/community\.general/pull/10494](https\://github\.com/ansible\-collections/community\.general/pull/10494)\)\. * sysrc \- adjustments to the code \([https\://github\.com/ansible\-collections/community\.general/pull/10417](https\://github\.com/ansible\-collections/community\.general/pull/10417)\)\. - + ### Bugfixes * apache2\_module \- avoid ansible\-core 2\.19 deprecation \([https\://github\.com/ansible\-collections/community\.general/pull/10459](https\://github\.com/ansible\-collections/community\.general/pull/10459)\)\. @@ -539,7 +558,7 @@ Bugfix release for the next Ansible 12 pre\-release\. ## v11\.1\.0 - + ### Release Summary Regular bugfix and feature release\. @@ -599,7 +618,7 @@ Regular bugfix and feature release\. * catapult \- module is deprecated and will be removed in community\.general 13\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/issues/10318](https\://github\.com/ansible\-collections/community\.general/issues/10318)\, [https\://github\.com/ansible\-collections/community\.general/pull/10329](https\://github\.com/ansible\-collections/community\.general/pull/10329)\)\. * pacemaker\_cluster \- the parameter state will become a required parameter in community\.general 12\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/10227](https\://github\.com/ansible\-collections/community\.general/pull/10227)\)\. - + ### Bugfixes * dependent lookup plugin \- avoid deprecated ansible\-core 2\.19 functionality \([https\://github\.com/ansible\-collections/community\.general/pull/10359](https\://github\.com/ansible\-collections/community\.general/pull/10359)\)\. @@ -625,7 +644,7 @@ Regular bugfix and feature release\. ## v11\.0\.0 - + ### Release Summary This is release 11\.0\.0 of community\.general\, released on 2025\-06\-16\. @@ -1024,7 +1043,7 @@ This is release 11\.0\.0 of community\.general\, released on 2025\- * keycloak\_authentication \- API calls did not properly set the priority during update resulting in incorrectly sorted authentication flows\. This apparently only affects Keycloak 25 or newer \([https\://github\.com/ansible\-collections/community\.general/pull/9263](https\://github\.com/ansible\-collections/community\.general/pull/9263)\)\. * keycloak\_client \- Sanitize saml\.encryption\.private\.key so it does not show in the logs \([https\://github\.com/ansible\-collections/community\.general/pull/9621](https\://github\.com/ansible\-collections/community\.general/pull/9621)\)\. - + ### Bugfixes * apache2\_mod\_proxy \- make compatible with Python 3 \([https\://github\.com/ansible\-collections/community\.general/pull/9762](https\://github\.com/ansible\-collections/community\.general/pull/9762)\)\. diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5cc6bc6cf9..70f22a63d8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,22 @@ Community General Release Notes This changelog describes changes after version 10.0.0. +v11.4.3 +======= + +Release Summary +--------------- + +Regular bugfix release. + +Bugfixes +-------- + +- keycloak_realm - fixed crash in ``sanitize_cr()`` when ``realmrep`` was ``None`` (https://github.com/ansible-collections/community.general/pull/11260). +- listen_ports_facts - fix handling of empty PID lists when ``command=ss`` (https://github.com/ansible-collections/community.general/pull/11332). +- monit - add delay of 0.5 seconds after state change and check for status (https://github.com/ansible-collections/community.general/pull/11255). +- monit - internal state was not reflecting when operation is "pending" in ``monit`` (https://github.com/ansible-collections/community.general/pull/11245). + v11.4.2 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 048365c570..2773501ffa 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1883,3 +1883,22 @@ releases: - 11206-datetime.yml - filesystem-xfs-resize-slack.yml release_date: '2025-12-01' + 11.4.3: + changes: + bugfixes: + - keycloak_realm - fixed crash in ``sanitize_cr()`` when ``realmrep`` was + ``None`` (https://github.com/ansible-collections/community.general/pull/11260). + - listen_ports_facts - fix handling of empty PID lists when ``command=ss`` + (https://github.com/ansible-collections/community.general/pull/11332). + - monit - add delay of 0.5 seconds after state change and check for status + (https://github.com/ansible-collections/community.general/pull/11255). + - monit - internal state was not reflecting when operation is "pending" in + ``monit`` (https://github.com/ansible-collections/community.general/pull/11245). + release_summary: Regular bugfix release. + fragments: + - 11.4.3.yml + - 11245-monit-enum.yml + - 11255-monit-integrationtests.yml + - 11260-keycloak-realm-crash-when-no-realms.yml + - listen-ports-facts-return-no-facts.yml + release_date: '2025-12-29' diff --git a/changelogs/fragments/11.4.3.yml b/changelogs/fragments/11.4.3.yml deleted file mode 100644 index 1b14bd80d1..0000000000 --- a/changelogs/fragments/11.4.3.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/11245-monit-enum.yml b/changelogs/fragments/11245-monit-enum.yml deleted file mode 100644 index e20b49aacc..0000000000 --- a/changelogs/fragments/11245-monit-enum.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - monit - internal state was not reflecting when operation is "pending" in ``monit`` (https://github.com/ansible-collections/community.general/pull/11245). diff --git a/changelogs/fragments/11255-monit-integrationtests.yml b/changelogs/fragments/11255-monit-integrationtests.yml deleted file mode 100644 index c8cfd08526..0000000000 --- a/changelogs/fragments/11255-monit-integrationtests.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - monit - add delay of 0.5 seconds after state change and check for status (https://github.com/ansible-collections/community.general/pull/11255). diff --git a/changelogs/fragments/11260-keycloak-realm-crash-when-no-realms.yml b/changelogs/fragments/11260-keycloak-realm-crash-when-no-realms.yml deleted file mode 100644 index f972fea17b..0000000000 --- a/changelogs/fragments/11260-keycloak-realm-crash-when-no-realms.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - keycloak_realm - fixed crash in ``sanitize_cr()`` when ``realmrep`` was ``None`` (https://github.com/ansible-collections/community.general/pull/11260). diff --git a/changelogs/fragments/listen-ports-facts-return-no-facts.yml b/changelogs/fragments/listen-ports-facts-return-no-facts.yml deleted file mode 100644 index 57d0f8602c..0000000000 --- a/changelogs/fragments/listen-ports-facts-return-no-facts.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - listen_ports_facts - fix handling of empty PID lists when ``command=ss`` (https://github.com/ansible-collections/community.general/pull/11332). \ No newline at end of file