diff --git a/.github/workflows/sanity_tests.yml b/.github/workflows/sanity_tests.yml index 2fe518e686..32d46d4788 100644 --- a/.github/workflows/sanity_tests.yml +++ b/.github/workflows/sanity_tests.yml @@ -14,8 +14,6 @@ jobs: strategy: matrix: ansible: - - stable-2.12 - - stable-2.13 - stable-2.14 - stable-2.15 - devel diff --git a/README.md b/README.md index 2a3014b43c..2492d75b9e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 64df79e0e0..be441c8b97 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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 \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 69be2d0998..3bb04b5107 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: cisco name: dnac -version: 6.12.0 +version: 6.13.0 readme: README.md authors: - Rafael Campos diff --git a/meta/runtime.yml b/meta/runtime.yml index 1f18fd7267..bcb6dcedc2 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,2 +1,2 @@ --- -requires_ansible: '>=2.9.10' \ No newline at end of file +requires_ansible: '>=2.14.0' \ No newline at end of file