diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e63f5b11a2..39e9db4a06 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,46 @@ Community General Release Notes This changelog describes changes after version 1.0.0. +v2.5.6 +====== + +Release Summary +--------------- + +Regular bugfix release. + +Minor Changes +------------- + +- pamd - minor refactorings (https://github.com/ansible-collections/community.general/pull/3285). +- vdo - minor refactoring of the code (https://github.com/ansible-collections/community.general/pull/3191). + +Bugfixes +-------- + +- copr - fix chroot naming issues, ``centos-stream`` changed naming to ``centos-stream-`` (for exmaple ``centos-stream-8``) (https://github.com/ansible-collections/community.general/issues/2084, https://github.com/ansible-collections/community.general/pull/3237). +- launchd - use private attribute to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- logdns callback plugin - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- maven_artifact - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- memcached cache plugin - change function argument names to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- netapp module utils - remove always-true conditional to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- nmcli - added ip4/ip6 configuration arguments for ``sit`` and ``ipip`` tunnels (https://github.com/ansible-collections/community.general/issues/3238, https://github.com/ansible-collections/community.general/pull/3239). +- one_template - change function argument name to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- online inventory plugin - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- online module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- openbsd_pkg - fix crash from ``KeyError`` exception when package installs, but ``pkg_add`` returns with a non-zero exit code (https://github.com/ansible-collections/community.general/pull/3336). +- packet_device - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- packet_sshkey - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- pamd - code for ``state=updated`` when dealing with the pam module arguments, made no distinction between ``None`` and an empty list (https://github.com/ansible-collections/community.general/issues/3260). +- proxmox_kvm - clone operation should return the VMID of the target VM and not that of the source VM. This was failing when the target VM with the chosen name already existed (https://github.com/ansible-collections/community.general/pull/3266). +- saltstack connection plugin - fix function signature (https://github.com/ansible-collections/community.general/pull/3194). +- scaleway inventory script - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3195). +- scaleway module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- udm_dns_record - fixed managing of PTR records, which can never have worked before (https://github.com/ansible-collections/community.general/pull/3256). +- ufw - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). +- vbox inventory script - change function argument name to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3195). +- vdo - boolean arguments now compared with proper ``true`` and ``false`` values instead of string representations like ``"yes"`` or ``"no"`` (https://github.com/ansible-collections/community.general/pull/3191). + v2.5.5 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f6f1606a89..b935023846 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2105,3 +2105,55 @@ releases: - 3139-tss-lookup-plugin-update-to-make-compatible-with-sdk-v1.yml - 3161-openbsd-pkg-fix-regexp-matching-crash.yml release_date: '2021-08-10' + 2.5.6: + changes: + bugfixes: + - copr - fix chroot naming issues, ``centos-stream`` changed naming to ``centos-stream-`` + (for exmaple ``centos-stream-8``) (https://github.com/ansible-collections/community.general/issues/2084, + https://github.com/ansible-collections/community.general/pull/3237). + - launchd - use private attribute to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - logdns callback plugin - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - maven_artifact - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - memcached cache plugin - change function argument names to fix sanity errors + (https://github.com/ansible-collections/community.general/pull/3194). + - netapp module utils - remove always-true conditional to fix sanity errors + (https://github.com/ansible-collections/community.general/pull/3194). + - nmcli - added ip4/ip6 configuration arguments for ``sit`` and ``ipip`` tunnels + (https://github.com/ansible-collections/community.general/issues/3238, https://github.com/ansible-collections/community.general/pull/3239). + - one_template - change function argument name to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - online inventory plugin - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - online module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - openbsd_pkg - fix crash from ``KeyError`` exception when package installs, + but ``pkg_add`` returns with a non-zero exit code (https://github.com/ansible-collections/community.general/pull/3336). + - packet_device - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - packet_sshkey - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - pamd - code for ``state=updated`` when dealing with the pam module arguments, + made no distinction between ``None`` and an empty list (https://github.com/ansible-collections/community.general/issues/3260). + - proxmox_kvm - clone operation should return the VMID of the target VM and + not that of the source VM. This was failing when the target VM with the chosen + name already existed (https://github.com/ansible-collections/community.general/pull/3266). + - saltstack connection plugin - fix function signature (https://github.com/ansible-collections/community.general/pull/3194). + - scaleway inventory script - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3195). + - scaleway module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - udm_dns_record - fixed managing of PTR records, which can never have worked + before (https://github.com/ansible-collections/community.general/pull/3256). + - ufw - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194). + - vbox inventory script - change function argument name to fix sanity errors + (https://github.com/ansible-collections/community.general/pull/3195). + - vdo - boolean arguments now compared with proper ``true`` and ``false`` values + instead of string representations like ``"yes"`` or ``"no"`` (https://github.com/ansible-collections/community.general/pull/3191). + minor_changes: + - pamd - minor refactorings (https://github.com/ansible-collections/community.general/pull/3285). + - vdo - minor refactoring of the code (https://github.com/ansible-collections/community.general/pull/3191). + release_summary: Regular bugfix release. + fragments: + - 2.5.6.yml + - 3191-vdo-refactor.yml + - 3194-sanity.yml + - 3237-copr-fix_chroot_naming.yml + - 3239-nmcli-sit-ipip-config-bugfix.yaml + - 3256-fix-ptr-handling-in-udm_dns_record.yml + - 3266-vmid-existing-target-clone.yml + - 3285-pamd-updated-with-empty-args.yaml + - 3336-openbsd_pkg-fix-KeyError.yml + release_date: '2021-09-21' diff --git a/changelogs/fragments/2.5.6.yml b/changelogs/fragments/2.5.6.yml deleted file mode 100644 index 1b14bd80d1..0000000000 --- a/changelogs/fragments/2.5.6.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/3191-vdo-refactor.yml b/changelogs/fragments/3191-vdo-refactor.yml deleted file mode 100644 index fe3fcfe7b1..0000000000 --- a/changelogs/fragments/3191-vdo-refactor.yml +++ /dev/null @@ -1,4 +0,0 @@ -minor_changes: - - vdo - minor refactoring of the code (https://github.com/ansible-collections/community.general/pull/3191). -bugfixes: - - vdo - boolean arguments now compared with proper ``true`` and ``false`` values instead of string representations like ``"yes"`` or ``"no"`` (https://github.com/ansible-collections/community.general/pull/3191). diff --git a/changelogs/fragments/3194-sanity.yml b/changelogs/fragments/3194-sanity.yml deleted file mode 100644 index 1e0150cd31..0000000000 --- a/changelogs/fragments/3194-sanity.yml +++ /dev/null @@ -1,16 +0,0 @@ -bugfixes: -- "memcached cache plugin - change function argument names to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "logdns callback plugin - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "saltstack connection plugin - fix function signature (https://github.com/ansible-collections/community.general/pull/3194)." -- "online inventory plugin - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "netapp module utils - remove always-true conditional to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "online module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "scaleway module utils - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "one_template - change function argument name to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "packet_device - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "packet_sshkey - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "maven_artifact - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "launchd - use private attribute to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "ufw - use generator to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3194)." -- "scaleway inventory script - improve split call to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3195)." -- "vbox inventory script - change function argument name to fix sanity errors (https://github.com/ansible-collections/community.general/pull/3195)." diff --git a/changelogs/fragments/3237-copr-fix_chroot_naming.yml b/changelogs/fragments/3237-copr-fix_chroot_naming.yml deleted file mode 100644 index 7a942bc94e..0000000000 --- a/changelogs/fragments/3237-copr-fix_chroot_naming.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - copr - fix chroot naming issues, ``centos-stream`` changed naming to ``centos-stream-`` (for exmaple ``centos-stream-8``) (https://github.com/ansible-collections/community.general/issues/2084, https://github.com/ansible-collections/community.general/pull/3237). \ No newline at end of file diff --git a/changelogs/fragments/3239-nmcli-sit-ipip-config-bugfix.yaml b/changelogs/fragments/3239-nmcli-sit-ipip-config-bugfix.yaml deleted file mode 100644 index 78a172342e..0000000000 --- a/changelogs/fragments/3239-nmcli-sit-ipip-config-bugfix.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "nmcli - added ip4/ip6 configuration arguments for ``sit`` and ``ipip`` tunnels (https://github.com/ansible-collections/community.general/issues/3238, https://github.com/ansible-collections/community.general/pull/3239)." diff --git a/changelogs/fragments/3256-fix-ptr-handling-in-udm_dns_record.yml b/changelogs/fragments/3256-fix-ptr-handling-in-udm_dns_record.yml deleted file mode 100644 index 141a31349f..0000000000 --- a/changelogs/fragments/3256-fix-ptr-handling-in-udm_dns_record.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - udm_dns_record - fixed managing of PTR records, which can never have worked before (https://github.com/ansible-collections/community.general/pull/3256). diff --git a/changelogs/fragments/3266-vmid-existing-target-clone.yml b/changelogs/fragments/3266-vmid-existing-target-clone.yml deleted file mode 100644 index 5ff59f5311..0000000000 --- a/changelogs/fragments/3266-vmid-existing-target-clone.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - proxmox_kvm - clone operation should return the VMID of the target VM and not that of the source VM. - This was failing when the target VM with the chosen name already existed (https://github.com/ansible-collections/community.general/pull/3266). \ No newline at end of file diff --git a/changelogs/fragments/3285-pamd-updated-with-empty-args.yaml b/changelogs/fragments/3285-pamd-updated-with-empty-args.yaml deleted file mode 100644 index 1c176dfdc3..0000000000 --- a/changelogs/fragments/3285-pamd-updated-with-empty-args.yaml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - pamd - code for ``state=updated`` when dealing with the pam module arguments, made no distinction between ``None`` and an empty list (https://github.com/ansible-collections/community.general/issues/3260). -minor_changes: - - pamd - minor refactorings (https://github.com/ansible-collections/community.general/pull/3285). diff --git a/changelogs/fragments/3336-openbsd_pkg-fix-KeyError.yml b/changelogs/fragments/3336-openbsd_pkg-fix-KeyError.yml deleted file mode 100644 index 7f10c186dd..0000000000 --- a/changelogs/fragments/3336-openbsd_pkg-fix-KeyError.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -bugfixes: - - openbsd_pkg - fix crash from ``KeyError`` exception when package installs, - but ``pkg_add`` returns with a non-zero exit code - (https://github.com/ansible-collections/community.general/pull/3336).