Release 10.5.0.

This commit is contained in:
Felix Fontein 2025-03-24 21:03:09 +01:00
commit 4a394088b3
25 changed files with 213 additions and 95 deletions

View file

@ -1 +0,0 @@
release_summary: Regular bugfix and feature release.

View file

@ -1,2 +0,0 @@
minor_changes:
- apache2_mod_proxy - code simplification, no change in functionality (https://github.com/ansible-collections/community.general/pull/9457).

View file

@ -1,2 +0,0 @@
minor_changes:
- keycloak_realm - remove ID requirement when creating a realm to allow Keycloak generating its own realm ID (https://github.com/ansible-collections/community.general/pull/9768).

View file

@ -1,2 +0,0 @@
bugfixes:
- homebrew - fix crash when package names include tap (https://github.com/ansible-collections/community.general/issues/9777, https://github.com/ansible-collections/community.general/pull/9803).

View file

@ -1,2 +0,0 @@
bugfixes:
- proxmox - add missing key selection of ``'status'`` key to ``get_lxc_status`` (https://github.com/ansible-collections/community.general/issues/9696, https://github.com/ansible-collections/community.general/pull/9809).

View file

@ -1,2 +0,0 @@
bugfixes:
- cloudlare_dns - handle exhausted response stream in case of HTTP errors to show nice error message to the user (https://github.com/ansible-collections/community.general/issues/9782, https://github.com/ansible-collections/community.general/pull/9818).

View file

@ -1,2 +0,0 @@
minor_changes:
- systemd_info - add wildcard expression support in ``unitname`` option (https://github.com/ansible-collections/community.general/pull/9821).

View file

@ -1,2 +0,0 @@
minor_changes:
- redfish_info - add command ``GetPowerRestorePolicy`` to get the desired power state of the system when power is restored (https://github.com/ansible-collections/community.general/pull/9824).

View file

@ -1,2 +0,0 @@
minor_changes:
- slack callback plugin - add ``http_agent`` option to enable the user to set a custom user agent for slack callback plugin (https://github.com/ansible-collections/community.general/issues/9813, https://github.com/ansible-collections/community.general/pull/9836).

View file

@ -1,2 +0,0 @@
minor_changes:
- redfish_config - add command ``SetPowerRestorePolicy`` to set the desired power state of the system when power is restored (https://github.com/ansible-collections/community.general/pull/9837).

View file

@ -1,2 +0,0 @@
minor_changes:
- consul_token - fix idempotency when ``policies`` or ``roles`` are supplied by name (https://github.com/ansible-collections/community.general/issues/9841, https://github.com/ansible-collections/community.general/pull/9845).

View file

@ -1,2 +0,0 @@
minor_changes:
- proxmox_kvm - add missing audio hardware device handling (https://github.com/ansible-collections/community.general/issues/5192, https://github.com/ansible-collections/community.general/pull/9847).

View file

@ -1,3 +0,0 @@
---
minor_changes:
- nmap inventory plugin - adds ``dns_servers`` option for specifying DNS servers for name resolution. Accepts hostnames or IP addresses in the same format as the ``exclude`` option (https://github.com/ansible-collections/community.general/pull/9849).

View file

@ -1,2 +0,0 @@
bugfixes:
- proxmox_vm_info - the module no longer expects that the key ``template`` exists in a dictionary returned by Proxmox (https://github.com/ansible-collections/community.general/issues/9875, https://github.com/ansible-collections/community.general/pull/9910).

View file

@ -1,2 +0,0 @@
bugfixes:
- "nmcli - enable changing only the order of DNS servers or search suffixes (https://github.com/ansible-collections/community.general/issues/8724, https://github.com/ansible-collections/community.general/pull/9880)."

View file

@ -1,2 +0,0 @@
minor_changes:
- rocketchat - option ``is_pre740`` has been added to control the format of the payload. For Rocket.Chat 7.4.0 or newer, it must be set to ``false`` (https://github.com/ansible-collections/community.general/pull/9882).

View file

@ -1,2 +0,0 @@
minor_changes:
- systemd_info - extend support to timer units (https://github.com/ansible-collections/community.general/pull/9891).

View file

@ -1,2 +0,0 @@
minor_changes:
- vmadm - add new options ``flexible_disk_size`` and ``owner_uuid`` (https://github.com/ansible-collections/community.general/pull/9892).

View file

@ -1,2 +0,0 @@
minor_changes:
- CmdRunner module utils - the convenience method ``cmd_runner_fmt.as_fixed()`` now accepts multiple arguments as a list (https://github.com/ansible-collections/community.general/pull/9893).

View file

@ -1,3 +0,0 @@
---
bugfixes:
- dnf_versionlock - add support for dnf5 (https://github.com/ansible-collections/community.general/issues/9556).

View file

@ -1,3 +0,0 @@
---
bugfixes:
- homebrew_cask - handle unusual brew version strings (https://github.com/ansible-collections/community.general/issues/8432, https://github.com/ansible-collections/community.general/pull/9881).

View file

@ -1,3 +0,0 @@
---
bugfixes:
- sudoers - display stdout and stderr raised while failed validation (https://github.com/ansible-collections/community.general/issues/9674, https://github.com/ansible-collections/community.general/pull/9871).