Skip to content

Commit e79451b

Browse files
dcn-ecosystemsamiib
authored andcommitted
[ignore] Update Changelog for new release (v2.13.0)
1 parent f83ef78 commit e79451b

8 files changed

Lines changed: 64 additions & 5 deletions

File tree

CHANGELOG.rst

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

77
This changelog describes changes after version 0.0.4.
88

9+
v2.13.0
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Release v2.13.0 of the ``ansible-mso`` collection on 2026-03-07.
16+
This changelog describes all changes made to the modules and plugins included in this collection since v2.12.0.
17+
18+
Minor Changes
19+
-------------
20+
21+
- Add support to deploy and undeploy non-schema templates in ndo_template_deploy (formerly ndo_schema_template_deploy).
22+
23+
New Modules
24+
-----------
25+
26+
- cisco.mso.ndo_endpoint_ip_tag_policy - Manage Endpoint IP Tag Policies on Cisco Nexus Dashboard Orchestrator (NDO).
27+
- cisco.mso.ndo_endpoint_mac_tag_policy - Manage Endpoint MAC Tag Policies on Cisco Nexus Dashboard Orchestrator (NDO).
28+
- cisco.mso.ndo_template_deploy - Deploy templates to sites on Cisco Nexus Dashboard Orchestrator (NDO).
29+
- cisco.mso.ndo_tenant_netflow_record - Manage NetFlow Record on Cisco Nexus Dashboard Orchestrator (NDO).
30+
931
v2.12.0
1032
=======
1133

changelogs/changelog.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,34 @@ releases:
502502
name: ndo_set_rule_policy
503503
namespace: ''
504504
release_date: '2025-11-29'
505+
2.13.0:
506+
changes:
507+
minor_changes:
508+
- Add support to deploy and undeploy non-schema templates in ndo_template_deploy
509+
(formerly ndo_schema_template_deploy).
510+
release_summary: 'Release v2.13.0 of the ``ansible-mso`` collection on 2026-03-07.
511+
512+
This changelog describes all changes made to the modules and plugins included
513+
in this collection since v2.12.0.
514+
515+
'
516+
modules:
517+
- description: Manage Endpoint IP Tag Policies on Cisco Nexus Dashboard Orchestrator
518+
(NDO).
519+
name: ndo_endpoint_ip_tag_policy
520+
namespace: ''
521+
- description: Manage Endpoint MAC Tag Policies on Cisco Nexus Dashboard Orchestrator
522+
(NDO).
523+
name: ndo_endpoint_mac_tag_policy
524+
namespace: ''
525+
- description: Deploy templates to sites on Cisco Nexus Dashboard Orchestrator
526+
(NDO).
527+
name: ndo_template_deploy
528+
namespace: ''
529+
- description: Manage NetFlow Record on Cisco Nexus Dashboard Orchestrator (NDO).
530+
name: ndo_tenant_netflow_record
531+
namespace: ''
532+
release_date: '2026-03-07'
505533
2.2.0:
506534
changes:
507535
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.12.0
5+
version: 2.13.0
66
readme: README.md
77
authors:
88
- Dag Wieers (@dagwieers)

meta/runtime.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ action_groups:
9393
ndo:
9494
- ndo_dhcp_option_policy
9595
- ndo_dhcp_relay_policy
96+
- ndo_endpoint_ip_tag_policy
97+
- ndo_endpoint_mac_tag_policy
9698
- ndo_fabric_span_session
9799
- ndo_fabric_span_session_source
98100
- ndo_fabric_span_session_source_filter
@@ -138,16 +140,17 @@ action_groups:
138140
- ndo_route_map_policy_route_control_context
139141
- ndo_schema_template_bd_dhcp_policy
140142
- ndo_schema_template_contract_service_chain
141-
- ndo_template_deploy
142143
- ndo_service_device_cluster
143144
- ndo_set_rule_policy
144145
- ndo_synce_interface_policy
145146
- ndo_template
147+
- ndo_template_deploy
146148
- ndo_tenant_bgp_peer_prefix_policy
147149
- ndo_tenant_custom_qos_policy
148150
- ndo_tenant_igmp_interface_policy
149151
- ndo_tenant_igmp_snooping_policy
150152
- ndo_tenant_mld_snooping_policy
153+
- ndo_tenant_netflow_record
151154
- ndo_tenant_span_session
152155
- ndo_virtual_port_channel_interface
153156
- ndo_vlan_pool
@@ -226,6 +229,8 @@ action_groups:
226229
- mso_version
227230
- ndo_dhcp_option_policy
228231
- ndo_dhcp_relay_policy
232+
- ndo_endpoint_ip_tag_policy
233+
- ndo_endpoint_mac_tag_policy
229234
- ndo_fabric_span_session
230235
- ndo_fabric_span_session_source
231236
- ndo_fabric_span_session_source_filter
@@ -271,16 +276,17 @@ action_groups:
271276
- ndo_route_map_policy_route_control_context
272277
- ndo_schema_template_bd_dhcp_policy
273278
- ndo_schema_template_contract_service_chain
274-
- ndo_template_deploy
275279
- ndo_service_device_cluster
276280
- ndo_set_rule_policy
277281
- ndo_synce_interface_policy
278282
- ndo_template
283+
- ndo_template_deploy
279284
- ndo_tenant_bgp_peer_prefix_policy
280285
- ndo_tenant_custom_qos_policy
281286
- ndo_tenant_igmp_interface_policy
282287
- ndo_tenant_igmp_snooping_policy
283288
- ndo_tenant_mld_snooping_policy
289+
- ndo_tenant_netflow_record
284290
- ndo_tenant_span_session
285291
- ndo_virtual_port_channel_interface
286292
- ndo_vlan_pool

plugins/modules/ndo_endpoint_ip_tag_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_endpoint_ip_tag_policy
17+
version_added: "2.13.0"
1718
short_description: Manage Endpoint IP Tag Policies on Cisco Nexus Dashboard Orchestrator (NDO).
1819
description:
1920
- Manage Endpoint IP Tag Policies on Cisco Nexus Dashboard Orchestrator (NDO).

plugins/modules/ndo_endpoint_mac_tag_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_endpoint_mac_tag_policy
17+
version_added: "2.13.0"
1718
short_description: Manage Endpoint MAC Tag Policies on Cisco Nexus Dashboard Orchestrator (NDO).
1819
description:
1920
- Manage Endpoint MAC Tag Policies on Cisco Nexus Dashboard Orchestrator (NDO).

plugins/modules/ndo_template_deploy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
DOCUMENTATION = r"""
1515
---
1616
module: ndo_template_deploy
17-
short_description: Deploy templates to sites for NDO v3.7 and higher
17+
version_added: "2.13.0"
18+
short_description: Deploy templates to sites on Cisco Nexus Dashboard Orchestrator (NDO).
1819
description:
1920
- Deploy templates to sites.
2021
- Prior to deploy or redeploy a schema validation is executed.

plugins/modules/ndo_tenant_netflow_record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
DOCUMENTATION = r"""
1515
---
1616
module: ndo_tenant_netflow_record
17-
version_added: "2.12.0"
17+
version_added: "2.13.0"
1818
short_description: Manage NetFlow Record on Cisco Nexus Dashboard Orchestrator (NDO).
1919
description:
2020
- Manage NetFlow Record on Cisco Nexus Dashboard Orchestrator (NDO).

0 commit comments

Comments
 (0)