diff --git a/ansible_collections/arista/cvp/CHANGELOG.rst b/ansible_collections/arista/cvp/CHANGELOG.rst index 0faa64a01..ac7df07e7 100644 --- a/ansible_collections/arista/cvp/CHANGELOG.rst +++ b/ansible_collections/arista/cvp/CHANGELOG.rst @@ -5,6 +5,23 @@ Arista.Cvp Release Notes .. contents:: Topics +v3.11.0 +======= + +Release Summary +--------------- + +Release 3.11.0 - See documentation on cvp.avd.sh for details. + + +Bugfixes +-------- + +- Allow cv_device_v3 to handle SN-based decomms +- Cv_validate_v3 broken with cvprac 1.4.0 due to argument keyword change +- Device decommissioning fails if a device is not streaming and not provisioned +- Update Readme with correct ansible-core version + v3.10.1 ======= diff --git a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml index 8f781a802..44e7a9877 100644 --- a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml +++ b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml @@ -86,4 +86,4 @@ plugins: strategy: {} test: {} vars: {} -version: 3.10.1 +version: 3.11.0 diff --git a/ansible_collections/arista/cvp/changelogs/changelog.yaml b/ansible_collections/arista/cvp/changelogs/changelog.yaml index cf61af382..e68ee9c93 100644 --- a/ansible_collections/arista/cvp/changelogs/changelog.yaml +++ b/ansible_collections/arista/cvp/changelogs/changelog.yaml @@ -20,6 +20,19 @@ releases: fragments: - v3.10.1.yml release_date: '2023-12-06' + 3.11.0: + changes: + bugfixes: + - Allow cv_device_v3 to handle SN-based decomms + - Cv_validate_v3 broken with cvprac 1.4.0 due to argument keyword change + - Device decommissioning fails if a device is not streaming and not provisioned + - Update Readme with correct ansible-core version + release_summary: 'Release 3.11.0 - See documentation on cvp.avd.sh for details. + + ' + fragments: + - v3.11.0.yml + release_date: '2024-08-13' 3.4.0: changes: bugfixes: diff --git a/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.11.0.yml b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.11.0.yml new file mode 100644 index 000000000..daebdb8e4 --- /dev/null +++ b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.11.0.yml @@ -0,0 +1,8 @@ +release_summary: | + Release 3.11.0 - See documentation on cvp.avd.sh for details. + +bugfixes: + - Cv_validate_v3 broken with cvprac 1.4.0 due to argument keyword change + - Update Readme with correct ansible-core version + - Allow cv_device_v3 to handle SN-based decomms + - Device decommissioning fails if a device is not streaming and not provisioned diff --git a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md index 4d697cbbd..5674c66a8 100644 --- a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md +++ b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md @@ -16,10 +16,30 @@ ## Release 3.11.0 +Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.11.0) + ### Deprecations - The `dhcp_configuration` role has been deprecated and will be removed in version 4.0.0. +### Bug fixes + +- `cv_validate_v3` Fix broken module with cvprac 1.4.0 due to argument keyword change(#694) +- `cv_device_v3` Fix device decommissioning fail when a device is not streaming and not provisioned(#700) +- `cv_device_v3` Allow cv_device_v3 to handle SN-based decomms(#705) + +### Documentation + +- Add actions documentation +- Readme updates to align with new Red Hat template + +### Requirements + +- Ansible-cvp now requires a newer minimum and maximum version of the Python package `ansible-core>=2.15.0,<2.18.0` +The latest version can be installed with `pip install "ansible-core>=2.15.0" --upgrade` +- Ansible-cvp now requires a newer minimum but no maximum version of the Python package `cvprac>=1.4.0` +The latest version can be installed with `pip install "cvprac>=1.4.0" --upgrade` + ## Release 3.10.1 Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.10.1) diff --git a/ansible_collections/arista/cvp/galaxy.yml b/ansible_collections/arista/cvp/galaxy.yml index 630cfac7d..49f0c3d03 100644 --- a/ansible_collections/arista/cvp/galaxy.yml +++ b/ansible_collections/arista/cvp/galaxy.yml @@ -8,7 +8,7 @@ namespace: arista name: cvp # The version of the collection. Must be compatible with semantic versioning -version: 3.10.1 +version: 3.11.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md