From 8026337c441c13ab220507edc1effc3bd82fe6c7 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 27 Mar 2023 21:39:20 +0200 Subject: [PATCH] Release 6.5.0. --- CHANGELOG.rst | 62 ++++++++++ changelogs/changelog.yaml | 115 ++++++++++++++++++ .../3216-nmcli-bridge-idempotency-fix.yml | 2 - .../3935-add-gitlab-group-runner.yml | 2 - ...4387-nmcli-mtu-for-vlan-connection-fix.yml | 2 - ..._subscription-credentials-when-needed.yaml | 4 - .../5867-apt_rpm-add-clean-and-upgrade.yml | 2 - ...970-add-proxyjump-option-to-ssh-config.yml | 2 - ...4-nmcli_add_new_addr_gen_mode6_options.yml | 2 - changelogs/fragments/6.5.0.yml | 1 - changelogs/fragments/6049-dconf-strings.yml | 2 - ...6065-nmcli-add-runner-fast-rate-option.yml | 2 - ...106-nmcli-ipv4-mayfail-idempotency-fix.yml | 2 - .../6111-influxdb_user-check-mode.yaml | 2 - ...error_in_gitlab_runner_creation_update.yml | 2 - .../6114-memset-add-url-error-handling.yml | 2 - .../fragments/6117-remove-stormssh-depend.yml | 2 - ...-plugin-fix-default-inventory_hostname.yml | 2 - changelogs/fragments/6119-opkg-update.yaml | 2 - ...edhat_subscription-subscribe-via-dbus.yaml | 4 - .../fragments/6127-yarn-ignore-warnings.yml | 2 - ...-interfaces_file-for-no-leading-spaces.yml | 2 - changelogs/fragments/6138-fix-yarn-global.yml | 2 - .../fragments/6149-openbsd_pkg-term.yml | 2 - .../fragments/6154-znode-optional-tls.yml | 2 - .../6158-create-proxmox-vm-from-archive.yml | 2 - .../6160-add-command-make-output.yml | 2 - changelogs/fragments/6165-nmap-port.yml | 2 - .../6180-replace-deprecated-badzipfile.yml | 2 - .../6198-pipx-inject-install-apps.yml | 2 - .../6200-adding-open-option-to-nmap.yml | 2 - .../6208-hpe-thermal-fan-percent.yaml | 2 - ...6210-add-worklog-functionality-to-jira.yml | 2 - .../fragments/6211-rhsm-require-root.yml | 6 - .../6227-xen-orchestra-check-response-id.yml | 2 - .../fragments/xxxx-ldap-ca-cert-file.yml | 2 - 36 files changed, 177 insertions(+), 75 deletions(-) delete mode 100644 changelogs/fragments/3216-nmcli-bridge-idempotency-fix.yml delete mode 100644 changelogs/fragments/3935-add-gitlab-group-runner.yml delete mode 100644 changelogs/fragments/4387-nmcli-mtu-for-vlan-connection-fix.yml delete mode 100644 changelogs/fragments/5664-redhat_subscription-credentials-when-needed.yaml delete mode 100644 changelogs/fragments/5867-apt_rpm-add-clean-and-upgrade.yml delete mode 100644 changelogs/fragments/5970-add-proxyjump-option-to-ssh-config.yml delete mode 100644 changelogs/fragments/5974-nmcli_add_new_addr_gen_mode6_options.yml delete mode 100644 changelogs/fragments/6.5.0.yml delete mode 100644 changelogs/fragments/6049-dconf-strings.yml delete mode 100644 changelogs/fragments/6065-nmcli-add-runner-fast-rate-option.yml delete mode 100644 changelogs/fragments/6106-nmcli-ipv4-mayfail-idempotency-fix.yml delete mode 100644 changelogs/fragments/6111-influxdb_user-check-mode.yaml delete mode 100644 changelogs/fragments/6112-fix_key_error_in_gitlab_runner_creation_update.yml delete mode 100644 changelogs/fragments/6114-memset-add-url-error-handling.yml delete mode 100644 changelogs/fragments/6117-remove-stormssh-depend.yml delete mode 100644 changelogs/fragments/6118-jail-plugin-fix-default-inventory_hostname.yml delete mode 100644 changelogs/fragments/6119-opkg-update.yaml delete mode 100644 changelogs/fragments/6122-redhat_subscription-subscribe-via-dbus.yaml delete mode 100644 changelogs/fragments/6127-yarn-ignore-warnings.yml delete mode 100644 changelogs/fragments/6131-fix-interfaces_file-for-no-leading-spaces.yml delete mode 100644 changelogs/fragments/6138-fix-yarn-global.yml delete mode 100644 changelogs/fragments/6149-openbsd_pkg-term.yml delete mode 100644 changelogs/fragments/6154-znode-optional-tls.yml delete mode 100644 changelogs/fragments/6158-create-proxmox-vm-from-archive.yml delete mode 100644 changelogs/fragments/6160-add-command-make-output.yml delete mode 100644 changelogs/fragments/6165-nmap-port.yml delete mode 100644 changelogs/fragments/6180-replace-deprecated-badzipfile.yml delete mode 100644 changelogs/fragments/6198-pipx-inject-install-apps.yml delete mode 100644 changelogs/fragments/6200-adding-open-option-to-nmap.yml delete mode 100644 changelogs/fragments/6208-hpe-thermal-fan-percent.yaml delete mode 100644 changelogs/fragments/6210-add-worklog-functionality-to-jira.yml delete mode 100644 changelogs/fragments/6211-rhsm-require-root.yml delete mode 100644 changelogs/fragments/6227-xen-orchestra-check-response-id.yml delete mode 100644 changelogs/fragments/xxxx-ldap-ca-cert-file.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 523220663e..a11b95b481 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,68 @@ Community General Release Notes This changelog describes changes after version 5.0.0. +v6.5.0 +====== + +Release Summary +--------------- + +Feature and bugfix release. + +Minor Changes +------------- + +- apt_rpm - adds ``clean``, ``dist_upgrade`` and ``update_kernel`` parameters for clear caches, complete upgrade system, and upgrade kernel packages (https://github.com/ansible-collections/community.general/pull/5867). +- dconf - parse GVariants for equality comparison when the Python module ``gi.repository`` is available (https://github.com/ansible-collections/community.general/pull/6049). +- gitlab_runner - allow to register group runner (https://github.com/ansible-collections/community.general/pull/3935). +- jira - add worklog functionality (https://github.com/ansible-collections/community.general/issues/6209, https://github.com/ansible-collections/community.general/pull/6210). +- ldap modules - add ``ca_path`` option (https://github.com/ansible-collections/community.general/pull/6185). +- make - add ``command`` return value to the module output (https://github.com/ansible-collections/community.general/pull/6160). +- nmap inventory plugin - add new option ``open`` for only returning open ports (https://github.com/ansible-collections/community.general/pull/6200). +- nmap inventory plugin - add new option ``port`` for port specific scan (https://github.com/ansible-collections/community.general/pull/6165). +- nmcli - add ``default`` and ``default-or-eui64`` to the list of valid choices for ``addr_gen_mode6`` parameter (https://github.com/ansible-collections/community.general/pull/5974). +- nmcli - add support for ``team.runner-fast-rate`` parameter for ``team`` connections (https://github.com/ansible-collections/community.general/issues/6065). +- openbsd_pkg - set ``TERM`` to ``'dumb'`` in ``execute_command()`` to make module less dependant on the ``TERM`` environment variable set on the Ansible controller (https://github.com/ansible-collections/community.general/pull/6149). +- pipx - optional ``install_apps`` parameter added to install applications from injected packages (https://github.com/ansible-collections/community.general/pull/6198). +- proxmox_kvm - add new ``archive`` parameter. This is needed to create a VM from an archive (backup) (https://github.com/ansible-collections/community.general/pull/6159). +- redfish_info - adds commands to retrieve the HPE ThermalConfiguration and FanPercentMinimum settings from iLO (https://github.com/ansible-collections/community.general/pull/6208). +- redhat_subscription - credentials (``username``, ``activationkey``, and so on) are required now only if a system needs to be registered, or ``force_register`` is specified (https://github.com/ansible-collections/community.general/pull/5664). +- redhat_subscription - the registration is done using the D-Bus ``rhsm`` service instead of spawning a ``subscription-manager register`` command, if possible; this avoids passing plain-text credentials as arguments to ``subscription-manager register``, which can be seen while that command runs (https://github.com/ansible-collections/community.general/pull/6122). +- ssh_config - add ``proxyjump`` option (https://github.com/ansible-collections/community.general/pull/5970). +- ssh_config - vendored StormSSH's config parser to avoid having to install StormSSH to use the module (https://github.com/ansible-collections/community.general/pull/6117). +- znode module - optional ``use_tls`` parameter added for encrypted communication (https://github.com/ansible-collections/community.general/issues/6154). + +Bugfixes +-------- + +- archive - avoid deprecated exception class on Python 3 (https://github.com/ansible-collections/community.general/pull/6180). +- gitlab_runner - fix ``KeyError`` on runner creation and update (https://github.com/ansible-collections/community.general/issues/6112). +- influxdb_user - fix running in check mode when the user does not exist yet (https://github.com/ansible-collections/community.general/pull/6111). +- interfaces_file - fix reading options in lines not starting with a space (https://github.com/ansible-collections/community.general/issues/6120). +- jail connection plugin - add ``inventory_hostname`` to vars under ``remote_addr``. This is needed for compatibility with ansible-core 2.13 (https://github.com/ansible-collections/community.general/pull/6118). +- memset - fix memset urlerror handling (https://github.com/ansible-collections/community.general/pull/6114). +- nmcli - fixed idempotency issue for bridge connections. Module forced default value of ``bridge.priority`` to nmcli if not set; if ``bridge.stp`` is disabled nmcli ignores it and keep default (https://github.com/ansible-collections/community.general/issues/3216, https://github.com/ansible-collections/community.general/issues/4683). +- nmcli - fixed idempotency issue when module params is set to ``may_fail4=false`` and ``method4=disabled``; in this case nmcli ignores change and keeps their own default value ``yes`` (https://github.com/ansible-collections/community.general/pull/6106). +- nmcli - implemented changing mtu value on vlan interfaces (https://github.com/ansible-collections/community.general/issues/4387). +- opkg - fixes bug when using ``update_cache=true`` (https://github.com/ansible-collections/community.general/issues/6004). +- redhat_subscription, rhsm_release, rhsm_repository - cleanly fail when not running as root, rather than hanging on an interactive ``console-helper`` prompt; they all interact with ``subscription-manager``, which already requires to be run as root (https://github.com/ansible-collections/community.general/issues/734, https://github.com/ansible-collections/community.general/pull/6211). +- xenorchestra inventory plugin - fix failure to receive objects from server due to not checking the id of the response (https://github.com/ansible-collections/community.general/pull/6227). +- yarn - fix ``global=true`` to not fail when `executable` wasn't specified (https://github.com/ansible-collections/community.general/pull/6132) +- yarn - fixes bug where yarn module tasks would fail when warnings were emitted from Yarn. The ``yarn.list`` method was not filtering out warnings (https://github.com/ansible-collections/community.general/issues/6127). + +New Plugins +----------- + +Lookup +~~~~~~ + +- merge_variables - merge variables with a certain suffix + +New Modules +----------- + +- kdeconfig - Manage KDE configuration files + v6.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4d931ed8cb..bcdc1415b5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1122,3 +1122,118 @@ releases: - 6100-jenkins_plugin.yml - remove-unneeded-imports.yml release_date: '2023-02-27' + 6.5.0: + changes: + bugfixes: + - archive - avoid deprecated exception class on Python 3 (https://github.com/ansible-collections/community.general/pull/6180). + - gitlab_runner - fix ``KeyError`` on runner creation and update (https://github.com/ansible-collections/community.general/issues/6112). + - influxdb_user - fix running in check mode when the user does not exist yet + (https://github.com/ansible-collections/community.general/pull/6111). + - interfaces_file - fix reading options in lines not starting with a space (https://github.com/ansible-collections/community.general/issues/6120). + - jail connection plugin - add ``inventory_hostname`` to vars under ``remote_addr``. + This is needed for compatibility with ansible-core 2.13 (https://github.com/ansible-collections/community.general/pull/6118). + - memset - fix memset urlerror handling (https://github.com/ansible-collections/community.general/pull/6114). + - nmcli - fixed idempotency issue for bridge connections. Module forced default + value of ``bridge.priority`` to nmcli if not set; if ``bridge.stp`` is disabled + nmcli ignores it and keep default (https://github.com/ansible-collections/community.general/issues/3216, + https://github.com/ansible-collections/community.general/issues/4683). + - nmcli - fixed idempotency issue when module params is set to ``may_fail4=false`` + and ``method4=disabled``; in this case nmcli ignores change and keeps their + own default value ``yes`` (https://github.com/ansible-collections/community.general/pull/6106). + - nmcli - implemented changing mtu value on vlan interfaces (https://github.com/ansible-collections/community.general/issues/4387). + - opkg - fixes bug when using ``update_cache=true`` (https://github.com/ansible-collections/community.general/issues/6004). + - redhat_subscription, rhsm_release, rhsm_repository - cleanly fail when not + running as root, rather than hanging on an interactive ``console-helper`` + prompt; they all interact with ``subscription-manager``, which already requires + to be run as root (https://github.com/ansible-collections/community.general/issues/734, + https://github.com/ansible-collections/community.general/pull/6211). + - xenorchestra inventory plugin - fix failure to receive objects from server + due to not checking the id of the response (https://github.com/ansible-collections/community.general/pull/6227). + - yarn - fix ``global=true`` to not fail when `executable` wasn't specified + (https://github.com/ansible-collections/community.general/pull/6132) + - yarn - fixes bug where yarn module tasks would fail when warnings were emitted + from Yarn. The ``yarn.list`` method was not filtering out warnings (https://github.com/ansible-collections/community.general/issues/6127). + minor_changes: + - apt_rpm - adds ``clean``, ``dist_upgrade`` and ``update_kernel`` parameters + for clear caches, complete upgrade system, and upgrade kernel packages (https://github.com/ansible-collections/community.general/pull/5867). + - dconf - parse GVariants for equality comparison when the Python module ``gi.repository`` + is available (https://github.com/ansible-collections/community.general/pull/6049). + - gitlab_runner - allow to register group runner (https://github.com/ansible-collections/community.general/pull/3935). + - jira - add worklog functionality (https://github.com/ansible-collections/community.general/issues/6209, + https://github.com/ansible-collections/community.general/pull/6210). + - ldap modules - add ``ca_path`` option (https://github.com/ansible-collections/community.general/pull/6185). + - make - add ``command`` return value to the module output (https://github.com/ansible-collections/community.general/pull/6160). + - nmap inventory plugin - add new option ``open`` for only returning open ports + (https://github.com/ansible-collections/community.general/pull/6200). + - nmap inventory plugin - add new option ``port`` for port specific scan (https://github.com/ansible-collections/community.general/pull/6165). + - nmcli - add ``default`` and ``default-or-eui64`` to the list of valid choices + for ``addr_gen_mode6`` parameter (https://github.com/ansible-collections/community.general/pull/5974). + - nmcli - add support for ``team.runner-fast-rate`` parameter for ``team`` connections + (https://github.com/ansible-collections/community.general/issues/6065). + - openbsd_pkg - set ``TERM`` to ``'dumb'`` in ``execute_command()`` to make + module less dependant on the ``TERM`` environment variable set on the Ansible + controller (https://github.com/ansible-collections/community.general/pull/6149). + - pipx - optional ``install_apps`` parameter added to install applications from + injected packages (https://github.com/ansible-collections/community.general/pull/6198). + - proxmox_kvm - add new ``archive`` parameter. This is needed to create a VM + from an archive (backup) (https://github.com/ansible-collections/community.general/pull/6159). + - redfish_info - adds commands to retrieve the HPE ThermalConfiguration and + FanPercentMinimum settings from iLO (https://github.com/ansible-collections/community.general/pull/6208). + - redhat_subscription - credentials (``username``, ``activationkey``, and so + on) are required now only if a system needs to be registered, or ``force_register`` + is specified (https://github.com/ansible-collections/community.general/pull/5664). + - redhat_subscription - the registration is done using the D-Bus ``rhsm`` service + instead of spawning a ``subscription-manager register`` command, if possible; + this avoids passing plain-text credentials as arguments to ``subscription-manager + register``, which can be seen while that command runs (https://github.com/ansible-collections/community.general/pull/6122). + - ssh_config - add ``proxyjump`` option (https://github.com/ansible-collections/community.general/pull/5970). + - ssh_config - vendored StormSSH's config parser to avoid having to install + StormSSH to use the module (https://github.com/ansible-collections/community.general/pull/6117). + - znode module - optional ``use_tls`` parameter added for encrypted communication + (https://github.com/ansible-collections/community.general/issues/6154). + release_summary: Feature and bugfix release. + fragments: + - 3216-nmcli-bridge-idempotency-fix.yml + - 3935-add-gitlab-group-runner.yml + - 4387-nmcli-mtu-for-vlan-connection-fix.yml + - 5664-redhat_subscription-credentials-when-needed.yaml + - 5867-apt_rpm-add-clean-and-upgrade.yml + - 5970-add-proxyjump-option-to-ssh-config.yml + - 5974-nmcli_add_new_addr_gen_mode6_options.yml + - 6.5.0.yml + - 6049-dconf-strings.yml + - 6065-nmcli-add-runner-fast-rate-option.yml + - 6106-nmcli-ipv4-mayfail-idempotency-fix.yml + - 6111-influxdb_user-check-mode.yaml + - 6112-fix_key_error_in_gitlab_runner_creation_update.yml + - 6114-memset-add-url-error-handling.yml + - 6117-remove-stormssh-depend.yml + - 6118-jail-plugin-fix-default-inventory_hostname.yml + - 6119-opkg-update.yaml + - 6122-redhat_subscription-subscribe-via-dbus.yaml + - 6127-yarn-ignore-warnings.yml + - 6131-fix-interfaces_file-for-no-leading-spaces.yml + - 6138-fix-yarn-global.yml + - 6149-openbsd_pkg-term.yml + - 6154-znode-optional-tls.yml + - 6158-create-proxmox-vm-from-archive.yml + - 6160-add-command-make-output.yml + - 6165-nmap-port.yml + - 6180-replace-deprecated-badzipfile.yml + - 6198-pipx-inject-install-apps.yml + - 6200-adding-open-option-to-nmap.yml + - 6208-hpe-thermal-fan-percent.yaml + - 6210-add-worklog-functionality-to-jira.yml + - 6211-rhsm-require-root.yml + - 6227-xen-orchestra-check-response-id.yml + - xxxx-ldap-ca-cert-file.yml + modules: + - description: Manage KDE configuration files + name: kdeconfig + namespace: '' + plugins: + lookup: + - description: merge variables with a certain suffix + name: merge_variables + namespace: null + release_date: '2023-03-27' diff --git a/changelogs/fragments/3216-nmcli-bridge-idempotency-fix.yml b/changelogs/fragments/3216-nmcli-bridge-idempotency-fix.yml deleted file mode 100644 index 130800b6da..0000000000 --- a/changelogs/fragments/3216-nmcli-bridge-idempotency-fix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - nmcli - fixed idempotency issue for bridge connections. Module forced default value of ``bridge.priority`` to nmcli if not set; if ``bridge.stp`` is disabled nmcli ignores it and keep default (https://github.com/ansible-collections/community.general/issues/3216, https://github.com/ansible-collections/community.general/issues/4683). diff --git a/changelogs/fragments/3935-add-gitlab-group-runner.yml b/changelogs/fragments/3935-add-gitlab-group-runner.yml deleted file mode 100644 index eba390180a..0000000000 --- a/changelogs/fragments/3935-add-gitlab-group-runner.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - 'gitlab_runner - allow to register group runner (https://github.com/ansible-collections/community.general/pull/3935).' diff --git a/changelogs/fragments/4387-nmcli-mtu-for-vlan-connection-fix.yml b/changelogs/fragments/4387-nmcli-mtu-for-vlan-connection-fix.yml deleted file mode 100644 index e867135b2a..0000000000 --- a/changelogs/fragments/4387-nmcli-mtu-for-vlan-connection-fix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - nmcli - implemented changing mtu value on vlan interfaces (https://github.com/ansible-collections/community.general/issues/4387). diff --git a/changelogs/fragments/5664-redhat_subscription-credentials-when-needed.yaml b/changelogs/fragments/5664-redhat_subscription-credentials-when-needed.yaml deleted file mode 100644 index c300b957ce..0000000000 --- a/changelogs/fragments/5664-redhat_subscription-credentials-when-needed.yaml +++ /dev/null @@ -1,4 +0,0 @@ -minor_changes: - - redhat_subscription - credentials (``username``, ``activationkey``, and so on) are required now - only if a system needs to be registered, or ``force_register`` is specified - (https://github.com/ansible-collections/community.general/pull/5664). diff --git a/changelogs/fragments/5867-apt_rpm-add-clean-and-upgrade.yml b/changelogs/fragments/5867-apt_rpm-add-clean-and-upgrade.yml deleted file mode 100644 index b8d8272115..0000000000 --- a/changelogs/fragments/5867-apt_rpm-add-clean-and-upgrade.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - apt_rpm - adds ``clean``, ``dist_upgrade`` and ``update_kernel`` parameters for clear caches, complete upgrade system, and upgrade kernel packages (https://github.com/ansible-collections/community.general/pull/5867). diff --git a/changelogs/fragments/5970-add-proxyjump-option-to-ssh-config.yml b/changelogs/fragments/5970-add-proxyjump-option-to-ssh-config.yml deleted file mode 100644 index a8594ed69f..0000000000 --- a/changelogs/fragments/5970-add-proxyjump-option-to-ssh-config.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - ssh_config - add ``proxyjump`` option (https://github.com/ansible-collections/community.general/pull/5970). diff --git a/changelogs/fragments/5974-nmcli_add_new_addr_gen_mode6_options.yml b/changelogs/fragments/5974-nmcli_add_new_addr_gen_mode6_options.yml deleted file mode 100644 index 275ed8b584..0000000000 --- a/changelogs/fragments/5974-nmcli_add_new_addr_gen_mode6_options.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - nmcli - add ``default`` and ``default-or-eui64`` to the list of valid choices for ``addr_gen_mode6`` parameter (https://github.com/ansible-collections/community.general/pull/5974). diff --git a/changelogs/fragments/6.5.0.yml b/changelogs/fragments/6.5.0.yml deleted file mode 100644 index 80287c3b46..0000000000 --- a/changelogs/fragments/6.5.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Feature and bugfix release. diff --git a/changelogs/fragments/6049-dconf-strings.yml b/changelogs/fragments/6049-dconf-strings.yml deleted file mode 100644 index 1d194b3389..0000000000 --- a/changelogs/fragments/6049-dconf-strings.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - dconf - parse GVariants for equality comparison when the Python module ``gi.repository`` is available (https://github.com/ansible-collections/community.general/pull/6049). diff --git a/changelogs/fragments/6065-nmcli-add-runner-fast-rate-option.yml b/changelogs/fragments/6065-nmcli-add-runner-fast-rate-option.yml deleted file mode 100644 index f49a10bc9e..0000000000 --- a/changelogs/fragments/6065-nmcli-add-runner-fast-rate-option.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - nmcli - add support for ``team.runner-fast-rate`` parameter for ``team`` connections (https://github.com/ansible-collections/community.general/issues/6065). diff --git a/changelogs/fragments/6106-nmcli-ipv4-mayfail-idempotency-fix.yml b/changelogs/fragments/6106-nmcli-ipv4-mayfail-idempotency-fix.yml deleted file mode 100644 index a444176155..0000000000 --- a/changelogs/fragments/6106-nmcli-ipv4-mayfail-idempotency-fix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - nmcli - fixed idempotency issue when module params is set to ``may_fail4=false`` and ``method4=disabled``; in this case nmcli ignores change and keeps their own default value ``yes`` (https://github.com/ansible-collections/community.general/pull/6106). diff --git a/changelogs/fragments/6111-influxdb_user-check-mode.yaml b/changelogs/fragments/6111-influxdb_user-check-mode.yaml deleted file mode 100644 index 4789c2ba76..0000000000 --- a/changelogs/fragments/6111-influxdb_user-check-mode.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - influxdb_user - fix running in check mode when the user does not exist yet (https://github.com/ansible-collections/community.general/pull/6111). diff --git a/changelogs/fragments/6112-fix_key_error_in_gitlab_runner_creation_update.yml b/changelogs/fragments/6112-fix_key_error_in_gitlab_runner_creation_update.yml deleted file mode 100644 index d752aed347..0000000000 --- a/changelogs/fragments/6112-fix_key_error_in_gitlab_runner_creation_update.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - gitlab_runner - fix ``KeyError`` on runner creation and update (https://github.com/ansible-collections/community.general/issues/6112). diff --git a/changelogs/fragments/6114-memset-add-url-error-handling.yml b/changelogs/fragments/6114-memset-add-url-error-handling.yml deleted file mode 100644 index 25dd869d19..0000000000 --- a/changelogs/fragments/6114-memset-add-url-error-handling.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "memset - fix memset urlerror handling (https://github.com/ansible-collections/community.general/pull/6114)." diff --git a/changelogs/fragments/6117-remove-stormssh-depend.yml b/changelogs/fragments/6117-remove-stormssh-depend.yml deleted file mode 100644 index f84ac6ac2e..0000000000 --- a/changelogs/fragments/6117-remove-stormssh-depend.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - ssh_config - vendored StormSSH's config parser to avoid having to install StormSSH to use the module (https://github.com/ansible-collections/community.general/pull/6117). diff --git a/changelogs/fragments/6118-jail-plugin-fix-default-inventory_hostname.yml b/changelogs/fragments/6118-jail-plugin-fix-default-inventory_hostname.yml deleted file mode 100644 index ac2cb5cf43..0000000000 --- a/changelogs/fragments/6118-jail-plugin-fix-default-inventory_hostname.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "jail connection plugin - add ``inventory_hostname`` to vars under ``remote_addr``. This is needed for compatibility with ansible-core 2.13 (https://github.com/ansible-collections/community.general/pull/6118)." diff --git a/changelogs/fragments/6119-opkg-update.yaml b/changelogs/fragments/6119-opkg-update.yaml deleted file mode 100644 index b7450074d1..0000000000 --- a/changelogs/fragments/6119-opkg-update.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - opkg - fixes bug when using ``update_cache=true`` (https://github.com/ansible-collections/community.general/issues/6004). diff --git a/changelogs/fragments/6122-redhat_subscription-subscribe-via-dbus.yaml b/changelogs/fragments/6122-redhat_subscription-subscribe-via-dbus.yaml deleted file mode 100644 index ee39d2b5b6..0000000000 --- a/changelogs/fragments/6122-redhat_subscription-subscribe-via-dbus.yaml +++ /dev/null @@ -1,4 +0,0 @@ -minor_changes: - - redhat_subscription - the registration is done using the D-Bus ``rhsm`` service instead of spawning a ``subscription-manager register`` command, if possible; - this avoids passing plain-text credentials as arguments to ``subscription-manager register``, which can be seen while that command runs - (https://github.com/ansible-collections/community.general/pull/6122). diff --git a/changelogs/fragments/6127-yarn-ignore-warnings.yml b/changelogs/fragments/6127-yarn-ignore-warnings.yml deleted file mode 100644 index f094838edb..0000000000 --- a/changelogs/fragments/6127-yarn-ignore-warnings.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - yarn - fixes bug where yarn module tasks would fail when warnings were emitted from Yarn. The ``yarn.list`` method was not filtering out warnings (https://github.com/ansible-collections/community.general/issues/6127). diff --git a/changelogs/fragments/6131-fix-interfaces_file-for-no-leading-spaces.yml b/changelogs/fragments/6131-fix-interfaces_file-for-no-leading-spaces.yml deleted file mode 100644 index c975d4e624..0000000000 --- a/changelogs/fragments/6131-fix-interfaces_file-for-no-leading-spaces.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - interfaces_file - fix reading options in lines not starting with a space (https://github.com/ansible-collections/community.general/issues/6120). diff --git a/changelogs/fragments/6138-fix-yarn-global.yml b/changelogs/fragments/6138-fix-yarn-global.yml deleted file mode 100644 index 30203ead6c..0000000000 --- a/changelogs/fragments/6138-fix-yarn-global.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - yarn - fix ``global=true`` to not fail when `executable` wasn't specified (https://github.com/ansible-collections/community.general/pull/6132) diff --git a/changelogs/fragments/6149-openbsd_pkg-term.yml b/changelogs/fragments/6149-openbsd_pkg-term.yml deleted file mode 100644 index 5fe1e5a6db..0000000000 --- a/changelogs/fragments/6149-openbsd_pkg-term.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - openbsd_pkg - set ``TERM`` to ``'dumb'`` in ``execute_command()`` to make module less dependant on the ``TERM`` environment variable set on the Ansible controller (https://github.com/ansible-collections/community.general/pull/6149). diff --git a/changelogs/fragments/6154-znode-optional-tls.yml b/changelogs/fragments/6154-znode-optional-tls.yml deleted file mode 100644 index 92570d4623..0000000000 --- a/changelogs/fragments/6154-znode-optional-tls.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - znode module - optional ``use_tls`` parameter added for encrypted communication (https://github.com/ansible-collections/community.general/issues/6154). diff --git a/changelogs/fragments/6158-create-proxmox-vm-from-archive.yml b/changelogs/fragments/6158-create-proxmox-vm-from-archive.yml deleted file mode 100644 index 2c66110792..0000000000 --- a/changelogs/fragments/6158-create-proxmox-vm-from-archive.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "proxmox_kvm - add new ``archive`` parameter. This is needed to create a VM from an archive (backup) (https://github.com/ansible-collections/community.general/pull/6159)." diff --git a/changelogs/fragments/6160-add-command-make-output.yml b/changelogs/fragments/6160-add-command-make-output.yml deleted file mode 100644 index cf43107919..0000000000 --- a/changelogs/fragments/6160-add-command-make-output.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - make - add ``command`` return value to the module output (https://github.com/ansible-collections/community.general/pull/6160). diff --git a/changelogs/fragments/6165-nmap-port.yml b/changelogs/fragments/6165-nmap-port.yml deleted file mode 100644 index 4daf2790ba..0000000000 --- a/changelogs/fragments/6165-nmap-port.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - nmap inventory plugin - add new option ``port`` for port specific scan (https://github.com/ansible-collections/community.general/pull/6165). \ No newline at end of file diff --git a/changelogs/fragments/6180-replace-deprecated-badzipfile.yml b/changelogs/fragments/6180-replace-deprecated-badzipfile.yml deleted file mode 100644 index 7e0916a8d9..0000000000 --- a/changelogs/fragments/6180-replace-deprecated-badzipfile.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "archive - avoid deprecated exception class on Python 3 (https://github.com/ansible-collections/community.general/pull/6180)." diff --git a/changelogs/fragments/6198-pipx-inject-install-apps.yml b/changelogs/fragments/6198-pipx-inject-install-apps.yml deleted file mode 100644 index 59cf0b94fc..0000000000 --- a/changelogs/fragments/6198-pipx-inject-install-apps.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - pipx - optional ``install_apps`` parameter added to install applications from injected packages (https://github.com/ansible-collections/community.general/pull/6198). diff --git a/changelogs/fragments/6200-adding-open-option-to-nmap.yml b/changelogs/fragments/6200-adding-open-option-to-nmap.yml deleted file mode 100644 index 876a92394c..0000000000 --- a/changelogs/fragments/6200-adding-open-option-to-nmap.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - nmap inventory plugin - add new option ``open`` for only returning open ports (https://github.com/ansible-collections/community.general/pull/6200). \ No newline at end of file diff --git a/changelogs/fragments/6208-hpe-thermal-fan-percent.yaml b/changelogs/fragments/6208-hpe-thermal-fan-percent.yaml deleted file mode 100644 index 61ce97aa03..0000000000 --- a/changelogs/fragments/6208-hpe-thermal-fan-percent.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_info - adds commands to retrieve the HPE ThermalConfiguration and FanPercentMinimum settings from iLO (https://github.com/ansible-collections/community.general/pull/6208). diff --git a/changelogs/fragments/6210-add-worklog-functionality-to-jira.yml b/changelogs/fragments/6210-add-worklog-functionality-to-jira.yml deleted file mode 100644 index baceedb249..0000000000 --- a/changelogs/fragments/6210-add-worklog-functionality-to-jira.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - jira - add worklog functionality (https://github.com/ansible-collections/community.general/issues/6209, https://github.com/ansible-collections/community.general/pull/6210). diff --git a/changelogs/fragments/6211-rhsm-require-root.yml b/changelogs/fragments/6211-rhsm-require-root.yml deleted file mode 100644 index 4172484513..0000000000 --- a/changelogs/fragments/6211-rhsm-require-root.yml +++ /dev/null @@ -1,6 +0,0 @@ -bugfixes: - - redhat_subscription, rhsm_release, rhsm_repository - cleanly fail when not running as root, - rather than hanging on an interactive ``console-helper`` prompt; they all interact with - ``subscription-manager``, which already requires to be run as root - (https://github.com/ansible-collections/community.general/issues/734, - https://github.com/ansible-collections/community.general/pull/6211). diff --git a/changelogs/fragments/6227-xen-orchestra-check-response-id.yml b/changelogs/fragments/6227-xen-orchestra-check-response-id.yml deleted file mode 100644 index 972caa7d60..0000000000 --- a/changelogs/fragments/6227-xen-orchestra-check-response-id.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - xenorchestra inventory plugin - fix failure to receive objects from server due to not checking the id of the response (https://github.com/ansible-collections/community.general/pull/6227). diff --git a/changelogs/fragments/xxxx-ldap-ca-cert-file.yml b/changelogs/fragments/xxxx-ldap-ca-cert-file.yml deleted file mode 100644 index 9730e08271..0000000000 --- a/changelogs/fragments/xxxx-ldap-ca-cert-file.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - ldap modules - add ``ca_path`` option (https://github.com/ansible-collections/community.general/pull/6185).