From 205e28d2fe0c8ee1bc4add83a39e07beecadf11f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 24 Feb 2025 06:47:35 +0100 Subject: [PATCH] Release 10.4.0. --- CHANGELOG.md | 162 ++++++++++++------ CHANGELOG.rst | 58 +++++++ changelogs/changelog.yaml | 113 ++++++++++++ changelogs/fragments/10.4.0.yaml | 1 - .../6264-zfs-multiline-property-value.yml | 2 - ...key-creation-even-when-create-==-false.yml | 2 - changelogs/fragments/9625-onepassword_doc.yml | 2 - .../fragments/9651-iocage-inventory-hooks.yml | 2 - .../9653-proxmox-kvm-allow-vm-hibernation.yml | 2 - ...ling-attributes-defined-multiple-times.yml | 4 - .../9658-add-vrf-commands-to-nmcli-module.yml | 2 - .../9659-lxd_connection-nonroot-user.yml | 2 - .../9694-ipa-host-certificate-revoked.yml | 2 - changelogs/fragments/9697-zfs-facts-type.yml | 2 - .../9698-lvg-remove-extra-pvs-parameter.yml | 2 - .../9728-bitwarden-collection-name-filter.yml | 2 - .../9729-redfish-fullpowercycle-command.yml | 2 - .../9733-profitbrick-deprecation.yml | 6 - ...client-compare-before-desired-directly.yml | 2 - .../9743-incus_connection-nonroot-user.yml | 2 - .../9753-jira-add-client-certificate-auth.yml | 2 - .../fragments/9760-proxmox-inventory.yml | 2 - .../fragments/9762-apache2_mod_proxy.yml | 5 - ...ix-elasticsearch_plugin-proxy-settings.yml | 2 - ..._subscription-ensure-to-enable-content.yml | 7 - ...787-xoa_allow_using_names_in_inventory.yml | 2 - .../ssh_config_add_other_options.yml | 2 - 27 files changed, 284 insertions(+), 110 deletions(-) delete mode 100644 changelogs/fragments/10.4.0.yaml delete mode 100644 changelogs/fragments/6264-zfs-multiline-property-value.yml delete mode 100644 changelogs/fragments/9106-passwordstore-fix-subkey-creation-even-when-create-==-false.yml delete mode 100644 changelogs/fragments/9625-onepassword_doc.yml delete mode 100644 changelogs/fragments/9651-iocage-inventory-hooks.yml delete mode 100644 changelogs/fragments/9653-proxmox-kvm-allow-vm-hibernation.yml delete mode 100644 changelogs/fragments/9657-lldp-handling-attributes-defined-multiple-times.yml delete mode 100644 changelogs/fragments/9658-add-vrf-commands-to-nmcli-module.yml delete mode 100644 changelogs/fragments/9659-lxd_connection-nonroot-user.yml delete mode 100644 changelogs/fragments/9694-ipa-host-certificate-revoked.yml delete mode 100644 changelogs/fragments/9697-zfs-facts-type.yml delete mode 100644 changelogs/fragments/9698-lvg-remove-extra-pvs-parameter.yml delete mode 100644 changelogs/fragments/9728-bitwarden-collection-name-filter.yml delete mode 100644 changelogs/fragments/9729-redfish-fullpowercycle-command.yml delete mode 100644 changelogs/fragments/9733-profitbrick-deprecation.yml delete mode 100644 changelogs/fragments/9739-keycloak_client-compare-before-desired-directly.yml delete mode 100644 changelogs/fragments/9743-incus_connection-nonroot-user.yml delete mode 100644 changelogs/fragments/9753-jira-add-client-certificate-auth.yml delete mode 100644 changelogs/fragments/9760-proxmox-inventory.yml delete mode 100644 changelogs/fragments/9762-apache2_mod_proxy.yml delete mode 100644 changelogs/fragments/9774-fix-elasticsearch_plugin-proxy-settings.yml delete mode 100644 changelogs/fragments/9778-redhat_subscription-ensure-to-enable-content.yml delete mode 100644 changelogs/fragments/9787-xoa_allow_using_names_in_inventory.yml delete mode 100644 changelogs/fragments/ssh_config_add_other_options.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index a67d1880d3..1f70e866e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,71 +2,135 @@ **Topics** -- v10\.3\.1 +- v10\.4\.0 - Release Summary - Minor Changes + - Deprecated Features - Bugfixes -- v10\.3\.0 + - New Modules +- v10\.3\.1 - Release Summary - Minor Changes - - Deprecated Features - - Security Fixes - Bugfixes +- v10\.3\.0 + - Release Summary + - Minor Changes + - Deprecated Features + - Security Fixes + - Bugfixes - New Plugins - Connection - Filter - Lookup - - New Modules -- v10\.2\.0 - - Release Summary - - Minor Changes - - Deprecated Features - - Security Fixes - - Bugfixes - - New Plugins - - Inventory - New Modules -- v10\.1\.0 +- v10\.2\.0 - Release Summary - Minor Changes - Deprecated Features + - Security Fixes - Bugfixes + - New Plugins + - Inventory + - New Modules +- v10\.1\.0 + - Release Summary + - Minor Changes + - Deprecated Features + - Bugfixes - New Plugins - Filter - - New Modules + - New Modules - v10\.0\.1 - - Release Summary - - Bugfixes -- v10\.0\.0 - Release Summary - - Minor Changes - - Breaking Changes / Porting Guide - - Deprecated Features - - Removed Features \(previously deprecated\) - Bugfixes +- v10\.0\.0 + - Release Summary + - Minor Changes + - Breaking Changes / Porting Guide + - Deprecated Features + - Removed Features \(previously deprecated\) + - Bugfixes - Known Issues - New Plugins - Filter - Test - - New Modules + - New Modules This changelog describes changes after version 9\.0\.0\. - -## v10\.3\.1 + +## v10\.4\.0 ### Release Summary -Bugfix release\. +Regular bugfix and feature release\. ### Minor Changes -* onepassword\_ssh\_key \- refactor to move code to lookup class \([https\://github\.com/ansible\-collections/community\.general/pull/9633](https\://github\.com/ansible\-collections/community\.general/pull/9633)\)\. +* bitwarden lookup plugin \- add new option collection\_name to filter results by collection name\, and new option result\_count to validate number of results \([https\://github\.com/ansible\-collections/community\.general/pull/9728](https\://github\.com/ansible\-collections/community\.general/pull/9728)\)\. +* incus connection plugin \- adds remote\_user and incus\_become\_method parameters for allowing a non\-root user to connect to an Incus instance \([https\://github\.com/ansible\-collections/community\.general/pull/9743](https\://github\.com/ansible\-collections/community\.general/pull/9743)\)\. +* iocage inventory plugin \- the new parameter hooks\_results of the plugin is a list of files inside a jail that provide configuration parameters for the inventory\. The inventory plugin reads the files from the jails and put the contents into the items of created variable iocage\_hooks \([https\://github\.com/ansible\-collections/community\.general/issues/9650](https\://github\.com/ansible\-collections/community\.general/issues/9650)\, [https\://github\.com/ansible\-collections/community\.general/pull/9651](https\://github\.com/ansible\-collections/community\.general/pull/9651)\)\. +* jira \- adds client\_cert and client\_key parameters for supporting client certificate authentification when connecting to Jira \([https\://github\.com/ansible\-collections/community\.general/pull/9753](https\://github\.com/ansible\-collections/community\.general/pull/9753)\)\. +* lldp \- adds multivalues parameter to control behavior when lldpctl outputs an attribute multiple times \([https\://github\.com/ansible\-collections/community\.general/pull/9657](https\://github\.com/ansible\-collections/community\.general/pull/9657)\)\. +* lvg \- add remove\_extra\_pvs parameter to control if ansible should remove physical volumes which are not in the pvs parameter \([https\://github\.com/ansible\-collections/community\.general/pull/9698](https\://github\.com/ansible\-collections/community\.general/pull/9698)\)\. +* lxd connection plugin \- adds remote\_user and lxd\_become\_method parameters for allowing a non\-root user to connect to an LXD instance \([https\://github\.com/ansible\-collections/community\.general/pull/9659](https\://github\.com/ansible\-collections/community\.general/pull/9659)\)\. +* nmcli \- adds VRF support with new type value vrf and new slave\_type value vrf as well as new table parameter \([https\://github\.com/ansible\-collections/community\.general/pull/9658](https\://github\.com/ansible\-collections/community\.general/pull/9658)\, [https\://github\.com/ansible\-collections/community\.general/issues/8014](https\://github\.com/ansible\-collections/community\.general/issues/8014)\)\. +* proxmox\_kvm \- allow hibernation and suspending of VMs \([https\://github\.com/ansible\-collections/community\.general/issues/9620](https\://github\.com/ansible\-collections/community\.general/issues/9620)\, [https\://github\.com/ansible\-collections/community\.general/pull/9653](https\://github\.com/ansible\-collections/community\.general/pull/9653)\)\. +* redfish\_command \- add PowerFullPowerCycle to power command options \([https\://github\.com/ansible\-collections/community\.general/pull/9729](https\://github\.com/ansible\-collections/community\.general/pull/9729)\)\. +* ssh\_config \- add other\_options option \([https\://github\.com/ansible\-collections/community\.general/issues/8053](https\://github\.com/ansible\-collections/community\.general/issues/8053)\, [https\://github\.com/ansible\-collections/community\.general/pull/9684](https\://github\.com/ansible\-collections/community\.general/pull/9684)\)\. +* xen\_orchestra inventory plugin \- add use\_vm\_uuid and use\_host\_uuid boolean options to allow switching over to using VM/Xen name labels instead of UUIDs as item names \([https\://github\.com/ansible\-collections/community\.general/pull/9787](https\://github\.com/ansible\-collections/community\.general/pull/9787)\)\. + + +### Deprecated Features + +* profitbricks \- module is deprecated and will be removed in community\.general 11\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/9733](https\://github\.com/ansible\-collections/community\.general/pull/9733)\)\. +* profitbricks\_datacenter \- module is deprecated and will be removed in community\.general 11\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/9733](https\://github\.com/ansible\-collections/community\.general/pull/9733)\)\. +* profitbricks\_nic \- module is deprecated and will be removed in community\.general 11\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/9733](https\://github\.com/ansible\-collections/community\.general/pull/9733)\)\. +* profitbricks\_volume \- module is deprecated and will be removed in community\.general 11\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/9733](https\://github\.com/ansible\-collections/community\.general/pull/9733)\)\. +* profitbricks\_volume\_attachments \- module is deprecated and will be removed in community\.general 11\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/9733](https\://github\.com/ansible\-collections/community\.general/pull/9733)\)\. ### 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)\)\. +* apache2\_mod\_proxy \- passing the cluster\'s page as referer for the member\'s pages\. This makes the module actually work again for halfway modern Apache versions\. According to some comments founds on the net the referer was required since at least 2019 for some versions of Apache 2 \([https\://github\.com/ansible\-collections/community\.general/pull/9762](https\://github\.com/ansible\-collections/community\.general/pull/9762)\)\. +* elasticsearch\_plugin \- fix ERROR\: D is not a recognized option issue when configuring proxy settings \([https\://github\.com/ansible\-collections/community\.general/pull/9774](https\://github\.com/ansible\-collections/community\.general/pull/9774)\, [https\://github\.com/ansible\-collections/community\.general/issues/9773](https\://github\.com/ansible\-collections/community\.general/issues/9773)\)\. +* ipa\_host \- module revoked existing host certificates even if user\_certificate was not given \([https\://github\.com/ansible\-collections/community\.general/pull/9694](https\://github\.com/ansible\-collections/community\.general/pull/9694)\)\. +* keycloak\_client \- in check mode\, detect whether the lists in before client \(for example redirect URI list\) contain items that the lists in the desired client do not contain \([https\://github\.com/ansible\-collections/community\.general/pull/9739](https\://github\.com/ansible\-collections/community\.general/pull/9739)\)\. +* lldp \- fix crash caused by certain lldpctl output where an attribute is defined as branch and leaf \([https\://github\.com/ansible\-collections/community\.general/pull/9657](https\://github\.com/ansible\-collections/community\.general/pull/9657)\)\. +* onepassword\_doc lookup plugin \- ensure that 1Password Connect support also works for this plugin \([https\://github\.com/ansible\-collections/community\.general/pull/9625](https\://github\.com/ansible\-collections/community\.general/pull/9625)\)\. +* passwordstore lookup plugin \- fix subkey creation even when create\=false \([https\://github\.com/ansible\-collections/community\.general/issues/9105](https\://github\.com/ansible\-collections/community\.general/issues/9105)\, [https\://github\.com/ansible\-collections/community\.general/pull/9106](https\://github\.com/ansible\-collections/community\.general/pull/9106)\)\. +* proxmox inventory plugin \- plugin did not update cache correctly after meta\: refresh\_inventory \([https\://github\.com/ansible\-collections/community\.general/issues/9710](https\://github\.com/ansible\-collections/community\.general/issues/9710)\, [https\://github\.com/ansible\-collections/community\.general/pull/9760](https\://github\.com/ansible\-collections/community\.general/pull/9760)\)\. +* redhat\_subscription \- use the \"enable\_content\" option \(when available\) when + registering using D\-Bus\, to ensure that subscription\-manager enables the + content on registration\; this is particular important on EL 10\+ and Fedora + 41\+ + \([https\://github\.com/ansible\-collections/community\.general/pull/9778](https\://github\.com/ansible\-collections/community\.general/pull/9778)\)\. +* zfs \- fix handling of multi\-line values of user\-defined ZFS properties \([https\://github\.com/ansible\-collections/community\.general/pull/6264](https\://github\.com/ansible\-collections/community\.general/pull/6264)\)\. +* zfs\_facts \- parameter type now accepts multple values as documented \([https\://github\.com/ansible\-collections/community\.general/issues/5909](https\://github\.com/ansible\-collections/community\.general/issues/5909)\, [https\://github\.com/ansible\-collections/community\.general/pull/9697](https\://github\.com/ansible\-collections/community\.general/pull/9697)\)\. + + +### New Modules + +* community\.general\.systemd\_info \- Gather C\(systemd\) unit info\. + + +## v10\.3\.1 + + +### Release Summary + +Bugfix release\. + + +### Minor Changes + +* onepassword\_ssh\_key \- refactor to move code to lookup class \([https\://github\.com/ansible\-collections/community\.general/pull/9633](https\://github\.com/ansible\-collections/community\.general/pull/9633)\)\. + + +### Bugfixes + * cloudflare\_dns \- fix crash when deleting a DNS record or when updating a record with solo\=true \([https\://github\.com/ansible\-collections/community\.general/issues/9652](https\://github\.com/ansible\-collections/community\.general/issues/9652)\, [https\://github\.com/ansible\-collections/community\.general/pull/9649](https\://github\.com/ansible\-collections/community\.general/pull/9649)\)\. * homebrew \- make package name parsing more resilient \([https\://github\.com/ansible\-collections/community\.general/pull/9665](https\://github\.com/ansible\-collections/community\.general/pull/9665)\, [https\://github\.com/ansible\-collections/community\.general/issues/9641](https\://github\.com/ansible\-collections/community\.general/issues/9641)\)\. * keycloak module utils \- replaces missing return in get\_role\_composites method which caused it to return None instead of composite roles \([https\://github\.com/ansible\-collections/community\.general/issues/9678](https\://github\.com/ansible\-collections/community\.general/issues/9678)\, [https\://github\.com/ansible\-collections/community\.general/pull/9691](https\://github\.com/ansible\-collections/community\.general/pull/9691)\)\. @@ -78,12 +142,12 @@ Bugfix release\. ## v10\.3\.0 - + ### Release Summary Regular bugfix and feature release\. - + ### Minor Changes * MH module utils \- delegate debug to the underlying AnsibleModule instance or issues a warning if an attribute already exists with that name \([https\://github\.com/ansible\-collections/community\.general/pull/9577](https\://github\.com/ansible\-collections/community\.general/pull/9577)\)\. @@ -206,7 +270,7 @@ Regular bugfix and feature release\. * yaml callback plugin \- adjust standard preamble for Python 3 \([https\://github\.com/ansible\-collections/community\.general/pull/9583](https\://github\.com/ansible\-collections/community\.general/pull/9583)\)\. * zone connection plugin \- adjust standard preamble for Python 3 \([https\://github\.com/ansible\-collections/community\.general/pull/9584](https\://github\.com/ansible\-collections/community\.general/pull/9584)\)\. - + ### Deprecated Features * MH module utils \- attribute debug definition in subclasses of MH is now deprecated\, as that name will become a delegation to AnsibleModule in community\.general 12\.0\.0\, and any such attribute will be overridden by that delegation in that version \([https\://github\.com/ansible\-collections/community\.general/pull/9577](https\://github\.com/ansible\-collections/community\.general/pull/9577)\)\. @@ -217,7 +281,7 @@ Regular bugfix and feature release\. * 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 * homebrew \- fix incorrect handling of homebrew modules when a tap is requested \([https\://github\.com/ansible\-collections/community\.general/pull/9546](https\://github\.com/ansible\-collections/community\.general/pull/9546)\, [https\://github\.com/ansible\-collections/community\.general/issues/9533](https\://github\.com/ansible\-collections/community\.general/issues/9533)\)\. @@ -253,7 +317,7 @@ Regular bugfix and feature release\. * community\.general\.onepassword\_ssh\_key \- Fetch SSH keys stored in 1Password\. - + ### New Modules * community\.general\.proxmox\_backup\_info \- Retrieve information on Proxmox scheduled backups\. @@ -261,12 +325,12 @@ Regular bugfix and feature release\. ## v10\.2\.0 - + ### Release Summary Regular bugfix and feature release\. - + ### Minor Changes * bitwarden lookup plugin \- use f\-strings instead of interpolations or format \([https\://github\.com/ansible\-collections/community\.general/pull/9324](https\://github\.com/ansible\-collections/community\.general/pull/9324)\)\. @@ -397,7 +461,7 @@ Regular bugfix and feature release\. * zypper \- add quiet option \([https\://github\.com/ansible\-collections/community\.general/pull/9270](https\://github\.com/ansible\-collections/community\.general/pull/9270)\)\. * zypper \- add simple\_errors option \([https\://github\.com/ansible\-collections/community\.general/pull/9270](https\://github\.com/ansible\-collections/community\.general/pull/9270)\)\. - + ### Deprecated Features * atomic\_container \- module is deprecated and will be removed in community\.general 13\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/9487](https\://github\.com/ansible\-collections/community\.general/pull/9487)\)\. @@ -420,7 +484,7 @@ Regular bugfix and feature release\. * 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)\)\. - + ### Bugfixes * dig lookup plugin \- correctly handle NoNameserver exception \([https\://github\.com/ansible\-collections/community\.general/pull/9363](https\://github\.com/ansible\-collections/community\.general/pull/9363)\, [https\://github\.com/ansible\-collections/community\.general/issues/9362](https\://github\.com/ansible\-collections/community\.general/issues/9362)\)\. @@ -440,7 +504,7 @@ Regular bugfix and feature release\. * community\.general\.iocage \- iocage inventory source\. - + ### New Modules * community\.general\.android\_sdk \- Manages Android SDK packages\. @@ -451,12 +515,12 @@ Regular bugfix and feature release\. ## v10\.1\.0 - + ### Release Summary Regular bugfix and feature release\. - + ### Minor Changes * alternatives \- add family parameter that allows to utilize the \-\-family option available in RedHat version of update\-alternatives \([https\://github\.com/ansible\-collections/community\.general/issues/5060](https\://github\.com/ansible\-collections/community\.general/issues/5060)\, [https\://github\.com/ansible\-collections/community\.general/pull/9096](https\://github\.com/ansible\-collections/community\.general/pull/9096)\)\. @@ -477,13 +541,13 @@ Regular bugfix and feature release\. * scaleway\_lb \- minor simplification in the code \([https\://github\.com/ansible\-collections/community\.general/pull/9189](https\://github\.com/ansible\-collections/community\.general/pull/9189)\)\. * ssh\_config \- add dynamicforward option \([https\://github\.com/ansible\-collections/community\.general/pull/9192](https\://github\.com/ansible\-collections/community\.general/pull/9192)\)\. - + ### Deprecated Features * opkg \- deprecate value \"\" for parameter force \([https\://github\.com/ansible\-collections/community\.general/pull/9172](https\://github\.com/ansible\-collections/community\.general/pull/9172)\)\. * redfish\_utils module utils \- deprecate method RedfishUtils\.\_init\_session\(\) \([https\://github\.com/ansible\-collections/community\.general/pull/9190](https\://github\.com/ansible\-collections/community\.general/pull/9190)\)\. - + ### Bugfixes * dnf\_config\_manager \- fix hanging when prompting to import GPG keys \([https\://github\.com/ansible\-collections/community\.general/pull/9124](https\://github\.com/ansible\-collections/community\.general/pull/9124)\, [https\://github\.com/ansible\-collections/community\.general/issues/8830](https\://github\.com/ansible\-collections/community\.general/issues/8830)\)\. @@ -503,7 +567,7 @@ Regular bugfix and feature release\. * community\.general\.accumulate \- Produce a list of accumulated sums of the input list contents\. - + ### New Modules * community\.general\.decompress \- Decompresses compressed files\. @@ -512,12 +576,12 @@ Regular bugfix and feature release\. ## v10\.0\.1 - + ### Release Summary Bugfix release for inclusion in Ansible 11\.0\.0rc1\. - + ### Bugfixes * keycloak\_client \- fix diff by removing code that turns the attributes dict which contains additional settings into a list \([https\://github\.com/ansible\-collections/community\.general/pull/9077](https\://github\.com/ansible\-collections/community\.general/pull/9077)\)\. @@ -527,12 +591,12 @@ Bugfix release for inclusion in Ansible 11\.0\.0rc1\. ## v10\.0\.0 - + ### Release Summary This is release 10\.0\.0 of community\.general\, released on 2024\-11\-04\. - + ### Minor Changes * CmdRunner module util \- argument formats can be specified as plain functions without calling cmd\_runner\_fmt\.as\_func\(\) \([https\://github\.com/ansible\-collections/community\.general/pull/8479](https\://github\.com/ansible\-collections/community\.general/pull/8479)\)\. @@ -737,7 +801,7 @@ This is release 10\.0\.0 of community\.general\, released on 2024\- * irc \- the defaults of use\_tls and validate\_certs changed from false to true \([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\. * rhsm\_repository \- the states present and absent have been removed\. Use enabled and disabled instead \([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\. - + ### Deprecated Features * CmdRunner module util \- setting the value of the ignore\_none parameter within a CmdRunner context is deprecated and that feature should be removed in community\.general 12\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/8479](https\://github\.com/ansible\-collections/community\.general/pull/8479)\)\. @@ -762,7 +826,7 @@ This is release 10\.0\.0 of community\.general\, released on 2024\- * proxmox\_kvm \- removed the proxmox\_default\_behavior option\. Explicitly specify the old default values if you were using proxmox\_default\_behavior\=compatibility\, otherwise simply remove it \([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\. * redhat\_subscriptions \- removed the pool option\. Use pool\_ids instead \([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\. - + ### Bugfixes * bitwarden lookup plugin \- fix KeyError in search\_field \([https\://github\.com/ansible\-collections/community\.general/issues/8549](https\://github\.com/ansible\-collections/community\.general/issues/8549)\, [https\://github\.com/ansible\-collections/community\.general/pull/8557](https\://github\.com/ansible\-collections/community\.general/pull/8557)\)\. @@ -863,7 +927,7 @@ This is release 10\.0\.0 of community\.general\, released on 2024\- * community\.general\.ansible\_type \- Validate input type\. - + ### New Modules * community\.general\.bootc\_manage \- Bootc Switch and Upgrade\. diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dd14bf43b5..5a515aa936 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,64 @@ Community General Release Notes This changelog describes changes after version 9.0.0. +v10.4.0 +======= + +Release Summary +--------------- + +Regular bugfix and feature release. + +Minor Changes +------------- + +- bitwarden lookup plugin - add new option ``collection_name`` to filter results by collection name, and new option ``result_count`` to validate number of results (https://github.com/ansible-collections/community.general/pull/9728). +- incus connection plugin - adds ``remote_user`` and ``incus_become_method`` parameters for allowing a non-root user to connect to an Incus instance (https://github.com/ansible-collections/community.general/pull/9743). +- iocage inventory plugin - the new parameter ``hooks_results`` of the plugin is a list of files inside a jail that provide configuration parameters for the inventory. The inventory plugin reads the files from the jails and put the contents into the items of created variable ``iocage_hooks`` (https://github.com/ansible-collections/community.general/issues/9650, https://github.com/ansible-collections/community.general/pull/9651). +- jira - adds ``client_cert`` and ``client_key`` parameters for supporting client certificate authentification when connecting to Jira (https://github.com/ansible-collections/community.general/pull/9753). +- lldp - adds ``multivalues`` parameter to control behavior when lldpctl outputs an attribute multiple times (https://github.com/ansible-collections/community.general/pull/9657). +- lvg - add ``remove_extra_pvs`` parameter to control if ansible should remove physical volumes which are not in the ``pvs`` parameter (https://github.com/ansible-collections/community.general/pull/9698). +- lxd connection plugin - adds ``remote_user`` and ``lxd_become_method`` parameters for allowing a non-root user to connect to an LXD instance (https://github.com/ansible-collections/community.general/pull/9659). +- nmcli - adds VRF support with new ``type`` value ``vrf`` and new ``slave_type`` value ``vrf`` as well as new ``table`` parameter (https://github.com/ansible-collections/community.general/pull/9658, https://github.com/ansible-collections/community.general/issues/8014). +- proxmox_kvm - allow hibernation and suspending of VMs (https://github.com/ansible-collections/community.general/issues/9620, https://github.com/ansible-collections/community.general/pull/9653). +- redfish_command - add ``PowerFullPowerCycle`` to power command options (https://github.com/ansible-collections/community.general/pull/9729). +- ssh_config - add ``other_options`` option (https://github.com/ansible-collections/community.general/issues/8053, https://github.com/ansible-collections/community.general/pull/9684). +- xen_orchestra inventory plugin - add ``use_vm_uuid`` and ``use_host_uuid`` boolean options to allow switching over to using VM/Xen name labels instead of UUIDs as item names (https://github.com/ansible-collections/community.general/pull/9787). + +Deprecated Features +------------------- + +- profitbricks - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). +- profitbricks_datacenter - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). +- profitbricks_nic - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). +- profitbricks_volume - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). +- profitbricks_volume_attachments - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). + +Bugfixes +-------- + +- apache2_mod_proxy - make compatible with Python 3 (https://github.com/ansible-collections/community.general/pull/9762). +- apache2_mod_proxy - passing the cluster's page as referer for the member's pages. This makes the module actually work again for halfway modern Apache versions. According to some comments founds on the net the referer was required since at least 2019 for some versions of Apache 2 (https://github.com/ansible-collections/community.general/pull/9762). +- elasticsearch_plugin - fix ``ERROR: D is not a recognized option`` issue when configuring proxy settings (https://github.com/ansible-collections/community.general/pull/9774, https://github.com/ansible-collections/community.general/issues/9773). +- ipa_host - module revoked existing host certificates even if ``user_certificate`` was not given (https://github.com/ansible-collections/community.general/pull/9694). +- keycloak_client - in check mode, detect whether the lists in before client (for example redirect URI list) contain items that the lists in the desired client do not contain (https://github.com/ansible-collections/community.general/pull/9739). +- lldp - fix crash caused by certain lldpctl output where an attribute is defined as branch and leaf (https://github.com/ansible-collections/community.general/pull/9657). +- onepassword_doc lookup plugin - ensure that 1Password Connect support also works for this plugin (https://github.com/ansible-collections/community.general/pull/9625). +- passwordstore lookup plugin - fix subkey creation even when ``create=false`` (https://github.com/ansible-collections/community.general/issues/9105, https://github.com/ansible-collections/community.general/pull/9106). +- proxmox inventory plugin - plugin did not update cache correctly after ``meta: refresh_inventory`` (https://github.com/ansible-collections/community.general/issues/9710, https://github.com/ansible-collections/community.general/pull/9760). +- redhat_subscription - use the "enable_content" option (when available) when + registering using D-Bus, to ensure that subscription-manager enables the + content on registration; this is particular important on EL 10+ and Fedora + 41+ + (https://github.com/ansible-collections/community.general/pull/9778). +- zfs - fix handling of multi-line values of user-defined ZFS properties (https://github.com/ansible-collections/community.general/pull/6264). +- zfs_facts - parameter ``type`` now accepts multple values as documented (https://github.com/ansible-collections/community.general/issues/5909, https://github.com/ansible-collections/community.general/pull/9697). + +New Modules +----------- + +- community.general.systemd_info - Gather C(systemd) unit info. + v10.3.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b6f2d46274..6344cdbeec 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1468,3 +1468,116 @@ releases: - 9691-keycloak-module-utils-replace-missing-return-in-get_role_composites.yml - 9695-xml-close-file.yml release_date: '2025-02-10' + 10.4.0: + changes: + bugfixes: + - apache2_mod_proxy - make compatible with Python 3 (https://github.com/ansible-collections/community.general/pull/9762). + - apache2_mod_proxy - passing the cluster's page as referer for the member's + pages. This makes the module actually work again for halfway modern Apache + versions. According to some comments founds on the net the referer was required + since at least 2019 for some versions of Apache 2 (https://github.com/ansible-collections/community.general/pull/9762). + - 'elasticsearch_plugin - fix ``ERROR: D is not a recognized option`` issue + when configuring proxy settings (https://github.com/ansible-collections/community.general/pull/9774, + https://github.com/ansible-collections/community.general/issues/9773).' + - ipa_host - module revoked existing host certificates even if ``user_certificate`` + was not given (https://github.com/ansible-collections/community.general/pull/9694). + - keycloak_client - in check mode, detect whether the lists in before client + (for example redirect URI list) contain items that the lists in the desired + client do not contain (https://github.com/ansible-collections/community.general/pull/9739). + - lldp - fix crash caused by certain lldpctl output where an attribute is + defined as branch and leaf (https://github.com/ansible-collections/community.general/pull/9657). + - onepassword_doc lookup plugin - ensure that 1Password Connect support also + works for this plugin (https://github.com/ansible-collections/community.general/pull/9625). + - passwordstore lookup plugin - fix subkey creation even when ``create=false`` + (https://github.com/ansible-collections/community.general/issues/9105, https://github.com/ansible-collections/community.general/pull/9106). + - 'proxmox inventory plugin - plugin did not update cache correctly after + ``meta: refresh_inventory`` (https://github.com/ansible-collections/community.general/issues/9710, + https://github.com/ansible-collections/community.general/pull/9760).' + - 'redhat_subscription - use the "enable_content" option (when available) + when + + registering using D-Bus, to ensure that subscription-manager enables the + + content on registration; this is particular important on EL 10+ and Fedora + + 41+ + + (https://github.com/ansible-collections/community.general/pull/9778). + + ' + - zfs - fix handling of multi-line values of user-defined ZFS properties (https://github.com/ansible-collections/community.general/pull/6264). + - zfs_facts - parameter ``type`` now accepts multple values as documented + (https://github.com/ansible-collections/community.general/issues/5909, https://github.com/ansible-collections/community.general/pull/9697). + deprecated_features: + - profitbricks - module is deprecated and will be removed in community.general + 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). + - profitbricks_datacenter - module is deprecated and will be removed in community.general + 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). + - profitbricks_nic - module is deprecated and will be removed in community.general + 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). + - profitbricks_volume - module is deprecated and will be removed in community.general + 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). + - profitbricks_volume_attachments - module is deprecated and will be removed + in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). + minor_changes: + - bitwarden lookup plugin - add new option ``collection_name`` to filter results + by collection name, and new option ``result_count`` to validate number of + results (https://github.com/ansible-collections/community.general/pull/9728). + - incus connection plugin - adds ``remote_user`` and ``incus_become_method`` + parameters for allowing a non-root user to connect to an Incus instance + (https://github.com/ansible-collections/community.general/pull/9743). + - iocage inventory plugin - the new parameter ``hooks_results`` of the plugin + is a list of files inside a jail that provide configuration parameters for + the inventory. The inventory plugin reads the files from the jails and put + the contents into the items of created variable ``iocage_hooks`` (https://github.com/ansible-collections/community.general/issues/9650, + https://github.com/ansible-collections/community.general/pull/9651). + - jira - adds ``client_cert`` and ``client_key`` parameters for supporting + client certificate authentification when connecting to Jira (https://github.com/ansible-collections/community.general/pull/9753). + - lldp - adds ``multivalues`` parameter to control behavior when lldpctl outputs + an attribute multiple times (https://github.com/ansible-collections/community.general/pull/9657). + - lvg - add ``remove_extra_pvs`` parameter to control if ansible should remove + physical volumes which are not in the ``pvs`` parameter (https://github.com/ansible-collections/community.general/pull/9698). + - lxd connection plugin - adds ``remote_user`` and ``lxd_become_method`` parameters + for allowing a non-root user to connect to an LXD instance (https://github.com/ansible-collections/community.general/pull/9659). + - nmcli - adds VRF support with new ``type`` value ``vrf`` and new ``slave_type`` + value ``vrf`` as well as new ``table`` parameter (https://github.com/ansible-collections/community.general/pull/9658, + https://github.com/ansible-collections/community.general/issues/8014). + - proxmox_kvm - allow hibernation and suspending of VMs (https://github.com/ansible-collections/community.general/issues/9620, + https://github.com/ansible-collections/community.general/pull/9653). + - redfish_command - add ``PowerFullPowerCycle`` to power command options (https://github.com/ansible-collections/community.general/pull/9729). + - ssh_config - add ``other_options`` option (https://github.com/ansible-collections/community.general/issues/8053, + https://github.com/ansible-collections/community.general/pull/9684). + - xen_orchestra inventory plugin - add ``use_vm_uuid`` and ``use_host_uuid`` + boolean options to allow switching over to using VM/Xen name labels instead + of UUIDs as item names (https://github.com/ansible-collections/community.general/pull/9787). + release_summary: Regular bugfix and feature release. + fragments: + - 10.4.0.yaml + - 6264-zfs-multiline-property-value.yml + - 9106-passwordstore-fix-subkey-creation-even-when-create-==-false.yml + - 9625-onepassword_doc.yml + - 9651-iocage-inventory-hooks.yml + - 9653-proxmox-kvm-allow-vm-hibernation.yml + - 9657-lldp-handling-attributes-defined-multiple-times.yml + - 9658-add-vrf-commands-to-nmcli-module.yml + - 9659-lxd_connection-nonroot-user.yml + - 9694-ipa-host-certificate-revoked.yml + - 9697-zfs-facts-type.yml + - 9698-lvg-remove-extra-pvs-parameter.yml + - 9728-bitwarden-collection-name-filter.yml + - 9729-redfish-fullpowercycle-command.yml + - 9733-profitbrick-deprecation.yml + - 9739-keycloak_client-compare-before-desired-directly.yml + - 9743-incus_connection-nonroot-user.yml + - 9753-jira-add-client-certificate-auth.yml + - 9760-proxmox-inventory.yml + - 9762-apache2_mod_proxy.yml + - 9774-fix-elasticsearch_plugin-proxy-settings.yml + - 9778-redhat_subscription-ensure-to-enable-content.yml + - 9787-xoa_allow_using_names_in_inventory.yml + - ssh_config_add_other_options.yml + modules: + - description: Gather C(systemd) unit info. + name: systemd_info + namespace: '' + release_date: '2025-02-24' diff --git a/changelogs/fragments/10.4.0.yaml b/changelogs/fragments/10.4.0.yaml deleted file mode 100644 index 4b1469c9fe..0000000000 --- a/changelogs/fragments/10.4.0.yaml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix and feature release. diff --git a/changelogs/fragments/6264-zfs-multiline-property-value.yml b/changelogs/fragments/6264-zfs-multiline-property-value.yml deleted file mode 100644 index 30e06f7919..0000000000 --- a/changelogs/fragments/6264-zfs-multiline-property-value.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - zfs - fix handling of multi-line values of user-defined ZFS properties (https://github.com/ansible-collections/community.general/pull/6264). diff --git a/changelogs/fragments/9106-passwordstore-fix-subkey-creation-even-when-create-==-false.yml b/changelogs/fragments/9106-passwordstore-fix-subkey-creation-even-when-create-==-false.yml deleted file mode 100644 index b804d2eed9..0000000000 --- a/changelogs/fragments/9106-passwordstore-fix-subkey-creation-even-when-create-==-false.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - passwordstore lookup plugin - fix subkey creation even when ``create=false`` (https://github.com/ansible-collections/community.general/issues/9105, https://github.com/ansible-collections/community.general/pull/9106). diff --git a/changelogs/fragments/9625-onepassword_doc.yml b/changelogs/fragments/9625-onepassword_doc.yml deleted file mode 100644 index e4c4cd5b65..0000000000 --- a/changelogs/fragments/9625-onepassword_doc.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "onepassword_doc lookup plugin - ensure that 1Password Connect support also works for this plugin (https://github.com/ansible-collections/community.general/pull/9625)." diff --git a/changelogs/fragments/9651-iocage-inventory-hooks.yml b/changelogs/fragments/9651-iocage-inventory-hooks.yml deleted file mode 100644 index 268348ba3c..0000000000 --- a/changelogs/fragments/9651-iocage-inventory-hooks.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - iocage inventory plugin - the new parameter ``hooks_results`` of the plugin is a list of files inside a jail that provide configuration parameters for the inventory. The inventory plugin reads the files from the jails and put the contents into the items of created variable ``iocage_hooks`` (https://github.com/ansible-collections/community.general/issues/9650, https://github.com/ansible-collections/community.general/pull/9651). diff --git a/changelogs/fragments/9653-proxmox-kvm-allow-vm-hibernation.yml b/changelogs/fragments/9653-proxmox-kvm-allow-vm-hibernation.yml deleted file mode 100644 index b9c347e767..0000000000 --- a/changelogs/fragments/9653-proxmox-kvm-allow-vm-hibernation.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - proxmox_kvm - allow hibernation and suspending of VMs (https://github.com/ansible-collections/community.general/issues/9620, https://github.com/ansible-collections/community.general/pull/9653). diff --git a/changelogs/fragments/9657-lldp-handling-attributes-defined-multiple-times.yml b/changelogs/fragments/9657-lldp-handling-attributes-defined-multiple-times.yml deleted file mode 100644 index 364013afc8..0000000000 --- a/changelogs/fragments/9657-lldp-handling-attributes-defined-multiple-times.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - lldp - fix crash caused by certain lldpctl output where an attribute is defined as branch and leaf (https://github.com/ansible-collections/community.general/pull/9657). -minor_changes: - - lldp - adds ``multivalues`` parameter to control behavior when lldpctl outputs an attribute multiple times (https://github.com/ansible-collections/community.general/pull/9657). diff --git a/changelogs/fragments/9658-add-vrf-commands-to-nmcli-module.yml b/changelogs/fragments/9658-add-vrf-commands-to-nmcli-module.yml deleted file mode 100644 index a62fc823c5..0000000000 --- a/changelogs/fragments/9658-add-vrf-commands-to-nmcli-module.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - nmcli - adds VRF support with new ``type`` value ``vrf`` and new ``slave_type`` value ``vrf`` as well as new ``table`` parameter (https://github.com/ansible-collections/community.general/pull/9658, https://github.com/ansible-collections/community.general/issues/8014). diff --git a/changelogs/fragments/9659-lxd_connection-nonroot-user.yml b/changelogs/fragments/9659-lxd_connection-nonroot-user.yml deleted file mode 100644 index 760921f054..0000000000 --- a/changelogs/fragments/9659-lxd_connection-nonroot-user.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - lxd connection plugin - adds ``remote_user`` and ``lxd_become_method`` parameters for allowing a non-root user to connect to an LXD instance (https://github.com/ansible-collections/community.general/pull/9659). diff --git a/changelogs/fragments/9694-ipa-host-certificate-revoked.yml b/changelogs/fragments/9694-ipa-host-certificate-revoked.yml deleted file mode 100644 index 71dcbb2a17..0000000000 --- a/changelogs/fragments/9694-ipa-host-certificate-revoked.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - ipa_host - module revoked existing host certificates even if ``user_certificate`` was not given (https://github.com/ansible-collections/community.general/pull/9694). diff --git a/changelogs/fragments/9697-zfs-facts-type.yml b/changelogs/fragments/9697-zfs-facts-type.yml deleted file mode 100644 index b738d3ae9f..0000000000 --- a/changelogs/fragments/9697-zfs-facts-type.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - zfs_facts - parameter ``type`` now accepts multple values as documented (https://github.com/ansible-collections/community.general/issues/5909, https://github.com/ansible-collections/community.general/pull/9697). diff --git a/changelogs/fragments/9698-lvg-remove-extra-pvs-parameter.yml b/changelogs/fragments/9698-lvg-remove-extra-pvs-parameter.yml deleted file mode 100644 index 51c0423e8b..0000000000 --- a/changelogs/fragments/9698-lvg-remove-extra-pvs-parameter.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - lvg - add ``remove_extra_pvs`` parameter to control if ansible should remove physical volumes which are not in the ``pvs`` parameter (https://github.com/ansible-collections/community.general/pull/9698). diff --git a/changelogs/fragments/9728-bitwarden-collection-name-filter.yml b/changelogs/fragments/9728-bitwarden-collection-name-filter.yml deleted file mode 100644 index f96710072f..0000000000 --- a/changelogs/fragments/9728-bitwarden-collection-name-filter.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - bitwarden lookup plugin - add new option ``collection_name`` to filter results by collection name, and new option ``result_count`` to validate number of results (https://github.com/ansible-collections/community.general/pull/9728). \ No newline at end of file diff --git a/changelogs/fragments/9729-redfish-fullpowercycle-command.yml b/changelogs/fragments/9729-redfish-fullpowercycle-command.yml deleted file mode 100644 index 2d9974c3d6..0000000000 --- a/changelogs/fragments/9729-redfish-fullpowercycle-command.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_command - add ``PowerFullPowerCycle`` to power command options (https://github.com/ansible-collections/community.general/pull/9729). diff --git a/changelogs/fragments/9733-profitbrick-deprecation.yml b/changelogs/fragments/9733-profitbrick-deprecation.yml deleted file mode 100644 index 094f2672a4..0000000000 --- a/changelogs/fragments/9733-profitbrick-deprecation.yml +++ /dev/null @@ -1,6 +0,0 @@ -deprecated_features: - - profitbricks - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). - - profitbricks_datacenter - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). - - profitbricks_nic - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). - - profitbricks_volume - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). - - profitbricks_volume_attachments - module is deprecated and will be removed in community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/9733). diff --git a/changelogs/fragments/9739-keycloak_client-compare-before-desired-directly.yml b/changelogs/fragments/9739-keycloak_client-compare-before-desired-directly.yml deleted file mode 100644 index 1d1a3da737..0000000000 --- a/changelogs/fragments/9739-keycloak_client-compare-before-desired-directly.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - keycloak_client - in check mode, detect whether the lists in before client (for example redirect URI list) contain items that the lists in the desired client do not contain (https://github.com/ansible-collections/community.general/pull/9739). \ No newline at end of file diff --git a/changelogs/fragments/9743-incus_connection-nonroot-user.yml b/changelogs/fragments/9743-incus_connection-nonroot-user.yml deleted file mode 100644 index f1a7aa9b5f..0000000000 --- a/changelogs/fragments/9743-incus_connection-nonroot-user.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - incus connection plugin - adds ``remote_user`` and ``incus_become_method`` parameters for allowing a non-root user to connect to an Incus instance (https://github.com/ansible-collections/community.general/pull/9743). diff --git a/changelogs/fragments/9753-jira-add-client-certificate-auth.yml b/changelogs/fragments/9753-jira-add-client-certificate-auth.yml deleted file mode 100644 index 8eeb5d01d7..0000000000 --- a/changelogs/fragments/9753-jira-add-client-certificate-auth.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - jira - adds ``client_cert`` and ``client_key`` parameters for supporting client certificate authentification when connecting to Jira (https://github.com/ansible-collections/community.general/pull/9753). \ No newline at end of file diff --git a/changelogs/fragments/9760-proxmox-inventory.yml b/changelogs/fragments/9760-proxmox-inventory.yml deleted file mode 100644 index c0405eee32..0000000000 --- a/changelogs/fragments/9760-proxmox-inventory.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "proxmox inventory plugin - plugin did not update cache correctly after ``meta: refresh_inventory`` (https://github.com/ansible-collections/community.general/issues/9710, https://github.com/ansible-collections/community.general/pull/9760)." diff --git a/changelogs/fragments/9762-apache2_mod_proxy.yml b/changelogs/fragments/9762-apache2_mod_proxy.yml deleted file mode 100644 index 423577905e..0000000000 --- a/changelogs/fragments/9762-apache2_mod_proxy.yml +++ /dev/null @@ -1,5 +0,0 @@ -bugfixes: - - "apache2_mod_proxy - make compatible with Python 3 (https://github.com/ansible-collections/community.general/pull/9762)." - - "apache2_mod_proxy - passing the cluster's page as referer for the member's pages. This makes the module actually work again for halfway modern Apache versions. - According to some comments founds on the net the referer was required since at least 2019 for some versions of Apache 2 - (https://github.com/ansible-collections/community.general/pull/9762)." diff --git a/changelogs/fragments/9774-fix-elasticsearch_plugin-proxy-settings.yml b/changelogs/fragments/9774-fix-elasticsearch_plugin-proxy-settings.yml deleted file mode 100644 index d610032bc4..0000000000 --- a/changelogs/fragments/9774-fix-elasticsearch_plugin-proxy-settings.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "elasticsearch_plugin - fix ``ERROR: D is not a recognized option`` issue when configuring proxy settings (https://github.com/ansible-collections/community.general/pull/9774, https://github.com/ansible-collections/community.general/issues/9773)." \ No newline at end of file diff --git a/changelogs/fragments/9778-redhat_subscription-ensure-to-enable-content.yml b/changelogs/fragments/9778-redhat_subscription-ensure-to-enable-content.yml deleted file mode 100644 index 7163865b6e..0000000000 --- a/changelogs/fragments/9778-redhat_subscription-ensure-to-enable-content.yml +++ /dev/null @@ -1,7 +0,0 @@ -bugfixes: - - | - redhat_subscription - use the "enable_content" option (when available) when - registering using D-Bus, to ensure that subscription-manager enables the - content on registration; this is particular important on EL 10+ and Fedora - 41+ - (https://github.com/ansible-collections/community.general/pull/9778). diff --git a/changelogs/fragments/9787-xoa_allow_using_names_in_inventory.yml b/changelogs/fragments/9787-xoa_allow_using_names_in_inventory.yml deleted file mode 100644 index 161e94f148..0000000000 --- a/changelogs/fragments/9787-xoa_allow_using_names_in_inventory.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - xen_orchestra inventory plugin - add ``use_vm_uuid`` and ``use_host_uuid`` boolean options to allow switching over to using VM/Xen name labels instead of UUIDs as item names (https://github.com/ansible-collections/community.general/pull/9787). diff --git a/changelogs/fragments/ssh_config_add_other_options.yml b/changelogs/fragments/ssh_config_add_other_options.yml deleted file mode 100644 index 032bd2c073..0000000000 --- a/changelogs/fragments/ssh_config_add_other_options.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - ssh_config - add ``other_options`` option (https://github.com/ansible-collections/community.general/issues/8053, https://github.com/ansible-collections/community.general/pull/9684). \ No newline at end of file