mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-16 07:30:32 -07:00
Release 3.0.2.
This commit is contained in:
parent
a722e038cc
commit
80fbcf2f98
5 changed files with 28 additions and 5 deletions
|
@ -6,6 +6,20 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 2.0.0.
|
This changelog describes changes after version 2.0.0.
|
||||||
|
|
||||||
|
v3.0.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release for the first Ansible 4.0.0 release candidate.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- stackpath_compute inventory script - fix broken validation checks for client ID and client secret (https://github.com/ansible-collections/community.general/pull/2448).
|
||||||
|
- 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).
|
||||||
|
|
||||||
v3.0.1
|
v3.0.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1010,3 +1010,17 @@ releases:
|
||||||
- 2435-one_vm-fix_missing_keys.yml
|
- 2435-one_vm-fix_missing_keys.yml
|
||||||
- 3.0.1.yml
|
- 3.0.1.yml
|
||||||
release_date: '2021-05-04'
|
release_date: '2021-05-04'
|
||||||
|
3.0.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- stackpath_compute inventory script - fix broken validation checks for client
|
||||||
|
ID and client secret (https://github.com/ansible-collections/community.general/pull/2448).
|
||||||
|
- 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: Bugfix release for the first Ansible 4.0.0 release candidate.
|
||||||
|
fragments:
|
||||||
|
- 2448-stackpath_compute-fix.yml
|
||||||
|
- 2454-detect_zfs_changed.yml
|
||||||
|
- 3.0.2.yml
|
||||||
|
release_date: '2021-05-11'
|
||||||
|
|
|
@ -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 +0,0 @@
|
||||||
release_summary: Bugfix release for the first Ansible 4.0.0 release candidate.
|
|
Loading…
Add table
Reference in a new issue