diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b42daca80d..f6a93c3c58 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,24 @@ Community General Release Notes This changelog describes changes after version 2.0.0. +v3.3.2 +====== + +Release Summary +--------------- + +Extraordinary bugfix release to fix some annoying bugs. + +Bugfixes +-------- + +- archive - fixed task failure when using the ``remove`` option with a ``path`` containing nested files for ``format``s other than ``zip`` (https://github.com/ansible-collections/community.general/issues/2919). +- lvol - honor ``check_mode`` on thinpool (https://github.com/ansible-collections/community.general/issues/2934). +- module_helper module utils - fixed change-tracking for dictionaries and lists (https://github.com/ansible-collections/community.general/pull/2951). +- npm - correctly handle cases where a dependency does not have a ``version`` property because it is either missing or invalid (https://github.com/ansible-collections/community.general/issues/2917). +- pacman - fix changed status when ignorepkg has been defined (https://github.com/ansible-collections/community.general/issues/1758). +- snap - fixed the order of the ``--classic`` parameter in the command line invocation (https://github.com/ansible-collections/community.general/issues/2916). + v3.3.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8879005e83..b8b612b103 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1408,3 +1408,26 @@ releases: - 2912-snap-module-helper.yml - 3.3.1.yml release_date: '2021-07-01' + 3.3.2: + changes: + bugfixes: + - archive - fixed task failure when using the ``remove`` option with a ``path`` + containing nested files for ``format``s other than ``zip`` (https://github.com/ansible-collections/community.general/issues/2919). + - lvol - honor ``check_mode`` on thinpool (https://github.com/ansible-collections/community.general/issues/2934). + - module_helper module utils - fixed change-tracking for dictionaries and lists + (https://github.com/ansible-collections/community.general/pull/2951). + - npm - correctly handle cases where a dependency does not have a ``version`` + property because it is either missing or invalid (https://github.com/ansible-collections/community.general/issues/2917). + - pacman - fix changed status when ignorepkg has been defined (https://github.com/ansible-collections/community.general/issues/1758). + - snap - fixed the order of the ``--classic`` parameter in the command line + invocation (https://github.com/ansible-collections/community.general/issues/2916). + release_summary: Extraordinary bugfix release to fix some annoying bugs. + fragments: + - 2918-snap-param-order.yml + - 2923-archive-remove-bugfix.yml + - 2924-npm-fix-package-json.yml + - 2935-lvol-support_check_mode_thinpool.yml + - 2936-pacman-fix_changed_status_when_ignorepkg_has_been_defined.yml + - 2951-mh-vars-deepcopy.yml + - 3.3.2.yml + release_date: '2021-07-08' diff --git a/changelogs/fragments/2918-snap-param-order.yml b/changelogs/fragments/2918-snap-param-order.yml deleted file mode 100644 index 85b907f8b6..0000000000 --- a/changelogs/fragments/2918-snap-param-order.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - snap - fixed the order of the ``--classic`` parameter in the command line invocation (https://github.com/ansible-collections/community.general/issues/2916). diff --git a/changelogs/fragments/2923-archive-remove-bugfix.yml b/changelogs/fragments/2923-archive-remove-bugfix.yml deleted file mode 100644 index 4bef5ef459..0000000000 --- a/changelogs/fragments/2923-archive-remove-bugfix.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - archive - fixed task failure when using the ``remove`` option with a ``path`` containing nested files for - ``format``s other than ``zip`` (https://github.com/ansible-collections/community.general/issues/2919). diff --git a/changelogs/fragments/2924-npm-fix-package-json.yml b/changelogs/fragments/2924-npm-fix-package-json.yml deleted file mode 100644 index ce4a416cf7..0000000000 --- a/changelogs/fragments/2924-npm-fix-package-json.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - npm - correctly handle cases where a dependency does not have a ``version`` property because it is either missing or invalid - (https://github.com/ansible-collections/community.general/issues/2917). diff --git a/changelogs/fragments/2935-lvol-support_check_mode_thinpool.yml b/changelogs/fragments/2935-lvol-support_check_mode_thinpool.yml deleted file mode 100644 index 3efbe59860..0000000000 --- a/changelogs/fragments/2935-lvol-support_check_mode_thinpool.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - lvol - honor ``check_mode`` on thinpool (https://github.com/ansible-collections/community.general/issues/2934). diff --git a/changelogs/fragments/2936-pacman-fix_changed_status_when_ignorepkg_has_been_defined.yml b/changelogs/fragments/2936-pacman-fix_changed_status_when_ignorepkg_has_been_defined.yml deleted file mode 100644 index 815ffa4aee..0000000000 --- a/changelogs/fragments/2936-pacman-fix_changed_status_when_ignorepkg_has_been_defined.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - pacman - fix changed status when ignorepkg has been defined (https://github.com/ansible-collections/community.general/issues/1758). diff --git a/changelogs/fragments/2951-mh-vars-deepcopy.yml b/changelogs/fragments/2951-mh-vars-deepcopy.yml deleted file mode 100644 index 339cca3aa7..0000000000 --- a/changelogs/fragments/2951-mh-vars-deepcopy.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - module_helper module utils - fixed change-tracking for dictionaries and lists (https://github.com/ansible-collections/community.general/pull/2951). diff --git a/changelogs/fragments/3.3.2.yml b/changelogs/fragments/3.3.2.yml deleted file mode 100644 index 01c0a752d8..0000000000 --- a/changelogs/fragments/3.3.2.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Extraordinary bugfix release to fix some annoying bugs.