Skip to content

Commit

Permalink
Bump: Release v3.7.0 (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugetha24 committed Jul 10, 2023
1 parent dfdbaae commit e808c48
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 2 deletions.
24 changes: 24 additions & 0 deletions ansible_collections/arista/cvp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ Arista.Cvp Release Notes
.. contents:: Topics


v3.7.0
======

Release Summary
---------------

Release 3.7.0 - See documentation on cvp.avd.sh for details.


Minor Changes
-------------

- Feat(cv_device_v3) Configlet Validation support (#615)

Bugfixes
--------

- Fix(cv_device_v3) Increment counter when we remove devices (#629)

New Modules
-----------

- arista.cvp.cv_validate_v3 - CVP/Local configlet Validation

v3.6.1
======

Expand Down
7 changes: 6 additions & 1 deletion ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,14 @@ plugins:
name: cv_task_v3
namespace: ''
version_added: 3.0.0
cv_validate_v3:
description: CVP/Local configlet Validation
name: cv_validate_v3
namespace: ''
version_added: 3.7.0
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 3.6.1
version: 3.7.0
16 changes: 16 additions & 0 deletions ansible_collections/arista/cvp/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,19 @@ releases:
fragments:
- v3.6.1.yml
release_date: '2023-03-28'
3.7.0:
changes:
bugfixes:
- Fix(cv_device_v3) Increment counter when we remove devices (#629)
minor_changes:
- Feat(cv_device_v3) Configlet Validation support (#615)
release_summary: 'Release 3.7.0 - See documentation on cvp.avd.sh for details.
'
fragments:
- v3.7.0.yml
modules:
- description: CVP/Local configlet Validation
name: cv_validate_v3
namespace: ''
release_date: '2023-07-05'
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
release_summary: |
Release 3.7.0 - See documentation on cvp.avd.sh for details.
minor_changes:
- Feat(cv_device_v3) Configlet Validation support (#615)

bugfixes:
- Fix(cv_device_v3) Increment counter when we remove devices (#629)
18 changes: 18 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,24 @@
- On premise version higher than 2018.2.5
- CloudVision as a Service

## Release 3.7.0

Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.7.0)

### Features

- `cv_validate_v3` Configlet Validation support (#615)

### Bug fixes

- `cv_device_v3` Increment counter when we remove devices (#629)

### Documentation

- cv_image_v3 Example (#623)
- cv_configlet_v3 Example (#622)
- Update links in cvp.avd.sh homepage (#650)

## Release 3.6.1

Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.6.1)
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.6.1
version: 3.7.0

# 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 e808c48

Please sign in to comment.