Skip to content

Commit

Permalink
Bump: Release v3.9.0 (#682)
Browse files Browse the repository at this point in the history
* Bump: Release v3.9.0

* pruned release notes
  • Loading branch information
sugetha24 authored Nov 22, 2023
1 parent cf34b42 commit f00de07
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 4 deletions.
20 changes: 20 additions & 0 deletions ansible_collections/arista/cvp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Arista.Cvp Release Notes
.. contents:: Topics


v3.9.0
======

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

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


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

- Feat(cv_facts_v3) raise errors when svcaccount/user is not authorized (#677)

Bugfixes
--------

- Fix(cv_device_v3) Reconciled configlets are not treated specially (#667)
- Fix(cv_tag_v3) Long workspace name to avoid conflict (#679)

v3.8.0
======

Expand Down
4 changes: 1 addition & 3 deletions ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins:
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi: {}
inventory: {}
lookup: {}
Expand Down Expand Up @@ -84,6 +83,5 @@ plugins:
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 3.8.0
version: 3.9.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 @@ -118,3 +118,16 @@ releases:
fragments:
- v3.8.0.yml
release_date: '2023-08-29'
3.9.0:
changes:
bugfixes:
- Fix(cv_device_v3) Reconciled configlets are not treated specially (#667)
- Fix(cv_tag_v3) Long workspace name to avoid conflict (#679)
minor_changes:
- Feat(cv_facts_v3) raise errors when svcaccount/user is not authorized (#677)
release_summary: 'Release 3.9.0 - See documentation on cvp.avd.sh for details.
'
fragments:
- v3.9.0.yml
release_date: '2023-11-21'
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
release_summary: |
Release 3.9.0 - See documentation on cvp.avd.sh for details.
minor_changes:
- Feat(cv_facts_v3) raise errors when svcaccount/user is not authorized (#677)

bugfixes:
- Fix(cv_tag_v3) Long workspace name to avoid conflict (#679)
- Fix(cv_device_v3) Reconciled configlets are not treated specially (#667)
22 changes: 22 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 @@ -14,6 +14,28 @@
- On premise version higher than 2018.2.5
- CloudVision as a Service

## Release 3.9.0

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

### Features

- `cv_facts_v3` Raise errors when svcaccount/user is not authorized(#677)

### Bug fixes

- `cv_device_v3` Reconciled configlets are not treated specially(#667)

### Documentation

- "How to" section moved under "Module documentation"
- Added Syntax highlighting
- Minor linting fixes and cleanups

### Requirements

- Bumped minimum supported CVP version

## Release 3.8.0

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

Please sign in to comment.