mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Release 12.6.0.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
minor_changes:
|
||||
- jira - add ``cloud`` option to support Jira Cloud's
|
||||
new search endpoint ``/rest/api/2/search/jql``, since
|
||||
the legacy ``/rest/api/2/search`` endpoint has been
|
||||
removed on Jira Cloud
|
||||
(https://github.com/ansible-collections/community.general/issues/10786, https://github.com/ansible-collections/community.general/pull/11701).
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ipa_host - fix logic to disable existing hosts (https://github.com/ansible-collections/community.general/issues/11483, https://github.com/ansible-collections/community.general/pull/11487).
|
||||
@@ -1,9 +0,0 @@
|
||||
bugfixes:
|
||||
- mssql_db - fail with a clear error message when a named instance (``server\instance`` format)
|
||||
is used together with ``login_port``, since these are mutually exclusive connection methods
|
||||
(https://github.com/ansible-collections/community.general/issues/5693,
|
||||
https://github.com/ansible-collections/community.general/pull/11664).
|
||||
- mssql_script - fail with a clear error message when a named instance (``server\instance`` format)
|
||||
is used together with ``login_port``, since these are mutually exclusive connection methods
|
||||
(https://github.com/ansible-collections/community.general/issues/5693,
|
||||
https://github.com/ansible-collections/community.general/pull/11664).
|
||||
@@ -1,3 +0,0 @@
|
||||
minor_changes:
|
||||
- pacman - add ``root``, ``cachedir``, and ``config`` options to support installing packages into an alternative root directory
|
||||
(https://github.com/ansible-collections/community.general/issues/438, https://github.com/ansible-collections/community.general/pull/11681).
|
||||
@@ -1,5 +0,0 @@
|
||||
bugfixes:
|
||||
- flatpak - fix removal of runtimes, which was broken because the module was filtering
|
||||
the installed flatpak list to apps only, so runtimes could never be matched for
|
||||
uninstallation (https://github.com/ansible-collections/community.general/issues/553,
|
||||
https://github.com/ansible-collections/community.general/pull/11688).
|
||||
@@ -1,6 +0,0 @@
|
||||
minor_changes:
|
||||
- composer - add ``force`` parameter; when ``command=create-project``, the module now checks
|
||||
whether a ``composer.json`` already exists in ``working_dir`` and skips the command if so,
|
||||
making the task idempotent. Set ``force=true`` to always run the command regardless
|
||||
(https://github.com/ansible-collections/community.general/issues/725,
|
||||
https://github.com/ansible-collections/community.general/pull/11689).
|
||||
@@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- "ipa module utils - fix failure to detect errors reported in the ``failed`` field of the IPA API response,
|
||||
which is returned with HTTP 200 on partial or full failures in member add/remove operations
|
||||
(https://github.com/ansible-collections/community.general/issues/1239, https://github.com/ansible-collections/community.general/pull/11698)."
|
||||
@@ -1,7 +0,0 @@
|
||||
bugfixes:
|
||||
- xenserver_guest - fix an issue where booting from ISO is not possible
|
||||
because CD-ROM device is placed in position above number 3. Position
|
||||
number 3 is now reserved for CD-ROM device and cannot be occupied by
|
||||
a disk
|
||||
(https://github.com/ansible-collections/community.general/issues/11624,
|
||||
https://github.com/ansible-collections/community.general/pull/11702).
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ipa_dnsrecord - fix errors when module is used with existing record with default TTL (https://github.com/ansible-collections/community.general/pull/11717).
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- xenserver_guest - use ``enumerate()`` instead of manual index variable in ``for`` loop (https://github.com/ansible-collections/community.general/pull/11721).
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- opendj_backendprop - refactor to use ``CmdRunner`` (https://github.com/ansible-collections/community.general/pull/11728).
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- gem - refactor module to use ``CmdRunner`` (https://github.com/ansible-collections/community.general/pull/11733).
|
||||
@@ -1,7 +0,0 @@
|
||||
minor_changes:
|
||||
- jira - when ``cloud=true``, user-type fields
|
||||
(``assignee``, ``reporter``, and any listed in the new
|
||||
``custom_user_fields`` parameter) containing an email
|
||||
address are automatically resolved to Jira Cloud
|
||||
account IDs
|
||||
(https://github.com/ansible-collections/community.general/issues/11734, https://github.com/ansible-collections/community.general/pull/11735).
|
||||
@@ -1,8 +0,0 @@
|
||||
bugfixes:
|
||||
- alternatives - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11738).
|
||||
- apk - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11738).
|
||||
- apt_rpm - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11738).
|
||||
- cargo - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11738).
|
||||
- filesystem - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11738).
|
||||
- git_config - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11738).
|
||||
- git_config_info - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11738).
|
||||
@@ -1,9 +0,0 @@
|
||||
bugfixes:
|
||||
- homebrew - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11740).
|
||||
- homebrew_cask - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11740).
|
||||
- icinga2_feature - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11740).
|
||||
- iptables_state - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11740).
|
||||
- java_keystore - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11740).
|
||||
- lvol - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11740).
|
||||
- pacman - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11740).
|
||||
- parted - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11740).
|
||||
@@ -1,9 +0,0 @@
|
||||
bugfixes:
|
||||
- pkgin - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11741).
|
||||
- redhat_subscription - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11741).
|
||||
- rhsm_repository - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11741).
|
||||
- runit - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11741).
|
||||
- supervisorctl - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11741).
|
||||
- svc - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11741).
|
||||
- ufw - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11741).
|
||||
- zypper - normalize locale environment for ``run_command()`` calls to ``LANGUAGE=C``, ``LC_ALL=C`` (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11741).
|
||||
@@ -1,6 +0,0 @@
|
||||
bugfixes:
|
||||
- nmcli - use ``get_best_parsable_locale()`` to set locale environment for ``run_command()`` calls,
|
||||
fixing UTF-8 connection names being corrupted to ``????`` under ``LC_ALL=C``
|
||||
(https://github.com/ansible-collections/community.general/issues/10384,
|
||||
https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11742).
|
||||
@@ -1,4 +0,0 @@
|
||||
minor_changes:
|
||||
- flatpak - add new parameter ``from_url`` to install a flatpak from a ``.flatpakref`` URL
|
||||
(https://github.com/ansible-collections/community.general/issues/4000,
|
||||
https://github.com/ansible-collections/community.general/pull/11748).
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- pacemaker_resource, pacemaker_stonith - fix resource and stonith creation race condition by polling PCS status (https://github.com/ansible-collections/community.general/issues/11574, https://github.com/ansible-collections/community.general/pull/11750).
|
||||
@@ -1,4 +0,0 @@
|
||||
minor_changes:
|
||||
- java_cert - support proxy authentication when ``https_proxy`` environment variable includes credentials
|
||||
(https://github.com/ansible-collections/community.general/issues/4126,
|
||||
https://github.com/ansible-collections/community.general/pull/11753).
|
||||
@@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- mssql_script - only passes ``params`` to ``cursor.execute()`` when the user actually provides them
|
||||
(https://github.com/ansible-collections/community.general/issues/11699,
|
||||
https://github.com/ansible-collections/community.general/pull/11754).
|
||||
@@ -1,6 +0,0 @@
|
||||
bugfixes:
|
||||
- logrotate - fixes ``TypeError`` when ``shred_cycles`` is ``None`` and corrects ``enabled=None`` handling in ``get_config_path()`` (https://github.com/ansible-collections/community.general/pull/11764).
|
||||
- logrotate - adds missing default values for ``state`` and ``config_dir`` parameters, and adds ``required_by`` declarations for shred and compression parameters (https://github.com/ansible-collections/community.general/pull/11764).
|
||||
- logrotate - writes configuration files to a temporary file first and validates before atomically moving to the destination, and properly wraps all ``os.remove()`` and ``atomic_move()`` calls in error handling (https://github.com/ansible-collections/community.general/pull/11764).
|
||||
minor_changes:
|
||||
- logrotate - adds optional ``backup`` parameter to create a backup of the existing configuration file before writing changes (https://github.com/ansible-collections/community.general/pull/11764).
|
||||
@@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- dconf - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11765).
|
||||
- pkgng - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11765).
|
||||
- terraform - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11765).
|
||||
@@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- openbsd_pkg - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11767).
|
||||
- sorcery - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11767).
|
||||
@@ -1,13 +0,0 @@
|
||||
bugfixes:
|
||||
- apache2_module - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
- composer - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
- facter_facts - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
- known_hosts module utils - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
- macports - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
- modprobe - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
- monit - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
- open_iscsi - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
- pacman_key - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
- rhsm_release - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
- rpm_ostree_pkg - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
- sysupgrade - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11768).
|
||||
@@ -1,5 +0,0 @@
|
||||
bugfixes:
|
||||
- incus connection plugin - work when the active become plugin sets ``require_tty`` instead of failing silently (https://github.com/ansible-collections/community.general/pull/11771).
|
||||
- machinectl become plugin - prevent printing ANSI terminal color sequences (https://github.com/ansible-collections/community.general/pull/11771).
|
||||
- run0 become plugin - prevent printing ANSI terminal color sequences (https://github.com/ansible-collections/community.general/pull/11771).
|
||||
- run0 become plugin - mark the plugin as incompatible with connection pipelining (see https://github.com/ansible/ansible/issues/81254, https://github.com/ansible-collections/community.general/pull/11771).
|
||||
@@ -1,3 +0,0 @@
|
||||
minor_changes:
|
||||
- dconf - add support for C(dbus-broker) (https://github.com/ansible-collections/community.general/issues/495,
|
||||
https://github.com/ansible-collections/community.general/pull/11772).
|
||||
@@ -1,6 +0,0 @@
|
||||
bugfixes:
|
||||
- cronvar - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11773).
|
||||
- dnf_versionlock - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11773).
|
||||
- dpkg_divert - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11773).
|
||||
- flatpak_remote - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11773).
|
||||
- hg - ensure ``LANGUAGE=C`` and ``LC_ALL=C`` are set when running commands that parse output (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11773).
|
||||
@@ -1,16 +0,0 @@
|
||||
bugfixes:
|
||||
- homectl - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11774).
|
||||
- java_cert - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11774).
|
||||
- keyring - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11774).
|
||||
- launchd - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11774).
|
||||
- listen_ports_facts - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11774).
|
||||
@@ -1,16 +0,0 @@
|
||||
bugfixes:
|
||||
- logstash_plugin - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11775).
|
||||
- lvg - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11775).
|
||||
- mas - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11775).
|
||||
- osx_defaults - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11775).
|
||||
- pkgutil - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11775).
|
||||
@@ -1,16 +0,0 @@
|
||||
bugfixes:
|
||||
- pnpm - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11776).
|
||||
- sysrc - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11776).
|
||||
- timezone - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11776).
|
||||
- xattr - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11776).
|
||||
- yarn - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11776).
|
||||
@@ -1,7 +0,0 @@
|
||||
bugfixes:
|
||||
- yum_versionlock - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11777).
|
||||
- zypper_repository - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11777).
|
||||
@@ -1,13 +0,0 @@
|
||||
bugfixes:
|
||||
- zfs - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11778).
|
||||
- zfs_delegate_admin - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11778).
|
||||
- zfs_facts - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11778).
|
||||
- zpool_facts - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11778).
|
||||
@@ -1,10 +0,0 @@
|
||||
bugfixes:
|
||||
- capabilities - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11779).
|
||||
- ip_netns - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11779).
|
||||
- lxc_container - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11779).
|
||||
@@ -1,13 +0,0 @@
|
||||
bugfixes:
|
||||
- beadm - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11780).
|
||||
- pkg5 - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11780).
|
||||
- pkg5_publisher - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11780).
|
||||
- swdepot - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11780).
|
||||
@@ -1,22 +0,0 @@
|
||||
bugfixes:
|
||||
- imgadm - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11781).
|
||||
- lbu - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11781).
|
||||
- portage - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11781).
|
||||
- portinstall - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11781).
|
||||
- smartos_image_info - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11781).
|
||||
- syspatch - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11781).
|
||||
- xbps - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11781).
|
||||
@@ -1,13 +0,0 @@
|
||||
bugfixes:
|
||||
- apt_repo - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11782).
|
||||
- easy_install - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11782).
|
||||
- pear - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11782).
|
||||
- zypper_repository_info - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11782).
|
||||
@@ -1,10 +0,0 @@
|
||||
bugfixes:
|
||||
- bower - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11783).
|
||||
- bundler - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11783).
|
||||
- kibana_plugin - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11783).
|
||||
@@ -1,10 +0,0 @@
|
||||
bugfixes:
|
||||
- awall - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11784).
|
||||
- openwrt_init - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11784).
|
||||
- pip_package_info - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11784).
|
||||
@@ -1,10 +0,0 @@
|
||||
bugfixes:
|
||||
- bzr - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11785).
|
||||
- lldp - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11785).
|
||||
- ohai - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11785).
|
||||
@@ -1,10 +0,0 @@
|
||||
bugfixes:
|
||||
- keyring_info - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11786).
|
||||
- onepassword_info - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11786).
|
||||
- riak - set ``LANGUAGE`` and ``LC_ALL`` to ``C`` in ``run_command()`` calls to ensure locale-independent output parsing
|
||||
(https://github.com/ansible-collections/community.general/issues/11737,
|
||||
https://github.com/ansible-collections/community.general/pull/11786).
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- btrfs module_utils - set ``LANGUAGE`` and ``LC_ALL`` environment variables to ``C`` in all ``run_command()`` calls (https://github.com/ansible-collections/community.general/issues/11737, https://github.com/ansible-collections/community.general/pull/11787).
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- lvm_pv - migrate to ``CmdRunner`` using shared runners from ``module_utils/_lvm`` (https://github.com/ansible-collections/community.general/pull/11811).
|
||||
@@ -1,6 +0,0 @@
|
||||
bugfixes:
|
||||
- sefcontext - flush the in-process ``matchpathcon`` cache after applying changes, so
|
||||
subsequent tasks running in the same process (for example via the Mitogen connection
|
||||
plugin) see the updated SELinux file context rules instead of stale cached data
|
||||
(https://github.com/ansible-collections/community.general/issues/888,
|
||||
https://github.com/ansible-collections/community.general/pull/11812).
|
||||
@@ -1,5 +0,0 @@
|
||||
minor_changes:
|
||||
- parted - add ``unit_preserve_case`` option to control the case of the ``unit`` field in the
|
||||
return value, fixing the round-trip use case where the returned unit is fed back as input
|
||||
(https://github.com/ansible-collections/community.general/issues/1860,
|
||||
https://github.com/ansible-collections/community.general/pull/11813).
|
||||
@@ -1,3 +0,0 @@
|
||||
minor_changes:
|
||||
- consul_kv - add ``ca_path`` option to specify a CA bundle for HTTPS connections (https://github.com/ansible-collections/community.general/pull/11817).
|
||||
- consul_kv lookup plugin - add ``ca_path`` option to specify a CA bundle for HTTPS connections (https://github.com/ansible-collections/community.general/issues/2876, https://github.com/ansible-collections/community.general/pull/11817).
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- lvol - fix LVM version parsing (https://github.com/ansible-collections/community.general/issues/5445, https://github.com/ansible-collections/community.general/pull/11823).
|
||||
@@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- "locale_gen - add missing locale entries to ``/etc/locale.gen`` when not already present
|
||||
(https://github.com/ansible-collections/community.general/issues/2399,
|
||||
https://github.com/ansible-collections/community.general/pull/11824)."
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- iso_extract - strip leading path separator from file entries so files with a leading ``/`` are extracted correctly (https://github.com/ansible-collections/community.general/issues/5283, https://github.com/ansible-collections/community.general/pull/11825).
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- lvg - migrate to ``CmdRunner``, removing direct ``run_command`` calls and ``run_command_environ_update`` (https://github.com/ansible-collections/community.general/pull/11835).
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "flatpak - support new output message when an update resulted in no action that appears on Fedora 44 (https://github.com/ansible-collections/community.general/pull/11836)."
|
||||
@@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- iso_extract - retry ``umount`` up to 5 times preventing ``OSError`` on cleanup
|
||||
(https://github.com/ansible-collections/community.general/issues/5333,
|
||||
https://github.com/ansible-collections/community.general/pull/11837).
|
||||
@@ -1,6 +0,0 @@
|
||||
bugfixes:
|
||||
- homebrew_cask - fix false task failure when upgrading casks with ``version=latest``;
|
||||
the post-upgrade check incorrectly re-ran ``brew outdated`` (which always lists ``latest``
|
||||
casks as outdated under ``--greedy``), now uses the command exit code instead
|
||||
(https://github.com/ansible-collections/community.general/issues/1647,
|
||||
https://github.com/ansible-collections/community.general/pull/11838).
|
||||
@@ -1,4 +0,0 @@
|
||||
minor_changes:
|
||||
- homebrew_services - remove various redundancies including dead state validation, unused return
|
||||
values, and unnecessary locale environment variables
|
||||
(https://github.com/ansible-collections/community.general/pull/11839).
|
||||
@@ -1,7 +0,0 @@
|
||||
bugfixes:
|
||||
- homebrew_tap - fix ``None`` being passed as a command argument when adding a tap without a URL
|
||||
(https://github.com/ansible-collections/community.general/pull/11848).
|
||||
minor_changes:
|
||||
- homebrew_tap - avoid redundant ``brew tap`` calls when processing multiple taps by fetching
|
||||
the tap list once upfront
|
||||
(https://github.com/ansible-collections/community.general/pull/11848).
|
||||
@@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- homebrew_cask - fix failure when ``brew --version`` returns a placeholder version string
|
||||
(https://github.com/ansible-collections/community.general/issues/4708,
|
||||
https://github.com/ansible-collections/community.general/pull/11849).
|
||||
@@ -1,5 +0,0 @@
|
||||
bugfixes:
|
||||
- homebrew_cask - fix ``sudo_password`` failing when the password contains single quotes or
|
||||
other special shell characters
|
||||
(https://github.com/ansible-collections/community.general/issues/4957,
|
||||
https://github.com/ansible-collections/community.general/pull/11850).
|
||||
@@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- gitlab_project_members - fail with a clear error when multiple projects match the given name, instead of silently operating on the first result
|
||||
(https://github.com/ansible-collections/community.general/issues/2767,
|
||||
https://github.com/ansible-collections/community.general/pull/11851).
|
||||
@@ -1,6 +0,0 @@
|
||||
bugfixes:
|
||||
- udm_user - fix alias-to-canonical parameter name mismatch that caused all camelCase-aliased
|
||||
parameters such as ``display_name`` and ``primary_group`` to be silently ignored
|
||||
(https://github.com/ansible-collections/community.general/issues/2950,
|
||||
https://github.com/ansible-collections/community.general/issues/3691,
|
||||
https://github.com/ansible-collections/community.general/pull/11859).
|
||||
@@ -1,6 +0,0 @@
|
||||
bugfixes:
|
||||
- homectl - allow to use passlib instead of legacycrypt for Python 3.13+
|
||||
(https://github.com/ansible-collections/community.general/pull/11860).
|
||||
- udm_user - allow to use passlib instead of legacycrypt for Python 3.13+
|
||||
(https://github.com/ansible-collections/community.general/issues/4690,
|
||||
https://github.com/ansible-collections/community.general/pull/11860).
|
||||
@@ -1,6 +0,0 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
etcd3 lookup plugin - improve HTTPS endpoint handling by stripping URL schemes from the ``host`` option
|
||||
and warning when ``ca_cert`` is not provided for HTTPS endpoints
|
||||
(https://github.com/ansible-collections/community.general/issues/1664,
|
||||
https://github.com/ansible-collections/community.general/pull/11861).
|
||||
@@ -1,5 +0,0 @@
|
||||
bugfixes:
|
||||
- gitlab_project_variable - use ``find_project()`` from module utils for project lookup, consistent
|
||||
with all other GitLab modules in the collection
|
||||
(https://github.com/ansible-collections/community.general/issues/3157,
|
||||
https://github.com/ansible-collections/community.general/pull/11878).
|
||||
@@ -1,12 +0,0 @@
|
||||
minor_changes:
|
||||
- cobbler_sync - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11879).
|
||||
- cobbler_system - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11879).
|
||||
- manageiq_alert_profiles - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11879).
|
||||
- manageiq_alerts - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11879).
|
||||
- oneview_san_manager - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11879).
|
||||
- packet_device - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11879).
|
||||
- packet_ip_subnet - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11879).
|
||||
- pubnub_blocks - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11879).
|
||||
- terraform - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11879).
|
||||
- manageiq module utils - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11879).
|
||||
- oneview module utils - minor code cleanup (https://github.com/ansible-collections/community.general/pull/11879).
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- lvol - migrate to ``CmdRunner`` (https://github.com/ansible-collections/community.general/pull/11887).
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- filesystem - migrate ``LVM.get_fs_size()`` to use ``CmdRunner``, ensuring locale-independent output parsing (https://github.com/ansible-collections/community.general/pull/11888).
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Regular bugfix and feature release.
|
||||
@@ -1,4 +0,0 @@
|
||||
minor_changes:
|
||||
- ipa_dnsrecord - add ``exclusive`` parameter to allow appending values to existing records
|
||||
without replacing them (https://github.com/ansible-collections/community.general/issues/682,
|
||||
https://github.com/ansible-collections/community.general/pull/11694).
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- snmp_facts - the module now also supports pysnmp >= 7.1 (https://github.com/ansible-collections/community.general/issues/8852, https://github.com/ansible-collections/community.general/pull/11683).
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- nsupdate - fix GSS-TSIG support (accidentally broken by https://github.com/ansible-collections/community.general/pull/11461, https://github.com/ansible-collections/community.general/pull/11712)
|
||||
Reference in New Issue
Block a user