Skip to content

Commit

Permalink
Bump: ansible-cvp release v3.6.0 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugetha24 committed Jan 12, 2023
1 parent 5f64368 commit ebcc2eb
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 2 deletions.
19 changes: 19 additions & 0 deletions ansible_collections/arista/cvp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Arista.Cvp Release Notes
.. contents:: Topics


v3.6.0
======

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

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


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

- Feat(cv_container_v3) Add support for image bundles on containers(#550)

Bugfixes
--------

- Fix(cv_facts_v3) Handle stale and empty devices in the inventory having an image bundle of type None(#569)

v3.5.1
======

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.1
version: 3.6.0
13 changes: 13 additions & 0 deletions ansible_collections/arista/cvp/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,16 @@ releases:
fragments:
- v3.5.1.yml
release_date: '2022-11-02'
3.6.0:
changes:
bugfixes:
- Fix(cv_facts_v3) Handle stale and empty devices in the inventory having an
image bundle of type None(#569)
minor_changes:
- Feat(cv_container_v3) Add support for image bundles on containers(#550)
release_summary: 'Release 3.6.0 - See documentation on cvp.avd.sh for details.
'
fragments:
- v3.6.0.yml
release_date: '2023-01-12'
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
release_summary: |
Release 3.6.0 - See documentation on cvp.avd.sh for details.
minor_changes:
- Feat(cv_container_v3) Add support for image bundles on containers(#550)

bugfixes:
- Fix(cv_facts_v3) Handle stale and empty devices in the inventory having an image bundle of type None(#569)
16 changes: 16 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,22 @@
- On premise version higher than 2018.2.5
- CloudVision as a Service

## Release 3.6.0

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

### Features

- `cv_container_v3` Add support for image bundles on containers (#550)

### Bug fixes

- `cv_facts_v3` Handle stale and empty devices in the inventory having an image bundle of type None (#569)

### Documentation

- Create advanced MLAG upgrade example (#554)

## Release 3.5.1

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

Please sign in to comment.