diff --git a/ansible_collections/arista/cvp/CHANGELOG.rst b/ansible_collections/arista/cvp/CHANGELOG.rst index 08768c835..d65a56a28 100644 --- a/ansible_collections/arista/cvp/CHANGELOG.rst +++ b/ansible_collections/arista/cvp/CHANGELOG.rst @@ -5,6 +5,26 @@ Arista.Cvp Release Notes .. contents:: Topics +v3.9.0 +====== + +Release Summary +--------------- + +Release 3.9.0 - See documentation on cvp.avd.sh for details. + + +Minor Changes +------------- + +- Feat(cv_facts_v3) raise errors when svcaccount/user is not authorized (#677) + +Bugfixes +-------- + +- Fix(cv_device_v3) Reconciled configlets are not treated specially (#667) +- Fix(cv_tag_v3) Long workspace name to avoid conflict (#679) + v3.8.0 ====== diff --git a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml index ab69a3ed9..fbd89bd5f 100644 --- a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml +++ b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml @@ -6,7 +6,6 @@ plugins: callback: {} cliconf: {} connection: {} - filter: {} httpapi: {} inventory: {} lookup: {} @@ -84,6 +83,5 @@ plugins: netconf: {} shell: {} strategy: {} - test: {} vars: {} -version: 3.8.0 +version: 3.9.0 diff --git a/ansible_collections/arista/cvp/changelogs/changelog.yaml b/ansible_collections/arista/cvp/changelogs/changelog.yaml index 7b40e42a4..db876a8b3 100644 --- a/ansible_collections/arista/cvp/changelogs/changelog.yaml +++ b/ansible_collections/arista/cvp/changelogs/changelog.yaml @@ -118,3 +118,16 @@ releases: fragments: - v3.8.0.yml release_date: '2023-08-29' + 3.9.0: + changes: + bugfixes: + - Fix(cv_device_v3) Reconciled configlets are not treated specially (#667) + - Fix(cv_tag_v3) Long workspace name to avoid conflict (#679) + minor_changes: + - Feat(cv_facts_v3) raise errors when svcaccount/user is not authorized (#677) + release_summary: 'Release 3.9.0 - See documentation on cvp.avd.sh for details. + + ' + fragments: + - v3.9.0.yml + release_date: '2023-11-21' diff --git a/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.9.0.yml b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.9.0.yml new file mode 100644 index 000000000..6a6852003 --- /dev/null +++ b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.9.0.yml @@ -0,0 +1,9 @@ +release_summary: | + Release 3.9.0 - See documentation on cvp.avd.sh for details. + +minor_changes: +- Feat(cv_facts_v3) raise errors when svcaccount/user is not authorized (#677) + +bugfixes: +- Fix(cv_tag_v3) Long workspace name to avoid conflict (#679) +- Fix(cv_device_v3) Reconciled configlets are not treated specially (#667) 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 3a34e352e..87aa7fd3f 100644 --- a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md +++ b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md @@ -14,6 +14,28 @@ - On premise version higher than 2018.2.5 - CloudVision as a Service +## Release 3.9.0 + +Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.9.0) + +### Features + +- `cv_facts_v3` Raise errors when svcaccount/user is not authorized(#677) + +### Bug fixes + +- `cv_device_v3` Reconciled configlets are not treated specially(#667) + +### Documentation + +- "How to" section moved under "Module documentation" +- Added Syntax highlighting +- Minor linting fixes and cleanups + +### Requirements + +- Bumped minimum supported CVP version + ## Release 3.8.0 Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.8.0) diff --git a/ansible_collections/arista/cvp/galaxy.yml b/ansible_collections/arista/cvp/galaxy.yml index 5c70fb017..9f4151d42 100644 --- a/ansible_collections/arista/cvp/galaxy.yml +++ b/ansible_collections/arista/cvp/galaxy.yml @@ -7,7 +7,7 @@ namespace: arista name: cvp # The version of the collection. Must be compatible with semantic versioning -version: 3.8.0 +version: 3.9.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md