Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump: Release v3.9.0 #682

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading