Skip to content

Commit

Permalink
Bump: Release v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann committed Nov 15, 2024
1 parent 1e14504 commit 67bfbf7
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 13 deletions.
23 changes: 12 additions & 11 deletions ansible_collections/arista/cvp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Arista.Cvp Release Notes

.. contents:: Topics

v3.12.0
=======

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

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

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

- Add support for Ansible 2.18.x

v3.11.0
=======
Expand All @@ -13,7 +25,6 @@ Release Summary

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


Bugfixes
--------

Expand All @@ -30,7 +41,6 @@ Release Summary

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


Bugfixes
--------

Expand All @@ -44,7 +54,6 @@ Release Summary

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


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

Expand All @@ -58,7 +67,6 @@ Release Summary

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


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

Expand All @@ -78,7 +86,6 @@ Release Summary

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


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

Expand All @@ -99,7 +106,6 @@ Release Summary

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


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

Expand All @@ -123,7 +129,6 @@ Release Summary

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


Bugfixes
--------

Expand All @@ -141,7 +146,6 @@ Release Summary

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


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

Expand All @@ -160,7 +164,6 @@ Release Summary

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


Bugfixes
--------

Expand All @@ -174,7 +177,6 @@ Release Summary

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


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

Expand All @@ -199,7 +201,6 @@ Release Summary

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


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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 3.11.0
version: 3.12.0
10 changes: 10 additions & 0 deletions ansible_collections/arista/cvp/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ releases:
fragments:
- v3.11.0.yml
release_date: '2024-08-13'
3.12.0:
changes:
minor_changes:
- Add support for Ansible 2.18.x
release_summary: 'Release 3.12.0 - See documentation on cvp.avd.sh for details.
'
fragments:
- v3.12.0.yml
release_date: '2024-11-15'
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.12.0 - See documentation on cvp.avd.sh for details.
minor_changes:
- Add support for Ansible 2.18.x
8 changes: 8 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,14 @@
- On premise version higher than 2021.3.0
- CloudVision as a Service

## Release 3.12.0

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

### Requirements

- Ansible-cvp now supports a newer maximum version of the Python package `ansible-core>=2.15.0,<2.19.0`

## Release 3.11.0

Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.11.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 @@ -8,7 +8,7 @@ namespace: arista
name: cvp

# The version of the collection. Must be compatible with semantic versioning
version: 3.11.0
version: 3.12.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 67bfbf7

Please sign in to comment.