From 724d39809b6b4695a5ae7a272f356bd29211acca Mon Sep 17 00:00:00 2001 From: Sugetha Kalyanaraman Date: Tue, 5 Dec 2023 13:54:08 -0800 Subject: [PATCH] Bump: Release v3.10.0 (#685) * Bump: Release v3.10.0 * Added bump in minor changes * fix end-of-file --------- Co-authored-by: Carl Buchmann --- ansible_collections/arista/cvp/CHANGELOG.rst | 14 ++++++++++++++ .../arista/cvp/changelogs/.plugin-cache.yaml | 4 +++- .../arista/cvp/changelogs/changelog.yaml | 10 ++++++++++ .../cvp/changelogs/fragments_backup/v3.10.0.yml | 5 +++++ .../arista/cvp/docs/release-notes/v3.x.md | 10 +++++++++- ansible_collections/arista/cvp/galaxy.yml | 2 +- 6 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 ansible_collections/arista/cvp/changelogs/fragments_backup/v3.10.0.yml diff --git a/ansible_collections/arista/cvp/CHANGELOG.rst b/ansible_collections/arista/cvp/CHANGELOG.rst index d65a56a28..f82559ca5 100644 --- a/ansible_collections/arista/cvp/CHANGELOG.rst +++ b/ansible_collections/arista/cvp/CHANGELOG.rst @@ -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 ====== diff --git a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml index fbd89bd5f..4c747a881 100644 --- a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml +++ b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml @@ -6,6 +6,7 @@ plugins: callback: {} cliconf: {} connection: {} + filter: {} httpapi: {} inventory: {} lookup: {} @@ -83,5 +84,6 @@ plugins: netconf: {} shell: {} strategy: {} + test: {} vars: {} -version: 3.9.0 +version: 3.10.0 diff --git a/ansible_collections/arista/cvp/changelogs/changelog.yaml b/ansible_collections/arista/cvp/changelogs/changelog.yaml index db876a8b3..528b1d48b 100644 --- a/ansible_collections/arista/cvp/changelogs/changelog.yaml +++ b/ansible_collections/arista/cvp/changelogs/changelog.yaml @@ -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: diff --git a/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.10.0.yml b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.10.0.yml new file mode 100644 index 000000000..cc2940574 --- /dev/null +++ b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.10.0.yml @@ -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) diff --git a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md index 87aa7fd3f..88e9d0468 100644 --- a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md +++ b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md @@ -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) diff --git a/ansible_collections/arista/cvp/galaxy.yml b/ansible_collections/arista/cvp/galaxy.yml index 9f4151d42..f432f38d0 100644 --- a/ansible_collections/arista/cvp/galaxy.yml +++ b/ansible_collections/arista/cvp/galaxy.yml @@ -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