Skip to content

Commit 7059201

Browse files
Update minimum ansible_required to 2.16 (#394)
* Update minimum ansible_required to 2.16 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update min python version * update changelog --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e3e271e commit 7059201

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

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

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

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

changelogs/fragments/bump_216.yaml

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 v5.1.2.
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
requires_ansible: ">=2.15.0"
2+
requires_ansible: ">=2.16.0"

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)