Skip to content

Commit 27c094a

Browse files
committed
Release 3.8.3.
1 parent 86a5b4f commit 27c094a

10 files changed

Lines changed: 49 additions & 21 deletions

CHANGELOG.rst

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

77
This changelog describes changes after version 2.0.0.
88

9+
v3.8.3
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Minor Changes
18+
-------------
19+
20+
- lxd connection plugin - make sure that ``ansible_lxd_host``, ``ansible_executable``, and ``ansible_lxd_executable`` work (https://github.com/ansible-collections/community.general/pull/3798).
21+
22+
Bugfixes
23+
--------
24+
25+
- interfaces_file - fixed the check for existing option in interface (https://github.com/ansible-collections/community.general/issues/3841).
26+
- nmcli - fix returning "changed" when no mask set for IPv4 or IPv6 addresses on task rerun (https://github.com/ansible-collections/community.general/issues/3768).
27+
- nmcli - pass ``flags``, ``ingress``, ``egress`` params to ``nmcli`` (https://github.com/ansible-collections/community.general/issues/1086).
28+
- opentelemetry_plugin - honour ``ignore_errors`` when a task has failed instead of reporting an error (https://github.com/ansible-collections/community.general/pull/3837).
29+
- pipx - passes the correct command line option ``--include-apps`` (https://github.com/ansible-collections/community.general/issues/3791).
30+
- proxmox - fixed ``onboot`` parameter causing module failures when undefined (https://github.com/ansible-collections/community.general/issues/3844).
31+
932
v3.8.2
1033
======
1134

changelogs/changelog.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,3 +2004,29 @@ releases:
20042004
- 3709-support-batch-mode.yml
20052005
- 3726-terraform-missing-parameters-planned-fix.yml
20062006
release_date: '2021-11-23'
2007+
3.8.3:
2008+
changes:
2009+
bugfixes:
2010+
- interfaces_file - fixed the check for existing option in interface (https://github.com/ansible-collections/community.general/issues/3841).
2011+
- nmcli - fix returning "changed" when no mask set for IPv4 or IPv6 addresses
2012+
on task rerun (https://github.com/ansible-collections/community.general/issues/3768).
2013+
- nmcli - pass ``flags``, ``ingress``, ``egress`` params to ``nmcli`` (https://github.com/ansible-collections/community.general/issues/1086).
2014+
- opentelemetry_plugin - honour ``ignore_errors`` when a task has failed instead
2015+
of reporting an error (https://github.com/ansible-collections/community.general/pull/3837).
2016+
- pipx - passes the correct command line option ``--include-apps`` (https://github.com/ansible-collections/community.general/issues/3791).
2017+
- proxmox - fixed ``onboot`` parameter causing module failures when undefined
2018+
(https://github.com/ansible-collections/community.general/issues/3844).
2019+
minor_changes:
2020+
- lxd connection plugin - make sure that ``ansible_lxd_host``, ``ansible_executable``,
2021+
and ``ansible_lxd_executable`` work (https://github.com/ansible-collections/community.general/pull/3798).
2022+
release_summary: Regular bugfix release.
2023+
fragments:
2024+
- 3.8.3.yml
2025+
- 3768-nmcli_fix_changed_when_no_mask_set.yml
2026+
- 3798-fix-lxd-connection-option-vars-support.yml
2027+
- 3800-pipx-include-apps.yaml
2028+
- 3837-opentelemetry_plugin-honour_ignore_errors.yaml
2029+
- 3862-interfaces-file-fix-dup-option.yaml
2030+
- 3874-proxmox-fix-onboot-param.yml
2031+
- 3896-nmcli_vlan_missing_options.yaml
2032+
release_date: '2021-12-14'

changelogs/fragments/3.8.3.yml

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

changelogs/fragments/3768-nmcli_fix_changed_when_no_mask_set.yml

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

changelogs/fragments/3798-fix-lxd-connection-option-vars-support.yml

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

changelogs/fragments/3800-pipx-include-apps.yaml

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

changelogs/fragments/3837-opentelemetry_plugin-honour_ignore_errors.yaml

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

changelogs/fragments/3862-interfaces-file-fix-dup-option.yaml

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

changelogs/fragments/3874-proxmox-fix-onboot-param.yml

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

changelogs/fragments/3896-nmcli_vlan_missing_options.yaml

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

0 commit comments

Comments
 (0)