From 204509b66b83c24bc90abbb47b8d1742fb45d23d Mon Sep 17 00:00:00 2001 From: Carl Buchmann Date: Wed, 6 Dec 2023 18:47:39 -0500 Subject: [PATCH] Bump: Release 3.10.1 (#688) --- ansible_collections/arista/cvp/CHANGELOG.rst | 14 ++++++++++++++ .../arista/cvp/changelogs/.plugin-cache.yaml | 2 +- .../arista/cvp/changelogs/changelog.yaml | 10 ++++++++++ .../arista/cvp/changelogs/fragments/.gitkeep | 0 .../cvp/changelogs/fragments_backup/v3.10.1.yml | 5 +++++ .../arista/cvp/docs/release-notes/v3.x.md | 8 ++++++++ ansible_collections/arista/cvp/galaxy.yml | 2 +- 7 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 ansible_collections/arista/cvp/changelogs/fragments/.gitkeep create mode 100644 ansible_collections/arista/cvp/changelogs/fragments_backup/v3.10.1.yml diff --git a/ansible_collections/arista/cvp/CHANGELOG.rst b/ansible_collections/arista/cvp/CHANGELOG.rst index f82559ca5..0faa64a01 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.1 +======= + +Release Summary +--------------- + +Release 3.10.1 - See documentation on cvp.avd.sh for details. + + +Bugfixes +-------- + +- Update documentation with new collection requirements + v3.10.0 ======= diff --git a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml index 4c747a881..8f781a802 100644 --- a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml +++ b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml @@ -86,4 +86,4 @@ plugins: strategy: {} test: {} vars: {} -version: 3.10.0 +version: 3.10.1 diff --git a/ansible_collections/arista/cvp/changelogs/changelog.yaml b/ansible_collections/arista/cvp/changelogs/changelog.yaml index 528b1d48b..cf61af382 100644 --- a/ansible_collections/arista/cvp/changelogs/changelog.yaml +++ b/ansible_collections/arista/cvp/changelogs/changelog.yaml @@ -10,6 +10,16 @@ releases: fragments: - v3.10.0.yml release_date: '2023-12-05' + 3.10.1: + changes: + bugfixes: + - Update documentation with new collection requirements + release_summary: 'Release 3.10.1 - See documentation on cvp.avd.sh for details. + + ' + fragments: + - v3.10.1.yml + release_date: '2023-12-06' 3.4.0: changes: bugfixes: diff --git a/ansible_collections/arista/cvp/changelogs/fragments/.gitkeep b/ansible_collections/arista/cvp/changelogs/fragments/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.10.1.yml b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.10.1.yml new file mode 100644 index 000000000..e127ac92a --- /dev/null +++ b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.10.1.yml @@ -0,0 +1,5 @@ +release_summary: | + Release 3.10.1 - See documentation on cvp.avd.sh for details. + +bugfixes: +- Update documentation with new collection requirements 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 88e9d0468..7d9f35967 100644 --- a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md +++ b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md @@ -14,6 +14,14 @@ - On premise version higher than 2021.3.0 - CloudVision as a Service +## Release 3.10.1 + +Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.10.1) + +### Documentation + +- Update documentation with new collection requirements + ## Release 3.10.0 Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.10.0) diff --git a/ansible_collections/arista/cvp/galaxy.yml b/ansible_collections/arista/cvp/galaxy.yml index f432f38d0..601cd44f4 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.10.0 +version: 3.10.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md