Skip to content

Commit 16ffb4b

Browse files
committed
Release 3.8.2.
1 parent 31c3865 commit 16ffb4b

9 files changed

Lines changed: 44 additions & 18 deletions

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.8.2
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- counter_enabled callback plugin - fix output to correctly display host and task counters in serial mode (https://github.com/ansible-collections/community.general/pull/3709).
21+
- ldap_search - allow it to be used even in check mode (https://github.com/ansible-collections/community.general/issues/3619).
22+
- lvol - allows logical volumes to be created with certain size arguments prefixed with ``+`` to preserve behavior of older versions of this module (https://github.com/ansible-collections/community.general/issues/3665).
23+
- nmcli - fixed falsely reported changed status when ``mtu`` is omitted with ``dummy`` connections (https://github.com/ansible-collections/community.general/issues/3612, https://github.com/ansible-collections/community.general/pull/3625).
24+
- terraform - fix command options being ignored during planned/plan in function ``build_plan`` such as ``lock`` or ``lock_timeout`` (https://github.com/ansible-collections/community.general/issues/3707, https://github.com/ansible-collections/community.general/pull/3726).
25+
- xattr - fix exception caused by ``_run_xattr()`` raising a ``ValueError`` due to a mishandling of base64-encoded value (https://github.com/ansible-collections/community.general/issues/3673).
26+
927
v3.8.1
1028
======
1129

changelogs/changelog.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,3 +1978,29 @@ releases:
19781978
- 3626-fix-one_image-error.yml
19791979
- 3649-proxmox_group_info_TypeError.yml
19801980
release_date: '2021-11-02'
1981+
3.8.2:
1982+
changes:
1983+
bugfixes:
1984+
- counter_enabled callback plugin - fix output to correctly display host and
1985+
task counters in serial mode (https://github.com/ansible-collections/community.general/pull/3709).
1986+
- ldap_search - allow it to be used even in check mode (https://github.com/ansible-collections/community.general/issues/3619).
1987+
- lvol - allows logical volumes to be created with certain size arguments prefixed
1988+
with ``+`` to preserve behavior of older versions of this module (https://github.com/ansible-collections/community.general/issues/3665).
1989+
- nmcli - fixed falsely reported changed status when ``mtu`` is omitted with
1990+
``dummy`` connections (https://github.com/ansible-collections/community.general/issues/3612,
1991+
https://github.com/ansible-collections/community.general/pull/3625).
1992+
- terraform - fix command options being ignored during planned/plan in function
1993+
``build_plan`` such as ``lock`` or ``lock_timeout`` (https://github.com/ansible-collections/community.general/issues/3707,
1994+
https://github.com/ansible-collections/community.general/pull/3726).
1995+
- xattr - fix exception caused by ``_run_xattr()`` raising a ``ValueError``
1996+
due to a mishandling of base64-encoded value (https://github.com/ansible-collections/community.general/issues/3673).
1997+
release_summary: Regular bugfix release.
1998+
fragments:
1999+
- 3.8.2.yml
2000+
- 3625-nmcli_false_changed_mtu_fix.yml
2001+
- 3667-ldap_search.yml
2002+
- 3675-xattr-handle-base64-values.yml
2003+
- 3681-lvol-fix-create.yml
2004+
- 3709-support-batch-mode.yml
2005+
- 3726-terraform-missing-parameters-planned-fix.yml
2006+
release_date: '2021-11-23'

changelogs/fragments/3.8.2.yml

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

changelogs/fragments/3625-nmcli_false_changed_mtu_fix.yml

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

changelogs/fragments/3667-ldap_search.yml

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

changelogs/fragments/3675-xattr-handle-base64-values.yml

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

changelogs/fragments/3681-lvol-fix-create.yml

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

changelogs/fragments/3709-support-batch-mode.yml

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

changelogs/fragments/3726-terraform-missing-parameters-planned-fix.yml

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

0 commit comments

Comments
 (0)