Skip to content

Commit b913b79

Browse files
authored
Update minimum ansible version to 2.16 (#695)
* Update minimum ansible version to 2.16 * add changelog'
1 parent 73e81a5 commit b913b79

File tree

4 files changed

+9
-89
lines changed

4 files changed

+9
-89
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For more information about communication, see the [Ansible communication guide](
3434
<!--start requires_ansible-->
3535
## Ansible version compatibility
3636

37-
This collection has been tested against following Ansible versions: **>=2.15.0**.
37+
This collection has been tested against following Ansible versions: **>=2.16.0**.
3838

3939
For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
4040
fully qualified collection name (for example, `cisco.ios.ios`).

changelogs/fragments/bump216.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
release_summary: >
3+
With this release, the minimum required version of `ansible-core` for this collection is `2.16.0`.
4+
The last version known to be compatible with `ansible-core` versions below `2.16` is v7.2.0.
5+
major_changes:
6+
- Bumping `requires_ansible` to `>=2.16.0`, since previous ansible-core versions are EoL now.

meta/runtime.yml

Lines changed: 1 addition & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,8 @@
11
---
2-
requires_ansible: ">=2.15.0"
2+
requires_ansible: ">=2.16.0"
33
plugin_routing:
44
action:
55
grpc_config:
66
redirect: ansible.netcommon.grpc
77
grpc_get:
88
redirect: ansible.netcommon.grpc
9-
filter:
10-
cidr_merge:
11-
deprecation:
12-
removal_date: "2024-01-01"
13-
warning_text: Use 'ansible.utils.cidr_merge' module instead.
14-
redirect: ansible.utils.cidr_merge
15-
ipaddr:
16-
deprecation:
17-
removal_date: "2024-01-01"
18-
warning_text: Use 'ansible.utils.ipaddr' module instead.
19-
redirect: ansible.utils.ipaddr
20-
ipmath:
21-
deprecation:
22-
removal_date: "2024-01-01"
23-
warning_text: Use 'ansible.utils.ipmath' module instead.
24-
redirect: ansible.utils.ipmath
25-
ipwrap:
26-
deprecation:
27-
removal_date: "2024-01-01"
28-
warning_text: Use 'ansible.utils.ipwrap' module instead.
29-
redirect: ansible.utils.ipwrap
30-
ip4_hex:
31-
deprecation:
32-
removal_date: "2024-01-01"
33-
warning_text: Use 'ansible.utils.ip4_hex' module instead.
34-
redirect: ansible.utils.ipv4_hex
35-
ipv4:
36-
deprecation:
37-
removal_date: "2024-01-01"
38-
warning_text: Use 'ansible.utils.ipv4' module instead.
39-
redirect: ansible.utils.ipv4
40-
ipv6:
41-
deprecation:
42-
removal_date: "2024-01-01"
43-
warning_text: Use 'ansible.utils.ipv6' module instead.
44-
redirect: ansible.utils.ipv6
45-
ipsubnet:
46-
deprecation:
47-
removal_date: "2024-01-01"
48-
warning_text: Use 'ansible.utils.ipsubnet' module instead.
49-
redirect: ansible.utils.ipsubnet
50-
next_nth_usable:
51-
deprecation:
52-
removal_date: "2024-01-01"
53-
warning_text: Use 'ansible.utils.next_nth_usable' module instead.
54-
redirect: ansible.utils.next_nth_usable
55-
network_in_network:
56-
deprecation:
57-
removal_date: "2024-01-01"
58-
warning_text: Use 'ansible.utils.network_in_network' module instead.
59-
redirect: ansible.utils.network_in_network
60-
network_in_usable:
61-
deprecation:
62-
removal_date: "2024-01-01"
63-
warning_text: Use 'ansible.utils.network_in_usable' module instead.
64-
redirect: ansible.utils.network_in_usable
65-
reduce_on_network:
66-
deprecation:
67-
removal_date: "2024-01-01"
68-
warning_text: Use 'ansible.utils.reduce_on_network' module instead.
69-
redirect: ansible.utils.reduce_on_network
70-
nthhost:
71-
deprecation:
72-
removal_date: "2024-01-01"
73-
warning_text: Use 'ansible.utils.nthhost' module instead.
74-
redirect: ansible.utils.nthhost
75-
previous_nth_usable:
76-
deprecation:
77-
removal_date: "2024-01-01"
78-
warning_text: Use 'ansible.utils.previous_nth_usable' module instead.
79-
redirect: ansible.utils.previous_nth_usable
80-
slaac:
81-
deprecation:
82-
removal_date: "2024-01-01"
83-
warning_text: Use 'ansible.utils.slaac' module instead.
84-
redirect: ansible.utils.slaac
85-
hwaddr:
86-
deprecation:
87-
removal_date: "2024-01-01"
88-
warning_text: Use 'ansible.utils.hwaddr' module instead.
89-
redirect: ansible.utils.hwaddr
90-
macaddr:
91-
deprecation:
92-
removal_date: "2024-01-01"
93-
warning_text: Use 'ansible.utils.macaddr' module instead.
94-
redirect: ansible.utils.macaddr

tests/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
modules:
3-
python_requires: ">=3.9"
3+
python_requires: ">=3.10"

0 commit comments

Comments
 (0)