Skip to content

Commit

Permalink
Bump min ansible-core version to 2.15.0 (#644)
Browse files Browse the repository at this point in the history
* Bump min ansible-core version to 2.15.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update changelogs/fragments/min_215.yaml

Co-authored-by: Nilashish Chakraborty <[email protected]>

* Add libssh specific changes

* revert libssh specific 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>
Co-authored-by: Vinay M <[email protected]>
Co-authored-by: Nilashish Chakraborty <[email protected]>
  • Loading branch information
4 people authored Jun 10, 2024
1 parent 78f628e commit 2d3cea0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This includes connection plugins, such as ``network_cli``, ``httpapi``, and ``ne
<!--start requires_ansible-->
## Ansible version compatibility

This collection has been tested against following Ansible versions: **>=2.14.0**.
This collection has been tested against following Ansible versions: **>=2.15.0**.

For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
fully qualified collection name (for example, `cisco.ios.ios`).
Expand Down
6 changes: 6 additions & 0 deletions changelogs/fragments/min_215.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
release_summary: >
Starting from this release, the minimum `ansible-core` version this collection requires is `2.15.0`.
The last known version compatible with ansible-core<2.15 is v6.1.3.
major_changes:
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now.
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
requires_ansible: ">=2.14.0"
requires_ansible: ">=2.15.0"
plugin_routing:
action:
grpc_config:
Expand Down

0 comments on commit 2d3cea0

Please sign in to comment.