Skip to content

Commit

Permalink
Bump: ansible-cvp release v3.5.1 (#549)
Browse files Browse the repository at this point in the history
* Bump: ansible-cvp release v3.5.1

* Updated documentation in release notes
  • Loading branch information
sugetha24 authored Nov 3, 2022
1 parent 20e211f commit 805d0bc
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 2 deletions.
14 changes: 14 additions & 0 deletions ansible_collections/arista/cvp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 3.5.0
version: 3.5.1
10 changes: 10 additions & 0 deletions ansible_collections/arista/cvp/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
@@ -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)
12 changes: 12 additions & 0 deletions ansible_collections/arista/cvp/docs/release-notes/v3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/cvp/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 805d0bc

Please sign in to comment.