diff --git a/ansible_collections/arista/cvp/CHANGELOG.rst b/ansible_collections/arista/cvp/CHANGELOG.rst index 100a8029f..a6983a6cb 100644 --- a/ansible_collections/arista/cvp/CHANGELOG.rst +++ b/ansible_collections/arista/cvp/CHANGELOG.rst @@ -5,6 +5,20 @@ Arista.Cvp Release Notes .. contents:: Topics +v3.5.1 +====== + +Release Summary +--------------- + +Release 3.5.1 - See documentation on cvp.avd.sh for details. + + +Bugfixes +-------- + +- Fix Bump update min cvprac version(#547) + v3.5.0 ====== diff --git a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml index 54fed909b..7c373e366 100644 --- a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml +++ b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml @@ -79,4 +79,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 3.5.0 +version: 3.5.1 diff --git a/ansible_collections/arista/cvp/changelogs/changelog.yaml b/ansible_collections/arista/cvp/changelogs/changelog.yaml index 918e9087a..0cf4c607a 100644 --- a/ansible_collections/arista/cvp/changelogs/changelog.yaml +++ b/ansible_collections/arista/cvp/changelogs/changelog.yaml @@ -49,3 +49,13 @@ releases: fragments: - v3.5.0.yml release_date: '2022-11-01' + 3.5.1: + changes: + bugfixes: + - Fix Bump update min cvprac version(#547) + release_summary: 'Release 3.5.1 - See documentation on cvp.avd.sh for details. + + ' + fragments: + - v3.5.1.yml + release_date: '2022-11-02' diff --git a/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.5.1.yml b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.5.1.yml new file mode 100644 index 000000000..f68d6f59a --- /dev/null +++ b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.5.1.yml @@ -0,0 +1,5 @@ +release_summary: | + Release 3.5.1 - See documentation on cvp.avd.sh for details. + +bugfixes: +- Fix Bump update min cvprac version(#547) 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 7ae204f31..edf7e9764 100644 --- a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md +++ b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md @@ -8,6 +8,18 @@ - On premise version higher than 2018.2.5 - CloudVision as a Service +## Release 3.5.1 + +Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.5.1) + +### Bug Fixes + +- Bump min cvprac version(#547) + +### Documentation + +- Update cvp version support for schedule option(#546) + ## Release 3.5.0 Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.5.0) diff --git a/ansible_collections/arista/cvp/galaxy.yml b/ansible_collections/arista/cvp/galaxy.yml index c9f075272..f19ecf1ef 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.5.0 +version: 3.5.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md