Release 2.5.2.

This commit is contained in:
Felix Fontein 2021-05-11 07:07:12 +02:00
commit 071d89acac
22 changed files with 99 additions and 48 deletions

View file

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

View file

@ -1,3 +0,0 @@
---
bugfixes:
- proxmox inventory - added handling of commas in KVM agent configuration string (https://github.com/ansible-collections/community.general/pull/2245).

View file

@ -1,4 +0,0 @@
bugfixes:
- terraform - fix issue that cause the execution fail because from Terraform 0.15 on, the ``-var`` and ``-var-file`` options are no longer available on ``terraform validate`` (https://github.com/ansible-collections/community.general/pull/2246).
- terraform - fix issue that cause the destroy to fail because from Terraform 0.15 on, the ``terraform destroy -force`` option is replaced with ``terraform destroy -auto-approve`` (https://github.com/ansible-collections/community.general/issues/2247).
- terraform - remove uses of ``use_unsafe_shell=True`` (https://github.com/ansible-collections/community.general/pull/2246).

View file

@ -1,2 +0,0 @@
bugfixes:
- nmap inventory plugin - fix cache and constructed group support (https://github.com/ansible-collections/community.general/issues/2242).

View file

@ -1,3 +0,0 @@
bugfixes:
- influxdb_retention_policy - fix bug where ``INF`` duration values failed parsing
(https://github.com/ansible-collections/community.general/pull/2385).

View file

@ -1,4 +0,0 @@
bugfixes:
- influxdb_retention_policy - ensure idempotent module execution with different
duration and shard duration parameter values
(https://github.com/ansible-collections/community.general/issues/2281).

View file

@ -1,2 +0,0 @@
bugfixes:
- hiera lookup plugin - converts the return type of plugin to unicode string (https://github.com/ansible-collections/community.general/pull/2329).

View file

@ -1,3 +0,0 @@
---
bugfixes:
- inventory and vault scripts - change file permissions to make vendored inventory and vault scripts exectuable (https://github.com/ansible-collections/community.general/pull/2337).

View file

@ -1,2 +0,0 @@
bugfixes:
- "jenkins_plugin - fixes Python 2 compatibility issue (https://github.com/ansible-collections/community.general/pull/2340)."

View file

@ -1,2 +0,0 @@
bugfixes:
- composer - use ``no-interaction`` option when discovering available options to avoid an issue where composer hangs (https://github.com/ansible-collections/community.general/pull/2348).

View file

@ -1,2 +0,0 @@
bugfixes:
- jira - fixed error when loading base64-encoded content as attachment (https://github.com/ansible-collections/community.general/pull/2349).

View file

@ -1,3 +0,0 @@
---
bugfixes:
- svr4pkg - convert string to a bytes-like object to avoid ``TypeError`` with Python 3 (https://github.com/ansible-collections/community.general/issues/2373).

View file

@ -1,3 +0,0 @@
---
bugfixes:
- puppet - replace ``console` with ``stdout`` in ``logdest`` option when ``all`` has been chosen (https://github.com/ansible-collections/community.general/issues/1190).

View file

@ -1,2 +0,0 @@
bugfixes:
- nmcli - if type is ``bridge-slave`` add ``slave-type bridge`` to ``nmcli`` command (https://github.com/ansible-collections/community.general/issues/2408).

View file

@ -1,2 +0,0 @@
bugfixes:
- nmcli - compare MAC addresses case insensitively to fix idempotency issue (https://github.com/ansible-collections/community.general/issues/2409).

View file

@ -1,2 +0,0 @@
bugfixes:
- linode_v4 - changed the error message to point to the correct bugtracker URL (https://github.com/ansible-collections/community.general/pull/2430).

View file

@ -1,2 +0,0 @@
bugfixes:
- one_vm - Allow missing NIC keys (https://github.com/ansible-collections/community.general/pull/2435).

View file

@ -1,2 +0,0 @@
bugfixes:
- "stackpath_compute inventory script - fix broken validation checks for client ID and client secret (https://github.com/ansible-collections/community.general/pull/2448)."

View file

@ -1,2 +0,0 @@
bugfixes:
- zfs - certain ZFS properties, especially sizes, would lead to a task being falsely marked as "changed" even when no actual change was made (https://github.com/ansible-collections/community.general/issues/975, https://github.com/ansible-collections/community.general/pull/2454).

View file

@ -1,2 +0,0 @@
bugfixes:
- "ovirt* modules - remove bad unnecessary import for current ansible-core development version (https://github.com/ansible-collections/community.general/pull/2381)."