From 04380dbe54f09ae72f78c4081303f8d0cd76da10 Mon Sep 17 00:00:00 2001 From: Sugetha Kalyanaraman Date: Tue, 29 Aug 2023 15:03:09 -0700 Subject: [PATCH] Bump: Release v3.8.0 (#668) --- ansible_collections/arista/cvp/CHANGELOG.rst | 21 +++++++++++++++++++ .../arista/cvp/changelogs/.plugin-cache.yaml | 2 +- .../arista/cvp/changelogs/changelog.yaml | 16 ++++++++++++++ .../changelogs/fragments_backup/v3.8.0.yml | 10 +++++++++ .../arista/cvp/docs/release-notes/v3.x.md | 18 ++++++++++++++++ ansible_collections/arista/cvp/galaxy.yml | 2 +- 6 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 ansible_collections/arista/cvp/changelogs/fragments_backup/v3.8.0.yml diff --git a/ansible_collections/arista/cvp/CHANGELOG.rst b/ansible_collections/arista/cvp/CHANGELOG.rst index 5f9906180..08768c835 100644 --- a/ansible_collections/arista/cvp/CHANGELOG.rst +++ b/ansible_collections/arista/cvp/CHANGELOG.rst @@ -5,6 +5,27 @@ Arista.Cvp Release Notes .. contents:: Topics +v3.8.0 +====== + +Release Summary +--------------- + +Release 3.8.0 - See documentation on cvp.avd.sh for details. + + +Minor Changes +------------- + +- Feat(cv_device_v3) Add "inventory_mode" to allow ignoring missing devices (#594) +- Feat(cv_facts_v3) Added 'images', 'tasks' options and containers 'regexp_filter' (#632) + +Bugfixes +-------- + +- Fix(cv_tag_v3) Delete assigned tags (#634) +- Fix(cv_task_v3) Update cv_task_v3 module documentation (#604) + v3.7.0 ====== diff --git a/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml b/ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml index 5ce49bc98..ab69a3ed9 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.7.0 +version: 3.8.0 diff --git a/ansible_collections/arista/cvp/changelogs/changelog.yaml b/ansible_collections/arista/cvp/changelogs/changelog.yaml index f1cae4806..7b40e42a4 100644 --- a/ansible_collections/arista/cvp/changelogs/changelog.yaml +++ b/ansible_collections/arista/cvp/changelogs/changelog.yaml @@ -102,3 +102,19 @@ releases: name: cv_validate_v3 namespace: '' release_date: '2023-07-05' + 3.8.0: + changes: + bugfixes: + - Fix(cv_tag_v3) Delete assigned tags (#634) + - Fix(cv_task_v3) Update cv_task_v3 module documentation (#604) + minor_changes: + - Feat(cv_device_v3) Add "inventory_mode" to allow ignoring missing devices + (#594) + - Feat(cv_facts_v3) Added 'images', 'tasks' options and containers 'regexp_filter' + (#632) + release_summary: 'Release 3.8.0 - See documentation on cvp.avd.sh for details. + + ' + fragments: + - v3.8.0.yml + release_date: '2023-08-29' diff --git a/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.8.0.yml b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.8.0.yml new file mode 100644 index 000000000..bbcf33681 --- /dev/null +++ b/ansible_collections/arista/cvp/changelogs/fragments_backup/v3.8.0.yml @@ -0,0 +1,10 @@ +release_summary: | + Release 3.8.0 - See documentation on cvp.avd.sh for details. + +minor_changes: +- Feat(cv_facts_v3) Added 'images', 'tasks' options and containers 'regexp_filter' (#632) +- Feat(cv_device_v3) Add "inventory_mode" to allow ignoring missing devices (#594) + +bugfixes: +- Fix(cv_task_v3) Update cv_task_v3 module documentation (#604) +- Fix(cv_tag_v3) Delete assigned tags (#634) 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 71d12c652..94974f76c 100644 --- a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md +++ b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md @@ -8,6 +8,24 @@ - On premise version higher than 2018.2.5 - CloudVision as a Service +## Release 3.8.0 + +Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.8.0) + +### Features + +- `cv_device_v3` Add "inventory_mode" to allow ignoring missing devices (#594) +- `cv_facts_v3` Added 'images', 'tasks' options and containers 'regexp_filter' (#632) + +### Bug fixes + +- `cv_tag_v3` Delete assigned tags (#634) + +### Documentation + +- Update cv_task_v3 module documentation +- Remove stale links + ## Release 3.7.0 Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.7.0) diff --git a/ansible_collections/arista/cvp/galaxy.yml b/ansible_collections/arista/cvp/galaxy.yml index 66cc90dab..5c70fb017 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.7.0 +version: 3.8.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md