You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Prepare release 4.1.0
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* review changes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
In the last release (`v4.0.0`), we bumped the minimum required `netaddr` version to be `>=0.10.1`. However, since `netaddr>=0.10.1` is not yet available in many sources other than PyPI, we have temporarily added a fallback method to support the `ipaddr` filter with older `netaddr` versions with this release. Once the latest `netaddr` is available in all major sources, we will deprecate this support and eventually remove it.
14
+
7
15
v4.0.0
8
16
======
9
17
10
18
Release Summary
11
19
---------------
20
+
12
21
Starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`.
13
22
14
23
Major Changes
15
24
-------------
16
25
26
+
- Bumping `netaddr` to `>=0.10.1`, means that starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`.
17
27
- This release mainly addresses the breaking changes in the `netaddr` library.
18
28
- 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.
19
-
- Bumping `netaddr` to `>=0.10.1`, means that starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`.
- description: Find the difference between currently set facts
378
-
name: fact_diff
379
-
namespace: null
380
-
release_date: "2023-11-27"
381
381
3.0.0:
382
382
changes:
383
383
major_changes:
@@ -410,11 +410,29 @@ releases:
410
410
4.0.0:
411
411
changes:
412
412
major_changes:
413
+
- Bumping `netaddr` to `>=0.10.1`, means that starting from this release, the
414
+
minimum `netaddr` version this collection requires is `>=0.10.1`.
413
415
- This release mainly addresses the breaking changes in the `netaddr` library.
414
-
- 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.
415
-
- Bumping `netaddr` to `>=0.10.1`, means that starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`.
416
-
release_summary: Starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`.
416
+
- With the new release of `netaddr` 1.0.0, the `IPAddress.is_private()` method
417
+
has been removed and instead, the `IPAddress.is_global()` method has been
418
+
extended to support the same functionality. This change has been reflected
419
+
in the `ipaddr` filter plugin.
420
+
release_summary:
421
+
Starting from this release, the minimum `netaddr` version this
422
+
collection requires is `>=0.10.1`.
417
423
fragments:
418
424
- netaddr_is_private_deprecation.yaml
419
425
- trivial_tests_updates.yaml
420
426
release_date: "2024-03-28"
427
+
4.1.0:
428
+
changes:
429
+
release_summary:
430
+
In the last release (`v4.0.0`), we bumped the minimum required
431
+
`netaddr`version to be `>=0.10.1`. However, since `netaddr>=0.10.1` is not
432
+
yet available in many sources other than PyPI, we have temporarily added a
433
+
fallback method to support the `ipaddr` filter with older `netaddr` versions
434
+
with this release. Once the latest `netaddr` is available in all major sources,
435
+
we will deprecate this support and eventually remove it.
0 commit comments