Skip to content

Commit

Permalink
Bump: Release v3.8.0 (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugetha24 committed Aug 29, 2023
1 parent f2d6301 commit 04380db
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 2 deletions.
21 changes: 21 additions & 0 deletions ansible_collections/arista/cvp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Arista.Cvp Release Notes
.. contents:: Topics


v3.8.0
======

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

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


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

- Feat(cv_device_v3) Add "inventory_mode" to allow ignoring missing devices (#594)
- Feat(cv_facts_v3) Added 'images', 'tasks' options and containers 'regexp_filter' (#632)

Bugfixes
--------

- Fix(cv_tag_v3) Delete assigned tags (#634)
- Fix(cv_task_v3) Update cv_task_v3 module documentation (#604)

v3.7.0
======

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 3.7.0
version: 3.8.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 @@ -102,3 +102,19 @@ releases:
name: cv_validate_v3
namespace: ''
release_date: '2023-07-05'
3.8.0:
changes:
bugfixes:
- Fix(cv_tag_v3) Delete assigned tags (#634)
- Fix(cv_task_v3) Update cv_task_v3 module documentation (#604)
minor_changes:
- Feat(cv_device_v3) Add "inventory_mode" to allow ignoring missing devices
(#594)
- Feat(cv_facts_v3) Added 'images', 'tasks' options and containers 'regexp_filter'
(#632)
release_summary: 'Release 3.8.0 - See documentation on cvp.avd.sh for details.
'
fragments:
- v3.8.0.yml
release_date: '2023-08-29'
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
release_summary: |
Release 3.8.0 - See documentation on cvp.avd.sh for details.
minor_changes:
- Feat(cv_facts_v3) Added 'images', 'tasks' options and containers 'regexp_filter' (#632)
- Feat(cv_device_v3) Add "inventory_mode" to allow ignoring missing devices (#594)

bugfixes:
- Fix(cv_task_v3) Update cv_task_v3 module documentation (#604)
- Fix(cv_tag_v3) Delete assigned tags (#634)
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.8.0

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

### Features

- `cv_device_v3` Add "inventory_mode" to allow ignoring missing devices (#594)
- `cv_facts_v3` Added 'images', 'tasks' options and containers 'regexp_filter' (#632)

### Bug fixes

- `cv_tag_v3` Delete assigned tags (#634)

### Documentation

- Update cv_task_v3 module documentation
- Remove stale links

## Release 3.7.0

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

Please sign in to comment.