From 839336c21d9298618ae6f12df5c882d895f222d4 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 11 Sep 2023 19:05:43 +0200 Subject: [PATCH] Release 6.6.5. --- CHANGELOG.rst | 23 ++++++++++++++++ changelogs/changelog.yaml | 27 +++++++++++++++++++ changelogs/fragments/6.6.5.yml | 1 - .../7104_fix_lxc_remoteaddr_default.yml | 2 -- .../7125-fix-inappropriate-comparison.yml | 2 -- ...e-validate-certs-parameter-is-honoured.yml | 2 -- .../7161-fix-incorrect-post-parameter.yml | 2 -- .../7180-make_params_without_value.yml | 2 -- .../fragments/7200-cmd-runner-abs-path.yml | 2 -- .../fragments/7219-fix-nsupdate-cname.yaml | 2 -- 10 files changed, 50 insertions(+), 15 deletions(-) delete mode 100644 changelogs/fragments/6.6.5.yml delete mode 100644 changelogs/fragments/7104_fix_lxc_remoteaddr_default.yml delete mode 100644 changelogs/fragments/7125-fix-inappropriate-comparison.yml delete mode 100644 changelogs/fragments/7156-ensure-validate-certs-parameter-is-honoured.yml delete mode 100644 changelogs/fragments/7161-fix-incorrect-post-parameter.yml delete mode 100644 changelogs/fragments/7180-make_params_without_value.yml delete mode 100644 changelogs/fragments/7200-cmd-runner-abs-path.yml delete mode 100644 changelogs/fragments/7219-fix-nsupdate-cname.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 36bceceb03..b40d99c58b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,29 @@ Community General Release Notes This changelog describes changes after version 5.0.0. +v6.6.5 +====== + +Release Summary +--------------- + +Regular bugfix release. + +Minor Changes +------------- + +- make - allows ``params`` to be used without value (https://github.com/ansible-collections/community.general/pull/7180). +- pritunl module utils - ensure ``validate_certs`` parameter is honoured in all methods (https://github.com/ansible-collections/community.general/pull/7156). + +Bugfixes +-------- + +- CmdRunner module utils - does not attempt to resolve path if executable is a relative or absolute path (https://github.com/ansible-collections/community.general/pull/7200). +- lxc connection plugin - now handles ``remote_addr`` defaulting to ``inventory_hostname`` correctly (https://github.com/ansible-collections/community.general/pull/7104). +- nsupdate - fix a possible ``list index out of range`` exception (https://github.com/ansible-collections/community.general/issues/836). +- oci_utils module util - fix inappropriate logical comparison expressions and makes them simpler. The previous checks had logical short circuits (https://github.com/ansible-collections/community.general/pull/7125). +- pritunl module utils - fix incorrect URL parameter for orgnization add method (https://github.com/ansible-collections/community.general/pull/7161). + v6.6.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 29df3e881b..e903e10fdd 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1530,3 +1530,30 @@ releases: - 7081-redfish-utils-fix-for-storagecontrollers-deprecated-key.yaml - 7085-sanity.yml release_date: '2023-08-13' + 6.6.5: + changes: + bugfixes: + - CmdRunner module utils - does not attempt to resolve path if executable is + a relative or absolute path (https://github.com/ansible-collections/community.general/pull/7200). + - lxc connection plugin - now handles ``remote_addr`` defaulting to ``inventory_hostname`` + correctly (https://github.com/ansible-collections/community.general/pull/7104). + - nsupdate - fix a possible ``list index out of range`` exception (https://github.com/ansible-collections/community.general/issues/836). + - oci_utils module util - fix inappropriate logical comparison expressions and + makes them simpler. The previous checks had logical short circuits (https://github.com/ansible-collections/community.general/pull/7125). + - pritunl module utils - fix incorrect URL parameter for orgnization add method + (https://github.com/ansible-collections/community.general/pull/7161). + minor_changes: + - make - allows ``params`` to be used without value (https://github.com/ansible-collections/community.general/pull/7180). + - pritunl module utils - ensure ``validate_certs`` parameter is honoured in + all methods (https://github.com/ansible-collections/community.general/pull/7156). + release_summary: Regular bugfix release. + fragments: + - 6.6.5.yml + - 7104_fix_lxc_remoteaddr_default.yml + - 7125-fix-inappropriate-comparison.yml + - 7156-ensure-validate-certs-parameter-is-honoured.yml + - 7161-fix-incorrect-post-parameter.yml + - 7180-make_params_without_value.yml + - 7200-cmd-runner-abs-path.yml + - 7219-fix-nsupdate-cname.yaml + release_date: '2023-09-11' diff --git a/changelogs/fragments/6.6.5.yml b/changelogs/fragments/6.6.5.yml deleted file mode 100644 index 1b14bd80d1..0000000000 --- a/changelogs/fragments/6.6.5.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/7104_fix_lxc_remoteaddr_default.yml b/changelogs/fragments/7104_fix_lxc_remoteaddr_default.yml deleted file mode 100644 index 71092b6bb3..0000000000 --- a/changelogs/fragments/7104_fix_lxc_remoteaddr_default.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "lxc connection plugin - now handles ``remote_addr`` defaulting to ``inventory_hostname`` correctly (https://github.com/ansible-collections/community.general/pull/7104)." diff --git a/changelogs/fragments/7125-fix-inappropriate-comparison.yml b/changelogs/fragments/7125-fix-inappropriate-comparison.yml deleted file mode 100644 index 7bcfb1edd5..0000000000 --- a/changelogs/fragments/7125-fix-inappropriate-comparison.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - oci_utils module util - fix inappropriate logical comparison expressions and makes them simpler. The previous checks had logical short circuits (https://github.com/ansible-collections/community.general/pull/7125). diff --git a/changelogs/fragments/7156-ensure-validate-certs-parameter-is-honoured.yml b/changelogs/fragments/7156-ensure-validate-certs-parameter-is-honoured.yml deleted file mode 100644 index 630b2ec885..0000000000 --- a/changelogs/fragments/7156-ensure-validate-certs-parameter-is-honoured.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- pritunl module utils - ensure ``validate_certs`` parameter is honoured in all methods (https://github.com/ansible-collections/community.general/pull/7156). diff --git a/changelogs/fragments/7161-fix-incorrect-post-parameter.yml b/changelogs/fragments/7161-fix-incorrect-post-parameter.yml deleted file mode 100644 index ce2359a623..0000000000 --- a/changelogs/fragments/7161-fix-incorrect-post-parameter.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- pritunl module utils - fix incorrect URL parameter for orgnization add method (https://github.com/ansible-collections/community.general/pull/7161). diff --git a/changelogs/fragments/7180-make_params_without_value.yml b/changelogs/fragments/7180-make_params_without_value.yml deleted file mode 100644 index 114b5b48c8..0000000000 --- a/changelogs/fragments/7180-make_params_without_value.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - make - allows ``params`` to be used without value (https://github.com/ansible-collections/community.general/pull/7180). diff --git a/changelogs/fragments/7200-cmd-runner-abs-path.yml b/changelogs/fragments/7200-cmd-runner-abs-path.yml deleted file mode 100644 index 78c990c139..0000000000 --- a/changelogs/fragments/7200-cmd-runner-abs-path.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - CmdRunner module utils - does not attempt to resolve path if executable is a relative or absolute path (https://github.com/ansible-collections/community.general/pull/7200). diff --git a/changelogs/fragments/7219-fix-nsupdate-cname.yaml b/changelogs/fragments/7219-fix-nsupdate-cname.yaml deleted file mode 100644 index bd58eb883f..0000000000 --- a/changelogs/fragments/7219-fix-nsupdate-cname.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - nsupdate - fix a possible ``list index out of range`` exception (https://github.com/ansible-collections/community.general/issues/836).