diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 75b440d7ac..2acf734458 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,29 @@ Community General Release Notes This changelog describes changes after version 2.0.0. +v3.8.3 +====== + +Release Summary +--------------- + +Regular bugfix release. + +Minor Changes +------------- + +- 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). + +Bugfixes +-------- + +- interfaces_file - fixed the check for existing option in interface (https://github.com/ansible-collections/community.general/issues/3841). +- 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). +- nmcli - pass ``flags``, ``ingress``, ``egress`` params to ``nmcli`` (https://github.com/ansible-collections/community.general/issues/1086). +- opentelemetry_plugin - honour ``ignore_errors`` when a task has failed instead of reporting an error (https://github.com/ansible-collections/community.general/pull/3837). +- pipx - passes the correct command line option ``--include-apps`` (https://github.com/ansible-collections/community.general/issues/3791). +- proxmox - fixed ``onboot`` parameter causing module failures when undefined (https://github.com/ansible-collections/community.general/issues/3844). + v3.8.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 458349df0c..d37fd17409 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2004,3 +2004,29 @@ releases: - 3709-support-batch-mode.yml - 3726-terraform-missing-parameters-planned-fix.yml release_date: '2021-11-23' + 3.8.3: + changes: + bugfixes: + - interfaces_file - fixed the check for existing option in interface (https://github.com/ansible-collections/community.general/issues/3841). + - 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). + - nmcli - pass ``flags``, ``ingress``, ``egress`` params to ``nmcli`` (https://github.com/ansible-collections/community.general/issues/1086). + - opentelemetry_plugin - honour ``ignore_errors`` when a task has failed instead + of reporting an error (https://github.com/ansible-collections/community.general/pull/3837). + - pipx - passes the correct command line option ``--include-apps`` (https://github.com/ansible-collections/community.general/issues/3791). + - proxmox - fixed ``onboot`` parameter causing module failures when undefined + (https://github.com/ansible-collections/community.general/issues/3844). + minor_changes: + - 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). + release_summary: Regular bugfix release. + fragments: + - 3.8.3.yml + - 3768-nmcli_fix_changed_when_no_mask_set.yml + - 3798-fix-lxd-connection-option-vars-support.yml + - 3800-pipx-include-apps.yaml + - 3837-opentelemetry_plugin-honour_ignore_errors.yaml + - 3862-interfaces-file-fix-dup-option.yaml + - 3874-proxmox-fix-onboot-param.yml + - 3896-nmcli_vlan_missing_options.yaml + release_date: '2021-12-14' diff --git a/changelogs/fragments/3.8.3.yml b/changelogs/fragments/3.8.3.yml deleted file mode 100644 index 1b14bd80d1..0000000000 --- a/changelogs/fragments/3.8.3.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/3768-nmcli_fix_changed_when_no_mask_set.yml b/changelogs/fragments/3768-nmcli_fix_changed_when_no_mask_set.yml deleted file mode 100644 index 0ea7298ba1..0000000000 --- a/changelogs/fragments/3768-nmcli_fix_changed_when_no_mask_set.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - 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). \ No newline at end of file diff --git a/changelogs/fragments/3798-fix-lxd-connection-option-vars-support.yml b/changelogs/fragments/3798-fix-lxd-connection-option-vars-support.yml deleted file mode 100644 index 799929a887..0000000000 --- a/changelogs/fragments/3798-fix-lxd-connection-option-vars-support.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -minor_changes: - - 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). diff --git a/changelogs/fragments/3800-pipx-include-apps.yaml b/changelogs/fragments/3800-pipx-include-apps.yaml deleted file mode 100644 index 49113ed450..0000000000 --- a/changelogs/fragments/3800-pipx-include-apps.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - pipx - passes the correct command line option ``--include-apps`` (https://github.com/ansible-collections/community.general/issues/3791). diff --git a/changelogs/fragments/3837-opentelemetry_plugin-honour_ignore_errors.yaml b/changelogs/fragments/3837-opentelemetry_plugin-honour_ignore_errors.yaml deleted file mode 100644 index 2f33f45eec..0000000000 --- a/changelogs/fragments/3837-opentelemetry_plugin-honour_ignore_errors.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - opentelemetry_plugin - honour ``ignore_errors`` when a task has failed instead of reporting an error (https://github.com/ansible-collections/community.general/pull/3837). diff --git a/changelogs/fragments/3862-interfaces-file-fix-dup-option.yaml b/changelogs/fragments/3862-interfaces-file-fix-dup-option.yaml deleted file mode 100644 index 54cf17bf7d..0000000000 --- a/changelogs/fragments/3862-interfaces-file-fix-dup-option.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - interfaces_file - fixed the check for existing option in interface (https://github.com/ansible-collections/community.general/issues/3841). diff --git a/changelogs/fragments/3874-proxmox-fix-onboot-param.yml b/changelogs/fragments/3874-proxmox-fix-onboot-param.yml deleted file mode 100644 index 705174dd5d..0000000000 --- a/changelogs/fragments/3874-proxmox-fix-onboot-param.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - proxmox - fixed ``onboot`` parameter causing module failures when undefined - (https://github.com/ansible-collections/community.general/issues/3844). diff --git a/changelogs/fragments/3896-nmcli_vlan_missing_options.yaml b/changelogs/fragments/3896-nmcli_vlan_missing_options.yaml deleted file mode 100644 index 8fab1ac37c..0000000000 --- a/changelogs/fragments/3896-nmcli_vlan_missing_options.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - nmcli - pass ``flags``, ``ingress``, ``egress`` params to ``nmcli`` (https://github.com/ansible-collections/community.general/issues/1086).