Skip to content

Commit

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

* regenerated changelogs for 3.6.1 release
  • Loading branch information
sugetha24 authored Mar 29, 2023
1 parent 7b77d87 commit f8b8e40
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 2 deletions.
18 changes: 18 additions & 0 deletions ansible_collections/arista/cvp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Arista.Cvp Release Notes
.. contents:: Topics


v3.6.1
======

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

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


Bugfixes
--------

- Fix(cv_container_v3) check_mode error(#584)
- Fix(cv_device_v3) Device decommission failure scenario(#577)
- Fix(cv_device_v3) Fix check for missing devices(#593)
- Fix(cv_device_v3) Implement device check mode(#571)
- Fix(cv_tag_v3) Allow tag assignment to serial numbers(#581)

v3.6.0
======

Expand Down
4 changes: 3 additions & 1 deletion ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins:
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi: {}
inventory: {}
lookup: {}
Expand Down Expand Up @@ -78,5 +79,6 @@ plugins:
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 3.6.0
version: 3.6.1
14 changes: 14 additions & 0 deletions ansible_collections/arista/cvp/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,17 @@ releases:
fragments:
- v3.6.0.yml
release_date: '2023-01-12'
3.6.1:
changes:
bugfixes:
- Fix(cv_container_v3) check_mode error(#584)
- Fix(cv_device_v3) Device decommission failure scenario(#577)
- Fix(cv_device_v3) Fix check for missing devices(#593)
- Fix(cv_device_v3) Implement device check mode(#571)
- Fix(cv_tag_v3) Allow tag assignment to serial numbers(#581)
release_summary: 'Release 3.6.1 - See documentation on cvp.avd.sh for details.
'
fragments:
- v3.6.1.yml
release_date: '2023-03-28'
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
release_summary: |
Release 3.6.1 - See documentation on cvp.avd.sh for details.
bugfixes:
- Fix(cv_container_v3) check_mode error(#584)
- Fix(cv_device_v3) Implement device check mode(#571)
- Fix(cv_device_v3) Device decommission failure scenario(#577)
- Fix(cv_device_v3) Fix check for missing devices(#593)
- Fix(cv_tag_v3) Allow tag assignment to serial numbers(#581)
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.6.1

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

### Bug fixes

- `cv_container_v3` check_mode error (#584)
- `cv_device_v3` Implement device check mode (#571)
- `cv_device_v3` Device decommission failure scenario (#577)
- `cv_device_v3` Fix check for missing devices (#593)
- `cv_tag_v3` Allow tag assignment to serial numbers (#581)

## Release 3.6.0

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

Please sign in to comment.