parent
afc620fc74
commit
071d89acac
|
@ -6,6 +6,39 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 1.0.0.
|
This changelog describes changes after version 1.0.0.
|
||||||
|
|
||||||
|
v2.5.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular bugfix release.
|
||||||
|
|
||||||
|
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).
|
||||||
|
- hiera lookup plugin - converts the return type of plugin to unicode string (https://github.com/ansible-collections/community.general/pull/2329).
|
||||||
|
- influxdb_retention_policy - ensure idempotent module execution with different duration and shard duration parameter values (https://github.com/ansible-collections/community.general/issues/2281).
|
||||||
|
- influxdb_retention_policy - fix bug where ``INF`` duration values failed parsing (https://github.com/ansible-collections/community.general/pull/2385).
|
||||||
|
- inventory and vault scripts - change file permissions to make vendored inventory and vault scripts exectuable (https://github.com/ansible-collections/community.general/pull/2337).
|
||||||
|
- jenkins_plugin - fixes Python 2 compatibility issue (https://github.com/ansible-collections/community.general/pull/2340).
|
||||||
|
- jira - fixed error when loading base64-encoded content as attachment (https://github.com/ansible-collections/community.general/pull/2349).
|
||||||
|
- linode_v4 - changed the error message to point to the correct bugtracker URL (https://github.com/ansible-collections/community.general/pull/2430).
|
||||||
|
- nmap inventory plugin - fix cache and constructed group support (https://github.com/ansible-collections/community.general/issues/2242).
|
||||||
|
- nmcli - compare MAC addresses case insensitively to fix idempotency issue (https://github.com/ansible-collections/community.general/issues/2409).
|
||||||
|
- nmcli - if type is ``bridge-slave`` add ``slave-type bridge`` to ``nmcli`` command (https://github.com/ansible-collections/community.general/issues/2408).
|
||||||
|
- one_vm - Allow missing NIC keys (https://github.com/ansible-collections/community.general/pull/2435).
|
||||||
|
- ovirt* modules - remove bad unnecessary import for current ansible-core development version (https://github.com/ansible-collections/community.general/pull/2381).
|
||||||
|
- proxmox inventory - added handling of commas in KVM agent configuration string (https://github.com/ansible-collections/community.general/pull/2245).
|
||||||
|
- puppet - replace ``console` with ``stdout`` in ``logdest`` option when ``all`` has been chosen (https://github.com/ansible-collections/community.general/issues/1190).
|
||||||
|
- stackpath_compute inventory script - fix broken validation checks for client ID and client secret (https://github.com/ansible-collections/community.general/pull/2448).
|
||||||
|
- svr4pkg - convert string to a bytes-like object to avoid ``TypeError`` with Python 3 (https://github.com/ansible-collections/community.general/issues/2373).
|
||||||
|
- 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 - 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 - remove uses of ``use_unsafe_shell=True`` (https://github.com/ansible-collections/community.general/pull/2246).
|
||||||
|
- 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).
|
||||||
|
|
||||||
v2.5.1
|
v2.5.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1816,3 +1816,69 @@ releases:
|
||||||
- 2236-jira-isinstance.yml
|
- 2236-jira-isinstance.yml
|
||||||
- allow_funcd_to_load.yml
|
- allow_funcd_to_load.yml
|
||||||
release_date: '2021-04-14'
|
release_date: '2021-04-14'
|
||||||
|
2.5.2:
|
||||||
|
changes:
|
||||||
|
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).
|
||||||
|
- hiera lookup plugin - converts the return type of plugin to unicode string
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/2329).
|
||||||
|
- influxdb_retention_policy - ensure idempotent module execution with different
|
||||||
|
duration and shard duration parameter values (https://github.com/ansible-collections/community.general/issues/2281).
|
||||||
|
- influxdb_retention_policy - fix bug where ``INF`` duration values failed parsing
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/2385).
|
||||||
|
- inventory and vault scripts - change file permissions to make vendored inventory
|
||||||
|
and vault scripts exectuable (https://github.com/ansible-collections/community.general/pull/2337).
|
||||||
|
- jenkins_plugin - fixes Python 2 compatibility issue (https://github.com/ansible-collections/community.general/pull/2340).
|
||||||
|
- jira - fixed error when loading base64-encoded content as attachment (https://github.com/ansible-collections/community.general/pull/2349).
|
||||||
|
- linode_v4 - changed the error message to point to the correct bugtracker URL
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/2430).
|
||||||
|
- nmap inventory plugin - fix cache and constructed group support (https://github.com/ansible-collections/community.general/issues/2242).
|
||||||
|
- nmcli - compare MAC addresses case insensitively to fix idempotency issue
|
||||||
|
(https://github.com/ansible-collections/community.general/issues/2409).
|
||||||
|
- nmcli - if type is ``bridge-slave`` add ``slave-type bridge`` to ``nmcli``
|
||||||
|
command (https://github.com/ansible-collections/community.general/issues/2408).
|
||||||
|
- one_vm - Allow missing NIC keys (https://github.com/ansible-collections/community.general/pull/2435).
|
||||||
|
- ovirt* modules - remove bad unnecessary import for current ansible-core development
|
||||||
|
version (https://github.com/ansible-collections/community.general/pull/2381).
|
||||||
|
- proxmox inventory - added handling of commas in KVM agent configuration string
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/2245).
|
||||||
|
- puppet - replace ``console` with ``stdout`` in ``logdest`` option when ``all``
|
||||||
|
has been chosen (https://github.com/ansible-collections/community.general/issues/1190).
|
||||||
|
- stackpath_compute inventory script - fix broken validation checks for client
|
||||||
|
ID and client secret (https://github.com/ansible-collections/community.general/pull/2448).
|
||||||
|
- svr4pkg - convert string to a bytes-like object to avoid ``TypeError`` with
|
||||||
|
Python 3 (https://github.com/ansible-collections/community.general/issues/2373).
|
||||||
|
- 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 - 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 - remove uses of ``use_unsafe_shell=True`` (https://github.com/ansible-collections/community.general/pull/2246).
|
||||||
|
- 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).
|
||||||
|
release_summary: Regular bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 2.5.2.yml
|
||||||
|
- 2245-proxmox_fix_agent_string_handling.yml
|
||||||
|
- 2246-terraform.yaml
|
||||||
|
- 2282-nmap-fix-cache-support.yml
|
||||||
|
- 2284-influxdb_retention_policy-fix_duration_parsing.yml
|
||||||
|
- 2284-influxdb_retention_policy-idempotence.yml
|
||||||
|
- 2329-hiera-lookup-plugin-return-type.yaml
|
||||||
|
- 2337-mark-inventory-scripts-executable.yml
|
||||||
|
- 2340-jenkins_plugin-py2.yml
|
||||||
|
- 2348-composer-no-interaction-option-discovery-to-avoid-hang.yaml
|
||||||
|
- 2349-jira-bugfix-b64decode.yml
|
||||||
|
- 2373-svr4pkg-fix-typeerror.yml
|
||||||
|
- 2407-puppet-change_stdout_to_console.yaml
|
||||||
|
- 2409-nmcli_add_slave-type_bridge_to_nmcli_command_if_type_is_bridge-slave.yml
|
||||||
|
- 2416-nmcli_compare_mac_addresses_case_insensitively.yml
|
||||||
|
- 2430-linodev4-error-message.yml
|
||||||
|
- 2435-one_vm-fix_missing_keys.yml
|
||||||
|
- 2448-stackpath_compute-fix.yml
|
||||||
|
- 2454-detect_zfs_changed.yml
|
||||||
|
- ovirt-fixup.yml
|
||||||
|
release_date: '2021-05-11'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Regular bugfix release.
|
|
|
@ -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).
|
|
|
@ -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).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- nmap inventory plugin - fix cache and constructed group support (https://github.com/ansible-collections/community.general/issues/2242).
|
|
|
@ -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).
|
|
|
@ -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).
|
|
|
@ -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).
|
|
|
@ -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).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "jenkins_plugin - fixes Python 2 compatibility issue (https://github.com/ansible-collections/community.general/pull/2340)."
|
|
|
@ -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).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- jira - fixed error when loading base64-encoded content as attachment (https://github.com/ansible-collections/community.general/pull/2349).
|
|
|
@ -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).
|
|
|
@ -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).
|
|
|
@ -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).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- nmcli - compare MAC addresses case insensitively to fix idempotency issue (https://github.com/ansible-collections/community.general/issues/2409).
|
|
|
@ -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).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- one_vm - Allow missing NIC keys (https://github.com/ansible-collections/community.general/pull/2435).
|
|
|
@ -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)."
|
|
|
@ -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).
|
|
|
@ -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)."
|
|
Loading…
Reference in New Issue