Skip to content

Commit fbd3ffc

Browse files
authored
Bump: Release v3.12.0 (#720)
1 parent 1e14504 commit fbd3ffc

File tree

6 files changed

+37
-13
lines changed

6 files changed

+37
-13
lines changed

ansible_collections/arista/cvp/CHANGELOG.rst

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Arista.Cvp Release Notes
44

55
.. contents:: Topics
66

7+
v3.12.0
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
Release 3.12.0 - See documentation on cvp.avd.sh for details.
14+
15+
Minor Changes
16+
-------------
17+
18+
- Add support for Ansible 2.18.x
719

820
v3.11.0
921
=======
@@ -13,7 +25,6 @@ Release Summary
1325

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

16-
1728
Bugfixes
1829
--------
1930

@@ -30,7 +41,6 @@ Release Summary
3041

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

33-
3444
Bugfixes
3545
--------
3646

@@ -44,7 +54,6 @@ Release Summary
4454

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

47-
4857
Minor Changes
4958
-------------
5059

@@ -58,7 +67,6 @@ Release Summary
5867

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

61-
6270
Minor Changes
6371
-------------
6472

@@ -78,7 +86,6 @@ Release Summary
7886

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

81-
8289
Minor Changes
8390
-------------
8491

@@ -99,7 +106,6 @@ Release Summary
99106

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

102-
103109
Minor Changes
104110
-------------
105111

@@ -123,7 +129,6 @@ Release Summary
123129

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

126-
127132
Bugfixes
128133
--------
129134

@@ -141,7 +146,6 @@ Release Summary
141146

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

144-
145149
Minor Changes
146150
-------------
147151

@@ -160,7 +164,6 @@ Release Summary
160164

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

163-
164167
Bugfixes
165168
--------
166169

@@ -174,7 +177,6 @@ Release Summary
174177

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

177-
178180
Minor Changes
179181
-------------
180182

@@ -199,7 +201,6 @@ Release Summary
199201

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

202-
203204
Minor Changes
204205
-------------
205206

ansible_collections/arista/cvp/changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ plugins:
8686
strategy: {}
8787
test: {}
8888
vars: {}
89-
version: 3.11.0
89+
version: 3.12.0

ansible_collections/arista/cvp/changelogs/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ releases:
3333
fragments:
3434
- v3.11.0.yml
3535
release_date: '2024-08-13'
36+
3.12.0:
37+
changes:
38+
minor_changes:
39+
- Add support for Ansible 2.18.x
40+
release_summary: 'Release 3.12.0 - See documentation on cvp.avd.sh for details.
41+
42+
'
43+
fragments:
44+
- v3.12.0.yml
45+
release_date: '2024-11-15'
3646
3.4.0:
3747
changes:
3848
bugfixes:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
release_summary: |
2+
Release 3.12.0 - See documentation on cvp.avd.sh for details.
3+
4+
minor_changes:
5+
- Add support for Ansible 2.18.x

ansible_collections/arista/cvp/docs/release-notes/v3.x.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
- On premise version higher than 2021.3.0
1515
- CloudVision as a Service
1616

17+
## Release 3.12.0
18+
19+
Full release note available on [github](https://github.com/aristanetworks/ansible-cvp/releases/tag/v3.12.0)
20+
21+
### Requirements
22+
23+
- Ansible-cvp now supports a newer maximum version of the Python package `ansible-core>=2.15.0,<2.19.0`
24+
1725
## Release 3.11.0
1826

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

ansible_collections/arista/cvp/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: arista
88
name: cvp
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: 3.11.0
11+
version: 3.12.0
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md

0 commit comments

Comments
 (0)