Skip to content

release_pr #668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ Cisco MSO Ansible Collection Release Notes

This changelog describes changes after version 0.0.4.

v2.11.0
=======

Release Summary
---------------

Release v2.11.0 of the ``ansible-mso`` collection on 2025-05-08.
This changelog describes all changes made to the modules and plugins included in this collection since v2.10.0.

Minor Changes
-------------

- Add ndo_qos_class_policy as a new Module to manage QoS Class Policy on NDO.
- Added ndo_l3out_bgp_peer module to manage L3Out Node/Interface Group Policy - BGP Peer objects
- Added new module for Tenant SPAN Session.
- Added testing support for Ansible Core 2.19
- Addition of new module ndo_service_device_cluster and its test file
- Replaced the ndo modules current value with actual API response value (DCNE-185) (#589)

Bugfixes
--------

- Fix API endpoint to query local and remote users in ND4.0

v2.10.0
=======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,26 @@ releases:

'
release_date: '2025-04-19'
2.11.0:
changes:
bugfixes:
- Fix API endpoint to query local and remote users in ND4.0
minor_changes:
- Add ndo_qos_class_policy as a new Module to manage QoS Class Policy on NDO.
- Added ndo_l3out_bgp_peer module to manage L3Out Node/Interface Group Policy
- BGP Peer objects
- Added new module for Tenant SPAN Session.
- Added testing support for Ansible Core 2.19
- Addition of new module ndo_service_device_cluster and its test file
- Replaced the ndo modules current value with actual API response value (DCNE-185)
(#589)
release_summary: 'Release v2.11.0 of the ``ansible-mso`` collection on 2025-05-08.

This changelog describes all changes made to the modules and plugins included
in this collection since v2.10.0.

'
release_date: '2025-05-08'
2.2.0:
changes:
bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: cisco
name: mso
# The version of the collection. Must be compatible with semantic versioning
version: 2.10.0
version: 2.11.0
readme: README.md
authors:
- Dag Wieers (@dagwieers)
Expand Down
8 changes: 8 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ action_groups:
- ndo_ipsla_track_list
- ndo_l3_domain
- ndo_l3out_annotation
- ndo_l3out_bgp_peer
- ndo_l3out_interface_group_policy
- ndo_l3out_interface_routing_policy
- ndo_l3out_node_group_policy
Expand All @@ -107,17 +108,20 @@ action_groups:
- ndo_port_channel_interface
- ndo_ptp_policy
- ndo_ptp_policy_profiles
- ndo_qos_class_policy
- ndo_qos_dscp_cos_translation_policy
- ndo_route_map_policy_multicast
- ndo_schema_template_bd_dhcp_policy
- ndo_schema_template_deploy
- ndo_service_device_cluster
- ndo_synce_interface_policy
- ndo_template
- ndo_tenant_bgp_peer_prefix_policy
- ndo_tenant_custom_qos_policy
- ndo_tenant_igmp_interface_policy
- ndo_tenant_igmp_snooping_policy
- ndo_tenant_mld_snooping_policy
- ndo_tenant_span_session
- ndo_virtual_port_channel_interface
- ndo_vlan_pool
all:
Expand Down Expand Up @@ -201,6 +205,7 @@ action_groups:
- ndo_ipsla_track_list
- ndo_l3_domain
- ndo_l3out_annotation
- ndo_l3out_bgp_peer
- ndo_l3out_interface_group_policy
- ndo_l3out_interface_routing_policy
- ndo_l3out_node_group_policy
Expand All @@ -216,16 +221,19 @@ action_groups:
- ndo_port_channel_interface
- ndo_ptp_policy
- ndo_ptp_policy_profiles
- ndo_qos_class_policy
- ndo_qos_dscp_cos_translation_policy
- ndo_route_map_policy_multicast
- ndo_schema_template_bd_dhcp_policy
- ndo_schema_template_deploy
- ndo_service_device_cluster
- ndo_synce_interface_policy
- ndo_template
- ndo_tenant_bgp_peer_prefix_policy
- ndo_tenant_custom_qos_policy
- ndo_tenant_igmp_interface_policy
- ndo_tenant_igmp_snooping_policy
- ndo_tenant_mld_snooping_policy
- ndo_tenant_span_session
- ndo_virtual_port_channel_interface
- ndo_vlan_pool