Skip to content

Commit

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

* pre-commit fixes
  • Loading branch information
sugetha24 authored Nov 1, 2022
1 parent 48d4ede commit 5d90ea8
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 4 deletions.
27 changes: 26 additions & 1 deletion ansible_collections/arista/cvp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ Arista.Cvp Release Notes
.. contents:: Topics


v3.5.0
======

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

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


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

- Feat(cv_change_control_v3) Add support for approve/execute/schedule actions(#529)
- Feat(cv_device_v3) Implement image bundle on device level(#505)
- Feat(cv_device_v3) Support device decommissioning and device removal from provisioning(#507)
- Feat(cv_facts_v3) Expose verbose option in cv_facts_v3(#535)
- Feat(dhcp_configuration) Request add support for access point provisioning(#527)

Bugfixes
--------

- Fix(cv_change_control_v3) Dict key check on CC indexing is broken(#524)
- Fix(cv_device_v3) Allow all search_by options when assigning and removing image bundles(#541)
- Fix(cv_facts_v3) Make image bundle name key usage consistent(#513)

v3.4.0
======

Expand Down Expand Up @@ -36,5 +61,5 @@ Bugfixes
New Modules
-----------

- arista.cvp.cv_change_control_v3 - Change Control management with Cloudvision
- arista.cvp.cv_change_control_v3 - Change Control management with CloudVision
- arista.cvp.cv_tag_v3 - Create/Assign/Delete/Unassign tags on CVP
5 changes: 3 additions & 2 deletions ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
objects: {}
objects:
role: {}
plugins:
become: {}
cache: {}
Expand Down Expand Up @@ -78,4 +79,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 3.4.0
version: 3.5.0
20 changes: 20 additions & 0 deletions ansible_collections/arista/cvp/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,23 @@ releases:
name: cv_tag_v3
namespace: ''
release_date: '2022-07-21'
3.5.0:
changes:
bugfixes:
- Fix(cv_change_control_v3) Dict key check on CC indexing is broken(#524)
- Fix(cv_device_v3) Allow all search_by options when assigning and removing
image bundles(#541)
- Fix(cv_facts_v3) Make image bundle name key usage consistent(#513)
minor_changes:
- Feat(cv_change_control_v3) Add support for approve/execute/schedule actions(#529)
- Feat(cv_device_v3) Implement image bundle on device level(#505)
- Feat(cv_device_v3) Support device decommissioning and device removal from
provisioning(#507)
- Feat(cv_facts_v3) Expose verbose option in cv_facts_v3(#535)
- Feat(dhcp_configuration) Request add support for access point provisioning(#527)
release_summary: 'Release 3.5.0 - See documentation on cvp.avd.sh for details.
'
fragments:
- v3.5.0.yml
release_date: '2022-11-01'
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
release_summary: |
Release 3.5.0 - See documentation on cvp.avd.sh for details.
minor_changes:
- Feat(cv_device_v3) Implement image bundle on device level(#505)
- Feat(cv_device_v3) Support device decommissioning and device removal from provisioning(#507)
- Feat(dhcp_configuration) Request add support for access point provisioning(#527)
- Feat(cv_change_control_v3) Add support for approve/execute/schedule actions(#529)
- Feat(cv_facts_v3) Expose verbose option in cv_facts_v3(#535)

bugfixes:
- Fix(cv_device_v3) Allow all search_by options when assigning and removing image bundles(#541)
- Fix(cv_change_control_v3) Dict key check on CC indexing is broken(#524)
- Fix(cv_facts_v3) Make image bundle name key usage consistent(#513)
26 changes: 26 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,32 @@
- On premise version higher than 2018.2.5
- CloudVision as a Service

## Release 3.5.0

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

## Features

- `cv_device_v3` Implement image bundle on device level(#505)
- `cv_device_v3` Support device decommissioning and device removal from provisioning(#507)
- `dhcp_configuration` Request add support for access point provisioning(#527)
- `cv_change_control_v3` Add support for approve/execute/schedule actions(#529)
- `cv_facts_v3` Expose verbose option in cv_facts_v3(#535)

## Bug fixes

- `cv_device_v3` Allow all search_by options when assigning and removing image bundles(#541)
- `cv_change_control_v3` Dict key check on CC indexing is broken(#524)
- `cv_facts_v3` Make image bundle name key usage consistent(#513)

## Documentation

- Enable twitter, edit path, bump material(#543)
- Added Data model schema documentation(#536)
- `cv_change_control_v3` Detail all options and fix rendering(#528)
- Added more playbook examples for all modules
- Modified mkdocs to be inline with AVD site(#497)

## Release 3.4.0

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

Please sign in to comment.