Fix CHANGELOG.rst (#345)
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>pull/313/head^2
parent
8c852d0272
commit
70442f5b85
|
@ -4,6 +4,19 @@ Ansible Utils Collection Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v4.0.0
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
Starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`.
|
||||
|
||||
Major Changes
|
||||
-------------
|
||||
|
||||
- This release mainly addresses the breaking changes in the `netaddr` library.
|
||||
- With the new release of `netaddr` 1.0.0, the `IPAddress.is_private()` method has been removed and instead, the `IPAddress.is_global()` method has been extended to support the same functionality. This change has been reflected in the `ipaddr` filter plugin.
|
||||
- Bumping `netaddr` to `>=0.10.1`, means that starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`.
|
||||
|
||||
v3.1.0
|
||||
======
|
||||
|
|
|
@ -410,13 +410,10 @@ releases:
|
|||
4.0.0:
|
||||
changes:
|
||||
major_changes:
|
||||
- This release mainly fixes the breaking changes in the `netaddr` library.
|
||||
- Removes the `IPAddress.is_private()` method and instead extends support to IPAddress.is_global() method as the replacement.(https://netaddr.readthedocs.io/en/latest/changes.html#release-1-0-0)
|
||||
- Set netaddr minimum version required to `0.10.1`
|
||||
- Bumping `netaddr` to `>=0.10.1`, means that anything lower than this would result in not using utils from next 4.0.0 release.
|
||||
- Removes compat files as we stopped testing against python 2.7.
|
||||
release_summary: Starting from this release, the minimum `netaddr` version
|
||||
this collection requires is `>=0.10.1`.
|
||||
- This release mainly addresses the breaking changes in the `netaddr` library.
|
||||
- With the new release of `netaddr` 1.0.0, the `IPAddress.is_private()` method has been removed and instead, the `IPAddress.is_global()` method has been extended to support the same functionality. This change has been reflected in the `ipaddr` filter plugin.
|
||||
- Bumping `netaddr` to `>=0.10.1`, means that starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`.
|
||||
release_summary: Starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`.
|
||||
fragments:
|
||||
- netaddr_is_private_deprecation.yaml
|
||||
- trivial_tests_updates.yaml
|
||||
|
|
Loading…
Reference in New Issue