Skip to content

Commit 3bfe00d

Browse files
dcn-ecosystemlhercot
authored andcommitted
[ignore] Update Changelog for new release (v2.8.0)
1 parent 92facb5 commit 3bfe00d

4 files changed

Lines changed: 128 additions & 47 deletions

File tree

CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ Cisco MSO Ansible Collection Release Notes
66

77
This changelog describes changes after version 0.0.4.
88

9+
v2.8.0
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Release v2.8.0 of the ``ansible-mso`` collection on 2024-07-12.
16+
This changelog describes all changes made to the modules and plugins included in this collection since v2.7.0.
17+
18+
Minor Changes
19+
-------------
20+
21+
- Add module mso_schema_template_vrf_rp to support multicast vrf rp in application templates
22+
- Add module ndo_dhcp_option_policy to support dhcp option policy configuration in tenant templates
23+
- Add module ndo_dhcp_relay_policy to support dhcp relay policy configuration in tenant templates
24+
- Add module ndo_l3_domain and ndo_physical_domain to support domain configuration in fabric policy templates
25+
- Add module ndo_vlan_pool to support vlan pool configuration in fabric policy templates
26+
- Add site_aware_policy_enforcement and bd_enforcement_status arguments to the mso_schema_template_vrf module
27+
- Add support for multicast route map filters in mso_schema_template_bd
28+
29+
Bugfixes
30+
--------
31+
32+
- Fix to avoid making updates to attributes that are not provided which could lead to removal of configuration in mso_schema_template_bd
33+
- Fix to avoid making updates to attributes that are not provided which could lead to removal of configuration in mso_schema_template_vrf
34+
935
v2.7.0
1036
======
1137

changelogs/changelog.yaml

Lines changed: 89 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ releases:
33
0.0.5:
44
changes:
55
release_summary: New release v0.0.5
6-
release_date: '2020-04-07'
6+
release_date: "2020-04-07"
77
0.0.6:
88
changes:
99
bugfixes:
@@ -45,7 +45,7 @@ releases:
4545
- Updated Test File Covering all conditions
4646
- mso_schema_site_anp_epg_staticport - Add VPC support (https://github.com/ansible/ansible/pull/62803)
4747
release_summary: New release v0.0.6
48-
release_date: '2020-06-13'
48+
release_date: "2020-06-13"
4949
0.0.7:
5050
changes:
5151
bugfixes:
@@ -75,7 +75,7 @@ releases:
7575
(https://github.com/CiscoDevNet/ansible-mso/pull/55)
7676
- Modified External EPG module and addition of new Selector module
7777
release_summary: New release v0.0.7
78-
release_date: '2020-07-08'
78+
release_date: "2020-07-08"
7979
0.0.8:
8080
changes:
8181
bugfixes:
@@ -107,7 +107,7 @@ releases:
107107
- Update cidr module, udpate attributes in hub network module and its test file
108108
- Use a function to reuuse duplicate part
109109
release_summary: New release v0.0.8
110-
release_date: '2020-07-21'
110+
release_date: "2020-07-21"
111111
1.0.0:
112112
changes:
113113
bugfixes:
@@ -117,14 +117,15 @@ releases:
117117
- Fix M() and module to use FQCN
118118
- Update Ansible version in CI and add 2.10.0 to sanity in CI.
119119
- Update Readme with supported versions
120-
release_summary: 'This is the first official release of the ``cisco.mso`` collection
120+
release_summary:
121+
"This is the first official release of the ``cisco.mso`` collection
121122
on 2020-08-18.
122123
123124
This changelog describes all changes made to the modules and plugins included
124125
in this collection since Ansible 2.9.0.
125126
126-
'
127-
release_date: '2020-08-18'
127+
"
128+
release_date: "2020-08-18"
128129
1.0.1:
129130
changes:
130131
bugfixes:
@@ -143,13 +144,14 @@ releases:
143144
- Add test file for site_bd_subnet
144145
- Bump module to v1.0.1
145146
- Extent mso_tenant test case coverage
146-
release_summary: 'Release v1.0.1 of the ``cisco.mso`` collection on 2020-10-30.
147+
release_summary:
148+
"Release v1.0.1 of the ``cisco.mso`` collection on 2020-10-30.
147149
148150
This changelog describes all changes made to the modules and plugins included
149151
in this collection since v1.0.0.
150152
151-
'
152-
release_date: '2020-10-30'
153+
"
154+
release_date: "2020-10-30"
153155
1.1.0:
154156
changes:
155157
bugfixes:
@@ -215,13 +217,14 @@ releases:
215217
- Test DHCP Policy Provider added
216218
- Test file for mso_dhcp_relay_policy added
217219
- Test file for template_bd_subnet and new option foe module
218-
release_summary: 'Release v1.1.0 of the ``cisco.mso`` collection on 2021-01-20.
220+
release_summary:
221+
"Release v1.1.0 of the ``cisco.mso`` collection on 2021-01-20.
219222
220223
This changelog describes all changes made to the modules and plugins included
221224
in this collection since v1.0.1.
222225
223-
'
224-
release_date: '2021-01-20'
226+
"
227+
release_date: "2021-01-20"
225228
1.2.0:
226229
changes:
227230
bugfixes:
@@ -244,18 +247,19 @@ releases:
244247
- Add support cisco.nd.nd connection plugin
245248
- Add support for multiple DCHP policies in a BD and new module mso_schema_template_bd_dhcp_policy
246249
- Upgrade CI to latest Ansible version and Python 3.8
247-
release_summary: 'Release v1.2.0 of the ``cisco.mso`` collection on 2021-06-02.
250+
release_summary:
251+
"Release v1.2.0 of the ``cisco.mso`` collection on 2021-06-02.
248252
249253
This changelog describes all changes made to the modules and plugins included
250254
in this collection since v1.1.0.
251255
252-
'
256+
"
253257
plugins:
254258
httpapi:
255259
- description: MSO Ansible HTTPAPI Plugin.
256260
name: mso
257261
namespace: null
258-
release_date: '2021-06-02'
262+
release_date: "2021-06-02"
259263
1.3.0:
260264
changes:
261265
bugfixes:
@@ -282,13 +286,14 @@ releases:
282286
- Improve scope attribute documentation in mso_schema_template_external_epg_subnet
283287
- Update Ansible version used in automated testing to v2.9.27, v2.10.16 and
284288
addition of v2.11.7 and v2.12.1
285-
release_summary: 'Release v1.3.0 of the ``cisco.mso`` collection on 2021-12-18.
289+
release_summary:
290+
"Release v1.3.0 of the ``cisco.mso`` collection on 2021-12-18.
286291
287292
This changelog describes all changes made to the modules and plugins included
288293
in this collection since v1.2.0.
289294
290-
'
291-
release_date: '2021-12-18'
295+
"
296+
release_date: "2021-12-18"
292297
1.4.0:
293298
changes:
294299
bugfixes:
@@ -299,13 +304,14 @@ releases:
299304
minor_changes:
300305
- Update mso_schema_template_clone to use new method from NDO and unrestrict
301306
it to earlier version
302-
release_summary: 'Release v1.4.0 of the ``ansible-mso`` collection on 2022-03-15.
307+
release_summary:
308+
"Release v1.4.0 of the ``ansible-mso`` collection on 2022-03-15.
303309
304310
This changelog describes all changes made to the modules and plugins included
305311
in this collection since v1.3.0.
306312
307-
'
308-
release_date: '2022-03-15'
313+
"
314+
release_date: "2022-03-15"
309315
2.1.0:
310316
changes:
311317
bugfixes:
@@ -321,16 +327,17 @@ releases:
321327
- Add mso_schema_template_service_graph, mso_schema_site_service_graph and mso_service_node_type
322328
modules (#243)
323329
- Add primary attribute to mso_schema_site_bd_subnet (#254)
324-
release_summary: 'Release v2.1.0 of the ``ansible-mso`` collection on 2022-10-14.
330+
release_summary:
331+
"Release v2.1.0 of the ``ansible-mso`` collection on 2022-10-14.
325332
326333
This changelog describes all changes made to the modules and plugins included
327334
in this collection since v1.4.0.
328335
329336
The version was bumped directly to 2.1.0 due to a previous collection upload
330337
issue on galaxy.
331338
332-
'
333-
release_date: '2022-10-14'
339+
"
340+
release_date: "2022-10-14"
334341
2.2.0:
335342
changes:
336343
bugfixes:
@@ -351,38 +358,41 @@ releases:
351358
(#304)
352359
- Add support for orchestrator_only attribute for mso_tenant with state absent
353360
(#268)
354-
release_summary: 'Release v2.2.0 of the ``ansible-mso`` collection on 2023-01-29.
361+
release_summary:
362+
"Release v2.2.0 of the ``ansible-mso`` collection on 2023-01-29.
355363
356364
This changelog describes all changes made to the modules and plugins included
357365
in this collection since v2.1.0.
358366
359-
'
360-
release_date: '2023-01-29'
367+
"
368+
release_date: "2023-01-29"
361369
2.2.1:
362370
changes:
363371
bugfixes:
364372
- Fix datetime support for python2.7 in mso_backup_schedule (#323)
365-
release_summary: 'Release v2.2.1 of the ``ansible-mso`` collection on 2023-01-31.
373+
release_summary:
374+
"Release v2.2.1 of the ``ansible-mso`` collection on 2023-01-31.
366375
367376
This changelog describes all changes made to the modules and plugins included
368377
in this collection since v2.2.0.
369378
370-
'
371-
release_date: '2023-01-31'
379+
"
380+
release_date: "2023-01-31"
372381
2.3.0:
373382
changes:
374383
bugfixes:
375384
- Fix idempotency for mso_schema_site_bd_l3out
376385
minor_changes:
377386
- Add module mso_schema_site_anp_epg_bulk_staticport (#330)
378387
- Add route_reachability attribute to mso_schema_site_external_epg module (#335)
379-
release_summary: 'Release v2.3.0 of the ``ansible-mso`` collection on 2023-03-30.
388+
release_summary:
389+
"Release v2.3.0 of the ``ansible-mso`` collection on 2023-03-30.
380390
381391
This changelog describes all changes made to the modules and plugins included
382392
in this collection since v2.2.1.
383393
384-
'
385-
release_date: '2023-03-30'
394+
"
395+
release_date: "2023-03-30"
386396
2.4.0:
387397
changes:
388398
bugfixes:
@@ -395,13 +405,14 @@ releases:
395405
minor_changes:
396406
- Add ip_data_plane_learning and preferred_group arguments to mso_schema_template_vrf
397407
module (#358)
398-
release_summary: 'Release v2.4.0 of the ``ansible-mso`` collection on 2023-04-19.
408+
release_summary:
409+
"Release v2.4.0 of the ``ansible-mso`` collection on 2023-04-19.
399410
400411
This changelog describes all changes made to the modules and plugins included
401412
in this collection since v2.3.0.
402413
403-
'
404-
release_date: '2023-04-19'
414+
"
415+
release_date: "2023-04-19"
405416
2.5.0:
406417
changes:
407418
bugfixes:
@@ -411,13 +422,14 @@ releases:
411422
of connection parameter handling
412423
- Add mso_schema_template_anp_epg_useg_attribute and mso_schema_site_anp_epg_useg_attribute
413424
modules to manage EPG uSeg attributes (#370)
414-
release_summary: 'Release v2.5.0 of the ``ansible-mso`` collection on 2023-08-04.
425+
release_summary:
426+
"Release v2.5.0 of the ``ansible-mso`` collection on 2023-08-04.
415427
416428
This changelog describes all changes made to the modules and plugins included
417429
in this collection since v2.4.0.
418430
419-
'
420-
release_date: '2023-08-04'
431+
"
432+
release_date: "2023-08-04"
421433
2.6.0:
422434
changes:
423435
bugfixes:
@@ -445,24 +457,55 @@ releases:
445457
module
446458
- Add support for required attributes introduced in NDO 4.2 for mso_schema_site_anp_epg_domain
447459
- Support for creation of schemas without templates with the mso_schema module
448-
release_summary: 'Release v2.6.0 of the ``ansible-mso`` collection on 2024-04-06.
460+
release_summary:
461+
"Release v2.6.0 of the ``ansible-mso`` collection on 2024-04-06.
449462
450463
This changelog describes all changes made to the modules and plugins included
451464
in this collection since v2.5.0.
452465
453-
'
454-
release_date: '2024-04-06'
466+
"
467+
release_date: "2024-04-06"
455468
2.7.0:
456469
changes:
457470
minor_changes:
458471
- Added module ndo_route_map_policy_multicast to support multicast route map
459472
policies configuration in tenant templates
460473
- Added module ndo_template to support creation of tenant, l3out, fabric_policy,
461474
fabric_resource, monitoring_tenant, monitoring_access and service_device templates
462-
release_summary: 'Release v2.7.0 of the ``ansible-mso`` collection on 2024-07-02.
475+
release_summary:
476+
"Release v2.7.0 of the ``ansible-mso`` collection on 2024-07-02.
463477
464478
This changelog describes all changes made to the modules and plugins included
465479
in this collection since v2.6.0.
466480
467-
'
468-
release_date: '2024-07-02'
481+
"
482+
release_date: "2024-07-02"
483+
2.8.0:
484+
changes:
485+
bugfixes:
486+
- Fix to avoid making updates to attributes that are not provided which could
487+
lead to removal of configuration in mso_schema_template_bd
488+
- Fix to avoid making updates to attributes that are not provided which could
489+
lead to removal of configuration in mso_schema_template_vrf
490+
minor_changes:
491+
- Add module mso_schema_template_vrf_rp to support multicast vrf rp in application
492+
templates
493+
- Add module ndo_dhcp_option_policy to support dhcp option policy configuration
494+
in tenant templates
495+
- Add module ndo_dhcp_relay_policy to support dhcp relay policy configuration
496+
in tenant templates
497+
- Add module ndo_l3_domain and ndo_physical_domain to support domain configuration
498+
in fabric policy templates
499+
- Add module ndo_vlan_pool to support vlan pool configuration in fabric policy
500+
templates
501+
- Add site_aware_policy_enforcement and bd_enforcement_status arguments to the
502+
mso_schema_template_vrf module
503+
- Add support for multicast route map filters in mso_schema_template_bd
504+
release_summary:
505+
"Release v2.8.0 of the ``ansible-mso`` collection on 2024-07-12.
506+
507+
This changelog describes all changes made to the modules and plugins included
508+
in this collection since v2.7.0.
509+
510+
"
511+
release_date: "2024-07-12"

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: cisco
33
name: mso
44
# The version of the collection. Must be compatible with semantic versioning
5-
version: 2.7.0
5+
version: 2.8.0
66
readme: README.md
77
authors:
88
- Dag Wieers (@dagwieers)

0 commit comments

Comments
 (0)