Skip to content

Commit 071d89a

Browse files
committed
Release 2.5.2.
1 parent afc620f commit 071d89a

22 files changed

+99
-48
lines changed

CHANGELOG.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,39 @@ Community General Release Notes
66

77
This changelog describes changes after version 1.0.0.
88

9+
v2.5.2
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- 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).
21+
- hiera lookup plugin - converts the return type of plugin to unicode string (https://github.com/ansible-collections/community.general/pull/2329).
22+
- influxdb_retention_policy - ensure idempotent module execution with different duration and shard duration parameter values (https://github.com/ansible-collections/community.general/issues/2281).
23+
- influxdb_retention_policy - fix bug where ``INF`` duration values failed parsing (https://github.com/ansible-collections/community.general/pull/2385).
24+
- inventory and vault scripts - change file permissions to make vendored inventory and vault scripts exectuable (https://github.com/ansible-collections/community.general/pull/2337).
25+
- jenkins_plugin - fixes Python 2 compatibility issue (https://github.com/ansible-collections/community.general/pull/2340).
26+
- jira - fixed error when loading base64-encoded content as attachment (https://github.com/ansible-collections/community.general/pull/2349).
27+
- linode_v4 - changed the error message to point to the correct bugtracker URL (https://github.com/ansible-collections/community.general/pull/2430).
28+
- nmap inventory plugin - fix cache and constructed group support (https://github.com/ansible-collections/community.general/issues/2242).
29+
- nmcli - compare MAC addresses case insensitively to fix idempotency issue (https://github.com/ansible-collections/community.general/issues/2409).
30+
- nmcli - if type is ``bridge-slave`` add ``slave-type bridge`` to ``nmcli`` command (https://github.com/ansible-collections/community.general/issues/2408).
31+
- one_vm - Allow missing NIC keys (https://github.com/ansible-collections/community.general/pull/2435).
32+
- ovirt* modules - remove bad unnecessary import for current ansible-core development version (https://github.com/ansible-collections/community.general/pull/2381).
33+
- proxmox inventory - added handling of commas in KVM agent configuration string (https://github.com/ansible-collections/community.general/pull/2245).
34+
- puppet - replace ``console` with ``stdout`` in ``logdest`` option when ``all`` has been chosen (https://github.com/ansible-collections/community.general/issues/1190).
35+
- stackpath_compute inventory script - fix broken validation checks for client ID and client secret (https://github.com/ansible-collections/community.general/pull/2448).
36+
- svr4pkg - convert string to a bytes-like object to avoid ``TypeError`` with Python 3 (https://github.com/ansible-collections/community.general/issues/2373).
37+
- 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).
38+
- 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).
39+
- terraform - remove uses of ``use_unsafe_shell=True`` (https://github.com/ansible-collections/community.general/pull/2246).
40+
- 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).
41+
942
v2.5.1
1043
======
1144

changelogs/changelog.yaml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,3 +1816,69 @@ releases:
18161816
- 2236-jira-isinstance.yml
18171817
- allow_funcd_to_load.yml
18181818
release_date: '2021-04-14'
1819+
2.5.2:
1820+
changes:
1821+
bugfixes:
1822+
- composer - use ``no-interaction`` option when discovering available options
1823+
to avoid an issue where composer hangs (https://github.com/ansible-collections/community.general/pull/2348).
1824+
- hiera lookup plugin - converts the return type of plugin to unicode string
1825+
(https://github.com/ansible-collections/community.general/pull/2329).
1826+
- influxdb_retention_policy - ensure idempotent module execution with different
1827+
duration and shard duration parameter values (https://github.com/ansible-collections/community.general/issues/2281).
1828+
- influxdb_retention_policy - fix bug where ``INF`` duration values failed parsing
1829+
(https://github.com/ansible-collections/community.general/pull/2385).
1830+
- inventory and vault scripts - change file permissions to make vendored inventory
1831+
and vault scripts exectuable (https://github.com/ansible-collections/community.general/pull/2337).
1832+
- jenkins_plugin - fixes Python 2 compatibility issue (https://github.com/ansible-collections/community.general/pull/2340).
1833+
- jira - fixed error when loading base64-encoded content as attachment (https://github.com/ansible-collections/community.general/pull/2349).
1834+
- linode_v4 - changed the error message to point to the correct bugtracker URL
1835+
(https://github.com/ansible-collections/community.general/pull/2430).
1836+
- nmap inventory plugin - fix cache and constructed group support (https://github.com/ansible-collections/community.general/issues/2242).
1837+
- nmcli - compare MAC addresses case insensitively to fix idempotency issue
1838+
(https://github.com/ansible-collections/community.general/issues/2409).
1839+
- nmcli - if type is ``bridge-slave`` add ``slave-type bridge`` to ``nmcli``
1840+
command (https://github.com/ansible-collections/community.general/issues/2408).
1841+
- one_vm - Allow missing NIC keys (https://github.com/ansible-collections/community.general/pull/2435).
1842+
- ovirt* modules - remove bad unnecessary import for current ansible-core development
1843+
version (https://github.com/ansible-collections/community.general/pull/2381).
1844+
- proxmox inventory - added handling of commas in KVM agent configuration string
1845+
(https://github.com/ansible-collections/community.general/pull/2245).
1846+
- puppet - replace ``console` with ``stdout`` in ``logdest`` option when ``all``
1847+
has been chosen (https://github.com/ansible-collections/community.general/issues/1190).
1848+
- stackpath_compute inventory script - fix broken validation checks for client
1849+
ID and client secret (https://github.com/ansible-collections/community.general/pull/2448).
1850+
- svr4pkg - convert string to a bytes-like object to avoid ``TypeError`` with
1851+
Python 3 (https://github.com/ansible-collections/community.general/issues/2373).
1852+
- terraform - fix issue that cause the destroy to fail because from Terraform
1853+
0.15 on, the ``terraform destroy -force`` option is replaced with ``terraform
1854+
destroy -auto-approve`` (https://github.com/ansible-collections/community.general/issues/2247).
1855+
- terraform - fix issue that cause the execution fail because from Terraform
1856+
0.15 on, the ``-var`` and ``-var-file`` options are no longer available on
1857+
``terraform validate`` (https://github.com/ansible-collections/community.general/pull/2246).
1858+
- terraform - remove uses of ``use_unsafe_shell=True`` (https://github.com/ansible-collections/community.general/pull/2246).
1859+
- zfs - certain ZFS properties, especially sizes, would lead to a task being
1860+
falsely marked as "changed" even when no actual change was made (https://github.com/ansible-collections/community.general/issues/975,
1861+
https://github.com/ansible-collections/community.general/pull/2454).
1862+
release_summary: Regular bugfix release.
1863+
fragments:
1864+
- 2.5.2.yml
1865+
- 2245-proxmox_fix_agent_string_handling.yml
1866+
- 2246-terraform.yaml
1867+
- 2282-nmap-fix-cache-support.yml
1868+
- 2284-influxdb_retention_policy-fix_duration_parsing.yml
1869+
- 2284-influxdb_retention_policy-idempotence.yml
1870+
- 2329-hiera-lookup-plugin-return-type.yaml
1871+
- 2337-mark-inventory-scripts-executable.yml
1872+
- 2340-jenkins_plugin-py2.yml
1873+
- 2348-composer-no-interaction-option-discovery-to-avoid-hang.yaml
1874+
- 2349-jira-bugfix-b64decode.yml
1875+
- 2373-svr4pkg-fix-typeerror.yml
1876+
- 2407-puppet-change_stdout_to_console.yaml
1877+
- 2409-nmcli_add_slave-type_bridge_to_nmcli_command_if_type_is_bridge-slave.yml
1878+
- 2416-nmcli_compare_mac_addresses_case_insensitively.yml
1879+
- 2430-linodev4-error-message.yml
1880+
- 2435-one_vm-fix_missing_keys.yml
1881+
- 2448-stackpath_compute-fix.yml
1882+
- 2454-detect_zfs_changed.yml
1883+
- ovirt-fixup.yml
1884+
release_date: '2021-05-11'

changelogs/fragments/2.5.2.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/2245-proxmox_fix_agent_string_handling.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/2246-terraform.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/2282-nmap-fix-cache-support.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/2284-influxdb_retention_policy-fix_duration_parsing.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/2284-influxdb_retention_policy-idempotence.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/2329-hiera-lookup-plugin-return-type.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/2337-mark-inventory-scripts-executable.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)