Update ansible-core to 2.15.0 (#354)
* Update ansible-core to 2.15 * add release_summary * [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>pull/355/head
parent
6b0a179bbe
commit
111b1158ec
|
@ -7,7 +7,7 @@ The Ansible ``ansible.utils`` collection includes a variety of plugins that aid
|
||||||
<!--start requires_ansible-->
|
<!--start requires_ansible-->
|
||||||
## Ansible version compatibility
|
## 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
|
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`).
|
fully qualified collection name (for example, `cisco.ios.ios`).
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
release_summary: >
|
||||||
|
With this release, the minimum required version of `ansible-core` for this collection is `2.15.0`.
|
||||||
|
The last version known to be compatible with `ansible-core` versions below `2.15` is v4.1.0.
|
||||||
|
major_changes:
|
||||||
|
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now.
|
|
@ -1,2 +1,2 @@
|
||||||
---
|
---
|
||||||
requires_ansible: ">=2.14.0"
|
requires_ansible: ">=2.15.0"
|
||||||
|
|
Loading…
Reference in New Issue