Skip to content

Commit b8ef040

Browse files
dcn-ecosystemsamiib
authored andcommitted
[ignore] Update Changelog for new release (v2.12.0)
1 parent b1bbac6 commit b8ef040

14 files changed

+124
-2
lines changed

CHANGELOG.rst

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

77
This changelog describes changes after version 0.0.4.
88

9+
v2.12.0
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Release v2.12.0 of the ``ansible-mso`` collection on 2025-11-19.
16+
This changelog describes all changes made to the modules and plugins included in this collection since v2.11.0.
17+
18+
Minor Changes
19+
-------------
20+
21+
- Add parent_type, node_id, path, port_channel, virtual_port_channel, encapsulation_type and encapsulation_value options to ndo_l3out_bgp_peer.
22+
- Add ptp option to ndo_l3out_routed_interface and ndo_l3out_routed_sub_interface.
23+
24+
Bugfixes
25+
--------
26+
27+
- Fix updates of multicast_route_map_policy in mso_schema_template_vrf_rp.
28+
- Fix updates of multicast_route_map_source_filter and multicast_route_map_destination_filter in mso_schema_template_bd.
29+
30+
New Modules
31+
-----------
32+
33+
- cisco.mso.ndo_l3out_floating_svi_interface - Manage L3Out Floating SVI Interfaces on Cisco Nexus Dashboard Orchestrator (NDO).
34+
- cisco.mso.ndo_l3out_floating_svi_interface_path_attributes - Manage L3Out Floating SVI Interface Path Attributes on Cisco Nexus Dashboard Orchestrator (NDO).
35+
- cisco.mso.ndo_l3out_secondary_ip - Manage L3Out Secondary IP Address on Cisco Nexus Dashboard Orchestrator (NDO).
36+
- cisco.mso.ndo_l3out_svi_interface - Manage L3Out SVI Interfaces on Cisco Nexus Dashboard Orchestrator (NDO).
37+
- cisco.mso.ndo_match_rule_community_term - Manage Match Community Terms on Cisco Nexus Dashboard Orchestrator (NDO).
38+
- cisco.mso.ndo_match_rule_policy - Manage Match Rule Policies on Cisco Nexus Dashboard Orchestrator (NDO).
39+
- cisco.mso.ndo_match_rule_prefix - Manage Match Prefix List on Cisco Nexus Dashboard Orchestrator (NDO).
40+
- cisco.mso.ndo_route_map_policy_route_control - Manage Route Map Policy for Route Control on Cisco Nexus Dashboard Orchestrator (NDO).
41+
- cisco.mso.ndo_route_map_policy_route_control_context - Manage Route Map Policy for Route Control Context on Cisco Nexus Dashboard Orchestrator (NDO).
42+
- cisco.mso.ndo_set_rule_policy - Manage Tenant Set Rule Policies on Cisco Nexus Dashboard Orchestrator (NDO).
43+
944
v2.11.0
1045
=======
1146

changelogs/changelog.yaml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,64 @@ releases:
444444
name: ndo_tenant_span_session
445445
namespace: ''
446446
release_date: '2025-07-17'
447+
2.12.0:
448+
changes:
449+
bugfixes:
450+
- Fix updates of multicast_route_map_policy in mso_schema_template_vrf_rp.
451+
- Fix updates of multicast_route_map_source_filter and multicast_route_map_destination_filter
452+
in mso_schema_template_bd.
453+
minor_changes:
454+
- Add parent_type, node_id, path, port_channel, virtual_port_channel, encapsulation_type
455+
and encapsulation_value options to ndo_l3out_bgp_peer.
456+
- Add ptp option to ndo_l3out_routed_interface and ndo_l3out_routed_sub_interface.
457+
release_summary: 'Release v2.12.0 of the ``ansible-mso`` collection on 2025-11-19.
458+
459+
This changelog describes all changes made to the modules and plugins included
460+
in this collection since v2.11.0.
461+
462+
'
463+
modules:
464+
- description: Manage L3Out Floating SVI Interfaces on Cisco Nexus Dashboard
465+
Orchestrator (NDO).
466+
name: ndo_l3out_floating_svi_interface
467+
namespace: ''
468+
- description: Manage L3Out Floating SVI Interface Path Attributes on Cisco
469+
Nexus Dashboard Orchestrator (NDO).
470+
name: ndo_l3out_floating_svi_interface_path_attributes
471+
namespace: ''
472+
- description: Manage L3Out Secondary IP Address on Cisco Nexus Dashboard Orchestrator
473+
(NDO).
474+
name: ndo_l3out_secondary_ip
475+
namespace: ''
476+
- description: Manage L3Out SVI Interfaces on Cisco Nexus Dashboard Orchestrator
477+
(NDO).
478+
name: ndo_l3out_svi_interface
479+
namespace: ''
480+
- description: Manage Match Community Terms on Cisco Nexus Dashboard Orchestrator
481+
(NDO).
482+
name: ndo_match_rule_community_term
483+
namespace: ''
484+
- description: Manage Match Rule Policies on Cisco Nexus Dashboard Orchestrator
485+
(NDO).
486+
name: ndo_match_rule_policy
487+
namespace: ''
488+
- description: Manage Match Prefix List on Cisco Nexus Dashboard Orchestrator
489+
(NDO).
490+
name: ndo_match_rule_prefix
491+
namespace: ''
492+
- description: Manage Route Map Policy for Route Control on Cisco Nexus Dashboard
493+
Orchestrator (NDO).
494+
name: ndo_route_map_policy_route_control
495+
namespace: ''
496+
- description: Manage Route Map Policy for Route Control Context on Cisco Nexus
497+
Dashboard Orchestrator (NDO).
498+
name: ndo_route_map_policy_route_control_context
499+
namespace: ''
500+
- description: Manage Tenant Set Rule Policies on Cisco Nexus Dashboard Orchestrator
501+
(NDO).
502+
name: ndo_set_rule_policy
503+
namespace: ''
504+
release_date: '2025-11-29'
447505
2.2.0:
448506
changes:
449507
bugfixes:

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.11.0
5+
version: 2.12.0
66
readme: README.md
77
authors:
88
- Dag Wieers (@dagwieers)

meta/runtime.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ action_groups:
101101
- ndo_l3_domain
102102
- ndo_l3out_annotation
103103
- ndo_l3out_bgp_peer
104+
- ndo_l3out_floating_svi_interface
105+
- ndo_l3out_floating_svi_interface_path_attributes
104106
- ndo_l3out_interface_group_policy
105107
- ndo_l3out_interface_routing_policy
106108
- ndo_l3out_node_group_policy
@@ -109,8 +111,13 @@ action_groups:
109111
- ndo_l3out_node_static_route_next_hop
110112
- ndo_l3out_routed_interface
111113
- ndo_l3out_routed_sub_interface
114+
- ndo_l3out_secondary_ip
115+
- ndo_l3out_svi_interface
112116
- ndo_l3out_template
113117
- ndo_macsec_policy
118+
- ndo_match_rule_community_term
119+
- ndo_match_rule_policy
120+
- ndo_match_rule_prefix
114121
- ndo_mcp_global_policy
115122
- ndo_node_profile
116123
- ndo_node_setting
@@ -125,10 +132,13 @@ action_groups:
125132
- ndo_qos_class_policy
126133
- ndo_qos_dscp_cos_translation_policy
127134
- ndo_route_map_policy_multicast
135+
- ndo_route_map_policy_route_control
136+
- ndo_route_map_policy_route_control_context
128137
- ndo_schema_template_bd_dhcp_policy
129138
- ndo_schema_template_contract_service_chain
130139
- ndo_schema_template_deploy
131140
- ndo_service_device_cluster
141+
- ndo_set_rule_policy
132142
- ndo_synce_interface_policy
133143
- ndo_template
134144
- ndo_tenant_bgp_peer_prefix_policy
@@ -224,6 +234,8 @@ action_groups:
224234
- ndo_l3_domain
225235
- ndo_l3out_annotation
226236
- ndo_l3out_bgp_peer
237+
- ndo_l3out_floating_svi_interface
238+
- ndo_l3out_floating_svi_interface_path_attributes
227239
- ndo_l3out_interface_group_policy
228240
- ndo_l3out_interface_routing_policy
229241
- ndo_l3out_node_group_policy
@@ -232,8 +244,13 @@ action_groups:
232244
- ndo_l3out_node_static_route_next_hop
233245
- ndo_l3out_routed_interface
234246
- ndo_l3out_routed_sub_interface
247+
- ndo_l3out_secondary_ip
248+
- ndo_l3out_svi_interface
235249
- ndo_l3out_template
236250
- ndo_macsec_policy
251+
- ndo_match_rule_community_term
252+
- ndo_match_rule_policy
253+
- ndo_match_rule_prefix
237254
- ndo_mcp_global_policy
238255
- ndo_node_profile
239256
- ndo_node_setting
@@ -248,10 +265,13 @@ action_groups:
248265
- ndo_qos_class_policy
249266
- ndo_qos_dscp_cos_translation_policy
250267
- ndo_route_map_policy_multicast
268+
- ndo_route_map_policy_route_control
269+
- ndo_route_map_policy_route_control_context
251270
- ndo_schema_template_bd_dhcp_policy
252271
- ndo_schema_template_contract_service_chain
253272
- ndo_schema_template_deploy
254273
- ndo_service_device_cluster
274+
- ndo_set_rule_policy
255275
- ndo_synce_interface_policy
256276
- ndo_template
257277
- ndo_tenant_bgp_peer_prefix_policy

plugins/modules/ndo_l3out_floating_svi_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
DOCUMENTATION = r"""
1616
---
1717
module: ndo_l3out_floating_svi_interface
18+
version_added: "2.12.0"
1819
short_description: Manage L3Out Floating SVI Interfaces on Cisco Nexus Dashboard Orchestrator (NDO).
1920
description:
2021
- Manage L3Out Floating SVI Interfaces on Cisco Nexus Dashboard Orchestrator (NDO).

plugins/modules/ndo_l3out_floating_svi_interface_path_attributes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
DOCUMENTATION = r"""
1616
---
1717
module: ndo_l3out_floating_svi_interface_path_attributes
18+
version_added: "2.12.0"
1819
short_description: Manage L3Out Floating SVI Interface Path Attributes on Cisco Nexus Dashboard Orchestrator (NDO).
1920
description:
2021
- Manage L3Out Floating SVI Interface Path Attributes on Cisco Nexus Dashboard Orchestrator (NDO).

plugins/modules/ndo_l3out_secondary_ip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
DOCUMENTATION = r"""
1515
module: ndo_l3out_secondary_ip
16-
version_added: "2.11.0"
16+
version_added: "2.12.0"
1717
short_description: Manage L3Out Secondary IP Address on Cisco Nexus Dashboard Orchestrator (NDO).
1818
description:
1919
- Manage L3Out L3Out Secondary IP Address on Cisco Nexus Dashboard Orchestrator (NDO).

plugins/modules/ndo_l3out_svi_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
DOCUMENTATION = r"""
1616
---
1717
module: ndo_l3out_svi_interface
18+
version_added: "2.12.0"
1819
short_description: Manage L3Out SVI Interfaces on Cisco Nexus Dashboard Orchestrator (NDO).
1920
description:
2021
- Manage L3Out SVI Interfaces on Cisco Nexus Dashboard Orchestrator (NDO).

plugins/modules/ndo_match_rule_community_term.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
DOCUMENTATION = r"""
1515
---
1616
module: ndo_match_rule_community_term
17+
version_added: "2.12.0"
1718
short_description: Manage Match Community Terms on Cisco Nexus Dashboard Orchestrator (NDO).
1819
description:
1920
- Manage Match Community Terms inside a Match Rule Policy on Cisco Nexus Dashboard Orchestrator (NDO).

plugins/modules/ndo_match_rule_policy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
DOCUMENTATION = r"""
1515
---
1616
module: ndo_match_rule_policy
17+
version_added: "2.12.0"
1718
short_description: Manage Match Rule Policies on Cisco Nexus Dashboard Orchestrator (NDO).
1819
description:
1920
- Manage Match Rule Policies on Cisco Nexus Dashboard Orchestrator (NDO).

0 commit comments

Comments
 (0)