From 5eba64f8de1963966debdb6c650f99e4a8cfd173 Mon Sep 17 00:00:00 2001 From: Ashwini Mhatre Date: Fri, 4 Mar 2022 19:52:44 +0530 Subject: [PATCH] Prepare for release utils 2.5.2 (#150) Prepare for release utils 2.5.2 SUMMARY ISSUE TYPE Docs Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Nilashish Chakraborty --- CHANGELOG.rst | 10 ++++++++++ changelogs/changelog.yaml | 9 +++++++++ changelogs/fragments/bugfix_ipaddr_filter.yaml | 5 ----- 3 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/bugfix_ipaddr_filter.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3075216..c2ee101 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,16 @@ Ansible Utils Collection Release Notes .. contents:: Topics +v2.5.2 +====== + +Bugfixes +-------- + +- Fix issue in ipaddr,ipv4,ipv6,ipwrap filters.(https://github.com/ansible-collections/ansible.utils/issues/148). +- ipaddr - Add valid network for link-local (https://github.com/ansible-collections/ansible.netcommon/issues/350). +- ipaddr - Fix issue of breaking ipaddr filter with netcommon 2.6.0(https://github.com/ansible-collections/ansible.netcommon/issues/375). + v2.5.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fa84e32..45f74bc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -232,3 +232,12 @@ releases: - minor_doc_update.yaml - unit_test_container_venv.yaml release_date: '2022-03-01' + 2.5.2: + changes: + bugfixes: + - Fix issue in ipaddr,ipv4,ipv6,ipwrap filters.(https://github.com/ansible-collections/ansible.utils/issues/148). + - ipaddr - Add valid network for link-local (https://github.com/ansible-collections/ansible.netcommon/issues/350). + - ipaddr - Fix issue of breaking ipaddr filter with netcommon 2.6.0(https://github.com/ansible-collections/ansible.netcommon/issues/375). + fragments: + - bugfix_ipaddr_filter.yaml + release_date: '2022-03-04' diff --git a/changelogs/fragments/bugfix_ipaddr_filter.yaml b/changelogs/fragments/bugfix_ipaddr_filter.yaml deleted file mode 100644 index 4db67b7..0000000 --- a/changelogs/fragments/bugfix_ipaddr_filter.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -bugfixes: - - Fix issue in ipaddr,ipv4,ipv6,ipwrap filters.(https://github.com/ansible-collections/ansible.utils/issues/148). - - ipaddr - Fix issue of breaking ipaddr filter with netcommon 2.6.0(https://github.com/ansible-collections/ansible.netcommon/issues/375). - - ipaddr - Add valid network for link-local (https://github.com/ansible-collections/ansible.netcommon/issues/350).