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 <nilashishchakraborty8@gmail.com>pull/154/head^2 2.5.2
parent
0716010fe3
commit
5eba64f8de
|
@ -4,6 +4,16 @@ Ansible Utils Collection Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v2.5.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -232,3 +232,12 @@ releases:
|
||||||
- minor_doc_update.yaml
|
- minor_doc_update.yaml
|
||||||
- unit_test_container_venv.yaml
|
- unit_test_container_venv.yaml
|
||||||
release_date: '2022-03-01'
|
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'
|
||||||
|
|
|
@ -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).
|
|
Loading…
Reference in New Issue