From 80fbcf2f989564480567c208ff131c51983332fa Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 11 May 2021 07:08:11 +0200 Subject: [PATCH] Release 3.0.2. --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ .../fragments/2448-stackpath_compute-fix.yml | 2 -- changelogs/fragments/2454-detect_zfs_changed.yml | 2 -- changelogs/fragments/3.0.2.yml | 1 - 5 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/2448-stackpath_compute-fix.yml delete mode 100644 changelogs/fragments/2454-detect_zfs_changed.yml delete mode 100644 changelogs/fragments/3.0.2.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 42e68508ad..ba15b4e7a4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,20 @@ Community General Release Notes 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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a7354e47b2..600b51463b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1010,3 +1010,17 @@ releases: - 2435-one_vm-fix_missing_keys.yml - 3.0.1.yml 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' diff --git a/changelogs/fragments/2448-stackpath_compute-fix.yml b/changelogs/fragments/2448-stackpath_compute-fix.yml deleted file mode 100644 index 196db780b1..0000000000 --- a/changelogs/fragments/2448-stackpath_compute-fix.yml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/2454-detect_zfs_changed.yml b/changelogs/fragments/2454-detect_zfs_changed.yml deleted file mode 100644 index 0604278f6b..0000000000 --- a/changelogs/fragments/2454-detect_zfs_changed.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/3.0.2.yml b/changelogs/fragments/3.0.2.yml deleted file mode 100644 index fbd0669c36..0000000000 --- a/changelogs/fragments/3.0.2.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release for the first Ansible 4.0.0 release candidate.