Skip to content
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

release_pr #591

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
35 changes: 35 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,41 @@ Cisco MSO Ansible Collection Release Notes

This changelog describes changes after version 0.0.4.

v2.10.0
=======

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

Release v2.10.0 of the ``ansible-mso`` collection on 2024-12-19.
This changelog describes all changes made to the modules and plugins included in this collection since v2.9.0.

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

- Add module ndo_tenant_bgp_peer_prefix_policy for tenant bgp peer prefix policy configuration
- Add module ndo_tenant_mld_snooping_policy for tenant mld snooping configuration
- Add ndo_ipsla_monitoring_policy module for IPSLA Monitoring Policy (#531)
- Add ndo_port_channel_interface as a new module.
- Add support for name attribute in mso_schema_template_external_epg_subnet module
- Added mso_schema_template_anp_epg_intra_epg_contract module to manage Intra-EPG Contract
- Added ndo_l3out_annotation module to manage L3Out annotations
- Added ndo_l3out_node_group_policy module to manage L3Out Node/Interface Group Policy (DCNE-181) (#555)
- Added ndo_l3out_node_routing_policy module to manage L3Out Node Routing Policy under the tenant templates
- Added ndo_l3out_template module and test file
- Added ndo_mcp_global_policy for fabric policy global MCP configuration.
- Added new module ndo_mac_sec_policy (for macsecPolicies object).
- Added new module ndo_synce_interface_policy (#521)
- Adding new module for interface policy group object.
- Addition of ep detection mode for mso_schema_template_bd
- Allow site configuration for tenant policy template types in ndo_template module
- Fixed ndo_l3out_template module doc string

Bugfixes
--------

- Updated README to match RedHat s ansible collection template.

v2.9.0
======

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

'
release_date: '2022-10-14'
2.10.0:
changes:
bugfixes:
- Updated README to match RedHat s ansible collection template.
minor_changes:
- Add module ndo_tenant_bgp_peer_prefix_policy for tenant bgp peer prefix
policy configuration
- Add module ndo_tenant_mld_snooping_policy for tenant mld snooping configuration
- Add ndo_ipsla_monitoring_policy module for IPSLA Monitoring Policy (#531)
- Add ndo_port_channel_interface as a new module.
- Add support for name attribute in mso_schema_template_external_epg_subnet
module
- Added mso_schema_template_anp_epg_intra_epg_contract module to manage Intra-EPG
Contract
- Added ndo_l3out_annotation module to manage L3Out annotations
- Added ndo_l3out_node_group_policy module to manage L3Out Node/Interface
Group Policy (DCNE-181) (#555)
- Added ndo_l3out_node_routing_policy module to manage L3Out Node Routing
Policy under the tenant templates
- Added ndo_l3out_template module and test file
- Added ndo_mcp_global_policy for fabric policy global MCP configuration.
- Added new module ndo_mac_sec_policy (for macsecPolicies object).
- Added new module ndo_synce_interface_policy (#521)
- Adding new module for interface policy group object.
- Addition of ep detection mode for mso_schema_template_bd
- Allow site configuration for tenant policy template types in ndo_template
module
- Fixed ndo_l3out_template module doc string
release_summary: 'Release v2.10.0 of the ``ansible-mso`` collection on 2024-12-19.

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

'
trivial:
- C
release_date: '2024-12-19'
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.9.0
version: 2.10.0
readme: README.md
authors:
- Dag Wieers (@dagwieers)
Expand Down
26 changes: 26 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ action_groups:
- mso_schema_template_anp
- mso_schema_template_anp_epg
- mso_schema_template_anp_epg_contract
- mso_schema_template_anp_epg_intra_epg_contract
- mso_schema_template_anp_epg_selector
- mso_schema_template_anp_epg_subnet
- mso_schema_template_anp_epg_useg_attribute
Expand Down Expand Up @@ -84,12 +85,24 @@ action_groups:
ndo:
- ndo_dhcp_option_policy
- ndo_dhcp_relay_policy
- ndo_interface_setting
- ndo_ipsla_monitoring_policy
- ndo_l3_domain
- ndo_l3out_annotation
- ndo_l3out_node_group_policy
- ndo_l3out_node_routing_policy
- ndo_l3out_template
- ndo_macsec_policy
- ndo_mcp_global_policy
- ndo_physical_domain
- ndo_port_channel_interface
- ndo_route_map_policy_multicast
- ndo_schema_template_bd_dhcp_policy
- ndo_schema_template_deploy
- ndo_synce_interface_policy
- ndo_template
- ndo_tenant_bgp_peer_prefix_policy
- ndo_tenant_mld_snooping_policy
- ndo_vlan_pool
all:
- mso_backup
Expand Down Expand Up @@ -132,6 +145,7 @@ action_groups:
- mso_schema_template_anp
- mso_schema_template_anp_epg
- mso_schema_template_anp_epg_contract
- mso_schema_template_anp_epg_intra_epg_contract
- mso_schema_template_anp_epg_selector
- mso_schema_template_anp_epg_subnet
- mso_schema_template_anp_epg_useg_attribute
Expand Down Expand Up @@ -164,10 +178,22 @@ action_groups:
- mso_version
- ndo_dhcp_option_policy
- ndo_dhcp_relay_policy
- ndo_interface_setting
- ndo_ipsla_monitoring_policy
- ndo_l3_domain
- ndo_l3out_annotation
- ndo_l3out_node_group_policy
- ndo_l3out_node_routing_policy
- ndo_l3out_template
- ndo_macsec_policy
- ndo_mcp_global_policy
- ndo_physical_domain
- ndo_port_channel_interface
- ndo_route_map_policy_multicast
- ndo_schema_template_bd_dhcp_policy
- ndo_schema_template_deploy
- ndo_synce_interface_policy
- ndo_template
- ndo_tenant_bgp_peer_prefix_policy
- ndo_tenant_mld_snooping_policy
- ndo_vlan_pool