Skip to content

Commit

Permalink
Bump min ansible-core version to 2.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC committed Jun 6, 2024
1 parent 785f935 commit 34b4422
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The modules with full support for Cisco MDS are tested against NX-OS 8.4(1) on M
<!--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/bump_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 v8.1.0.
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:
modules:
aaa_server:
Expand Down
8 changes: 1 addition & 7 deletions tests/unit/modules/network/nxos/test_nxos.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@
__metaclass__ = type

from os import path


try:
from unittest.mock import MagicMock
except ImportError:
from mock import MagicMock

from unittest import TestCase
from unittest.mock import MagicMock

from ansible.module_utils._text import to_bytes, to_text

Expand Down

0 comments on commit 34b4422

Please sign in to comment.