Skip to content

Commit 3197ef2

Browse files
committed
Release 3.3.2.
1 parent 5f971e6 commit 3197ef2

9 files changed

+41
-18
lines changed

CHANGELOG.rst

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

77
This changelog describes changes after version 2.0.0.
88

9+
v3.3.2
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Extraordinary bugfix release to fix some annoying bugs.
16+
17+
Bugfixes
18+
--------
19+
20+
- 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).
21+
- lvol - honor ``check_mode`` on thinpool (https://github.com/ansible-collections/community.general/issues/2934).
22+
- module_helper module utils - fixed change-tracking for dictionaries and lists (https://github.com/ansible-collections/community.general/pull/2951).
23+
- 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).
24+
- pacman - fix changed status when ignorepkg has been defined (https://github.com/ansible-collections/community.general/issues/1758).
25+
- snap - fixed the order of the ``--classic`` parameter in the command line invocation (https://github.com/ansible-collections/community.general/issues/2916).
26+
927
v3.3.1
1028
======
1129

changelogs/changelog.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,3 +1408,26 @@ releases:
14081408
- 2912-snap-module-helper.yml
14091409
- 3.3.1.yml
14101410
release_date: '2021-07-01'
1411+
3.3.2:
1412+
changes:
1413+
bugfixes:
1414+
- archive - fixed task failure when using the ``remove`` option with a ``path``
1415+
containing nested files for ``format``s other than ``zip`` (https://github.com/ansible-collections/community.general/issues/2919).
1416+
- lvol - honor ``check_mode`` on thinpool (https://github.com/ansible-collections/community.general/issues/2934).
1417+
- module_helper module utils - fixed change-tracking for dictionaries and lists
1418+
(https://github.com/ansible-collections/community.general/pull/2951).
1419+
- npm - correctly handle cases where a dependency does not have a ``version``
1420+
property because it is either missing or invalid (https://github.com/ansible-collections/community.general/issues/2917).
1421+
- pacman - fix changed status when ignorepkg has been defined (https://github.com/ansible-collections/community.general/issues/1758).
1422+
- snap - fixed the order of the ``--classic`` parameter in the command line
1423+
invocation (https://github.com/ansible-collections/community.general/issues/2916).
1424+
release_summary: Extraordinary bugfix release to fix some annoying bugs.
1425+
fragments:
1426+
- 2918-snap-param-order.yml
1427+
- 2923-archive-remove-bugfix.yml
1428+
- 2924-npm-fix-package-json.yml
1429+
- 2935-lvol-support_check_mode_thinpool.yml
1430+
- 2936-pacman-fix_changed_status_when_ignorepkg_has_been_defined.yml
1431+
- 2951-mh-vars-deepcopy.yml
1432+
- 3.3.2.yml
1433+
release_date: '2021-07-08'

changelogs/fragments/2918-snap-param-order.yml

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

changelogs/fragments/2923-archive-remove-bugfix.yml

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

changelogs/fragments/2924-npm-fix-package-json.yml

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

changelogs/fragments/2935-lvol-support_check_mode_thinpool.yml

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

changelogs/fragments/2936-pacman-fix_changed_status_when_ignorepkg_has_been_defined.yml

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

changelogs/fragments/2951-mh-vars-deepcopy.yml

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

changelogs/fragments/3.3.2.yml

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

0 commit comments

Comments
 (0)