Skip to content

Commit

Permalink
Merge pull request #157 from cisco-en-programmability/develop
Browse files Browse the repository at this point in the history
Update supported versions and minimum Ansible requirement
  • Loading branch information
bvargasre authored Mar 12, 2024
2 parents 543a177 + fc4bce1 commit ca054f1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sanity_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
strategy:
matrix:
ansible:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- devel
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following table shows the supported versions.
| 2.2.2.3 | 3.3.1 | 2.3.3 |
| 2.2.3.3 | 6.4.0 | 2.4.11 |
| 2.3.3.0 | 6.6.4 | 2.5.5 |
| 2.3.5.3 | 6.12.0 | 2.6.0 |
| 2.3.5.3 | 6.13.0 | 2.6.0 |

If your Ansible collection is older please consider updating it first.

Expand Down
6 changes: 6 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -829,3 +829,9 @@ releases:
Renamed argument from 'ip_address' to 'ip_address_list'.
- pnp_workflow_manager - Adding fix for Stackswitch getting changed to normal switch post editing the device's info.
- pnp_intent - Adding fix for Stackswitch getting changed to normal switch post editing the device's info.
6.13.0:
release_date: "2024-03-12"
changes:
release_summary: Changes the minimum supported version of Ansible to v2.14.0
minor_changes:
- Changes the minimum supported version from Ansible v2.9.10 to v2.14.0
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: cisco
name: dnac
version: 6.12.0
version: 6.13.0
readme: README.md
authors:
- Rafael Campos <rcampos@altus.cr>
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.9.10'
requires_ansible: '>=2.14.0'

0 comments on commit ca054f1

Please sign in to comment.