Skip to content

Commit

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

* Added bump in minor changes

* fix end-of-file

---------

Co-authored-by: Carl Buchmann <carl.buchmann@arista.com>
  • Loading branch information
sugetha24 and carlbuchmann committed Dec 5, 2023
1 parent 8f923c7 commit 724d398
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 3 deletions.
14 changes: 14 additions & 0 deletions ansible_collections/arista/cvp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Arista.Cvp Release Notes
.. contents:: Topics


v3.10.0
=======

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

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


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

- Bump required ansible version (#683)

v3.9.0
======

Expand Down
4 changes: 3 additions & 1 deletion ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins:
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi: {}
inventory: {}
lookup: {}
Expand Down Expand Up @@ -83,5 +84,6 @@ plugins:
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 3.9.0
version: 3.10.0
10 changes: 10 additions & 0 deletions ansible_collections/arista/cvp/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
ancestor: null
releases:
3.10.0:
changes:
minor_changes:
- Bump required ansible version (#683)
release_summary: 'Release 3.10.0 - See documentation on cvp.avd.sh for details.
'
fragments:
- v3.10.0.yml
release_date: '2023-12-05'
3.4.0:
changes:
bugfixes:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
release_summary: |
Release 3.10.0 - See documentation on cvp.avd.sh for details.
minor_changes:
- Bump required ansible version (#683)
10 changes: 9 additions & 1 deletion ansible_collections/arista/cvp/docs/release-notes/v3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@

## Supported CloudVision version

- On premise version higher than 2018.2.5
- On premise version higher than 2021.3.0
- CloudVision as a Service

## Release 3.10.0

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

### Requirements

- Bumped required ansible version

## Release 3.9.0

Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.9.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.9.0
version: 3.10.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 724d398

Please sign in to comment.