Skip to content

Commit

Permalink
Merge pull request #120 from CiscoISE/develop
Browse files Browse the repository at this point in the history
Update Ansible versions and minimum supported version
  • Loading branch information
bvargasre authored Mar 19, 2024
2 parents ea367cf + f973325 commit c6bb23c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sanity_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
strategy:
matrix:
ansible:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- devel
runs-on: ubuntu-20.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following table shows the supported versions.
|-------------------|------------------------------|------------------------------|
| 3.1.0 | 2.0.0 | 1.2.0 |
| 3.1_Patch_1 | 2.5.16 | 2.0.10 |
| 3.2_beta | 2.7.0 | 2.1.1 |
| 3.2_beta | 2.8.0 | 2.1.1 |

If your Ansible collection is older please consider updating it first.
*Notes*:
Expand Down
8 changes: 7 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -970,4 +970,10 @@ releases:
changes:
release_summary: Galaxy updated.
minor_changes:
- cisco.ise collection now supports ansible.utils v3
- cisco.ise collection now supports ansible.utils v3
2.8.0:
release_date: "2024-03-19"
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: ise
version: 2.7.0
version: 2.8.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 c6bb23c

Please sign in to comment.