Skip to content

Commit

Permalink
Fix CHANGELOG.rst (#345)
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Mar 28, 2024
1 parent 8c852d0 commit 70442f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======
Expand Down
11 changes: 4 additions & 7 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70442f5

Please sign in to comment.