diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7916885..feb80f7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ Cisco Nexus Dashboard Ansible Collection Release Notes .. contents:: Topics +v1.2.0 +====== + +Release Summary +--------------- + +Release v1.2.0 of the ``ansible-nd`` collection on 2024-07-16. +This changelog describes all changes made to the modules and plugins included in this collection since v1.1.0. + +New Modules +----------- + +- cisco.nd.nd_federation_member - Setup multi-cluster configuration on Cisco Nexus Dashboard (ND). + v1.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6ae9692..211d8a2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -174,3 +174,16 @@ releases: ' release_date: '2024-07-01' + 1.2.0: + changes: + release_summary: 'Release v1.2.0 of the ``ansible-nd`` collection on 2024-07-16. + + This changelog describes all changes made to the modules and plugins included + in this collection since v1.1.0. + + ' + modules: + - description: Setup multi-cluster configuration on Cisco Nexus Dashboard (ND). + name: nd_federation_member + namespace: '' + release_date: '2024-08-06' diff --git a/galaxy.yml b/galaxy.yml index 625beac..60fbeb8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: cisco name: nd # The version of the collection. Must be compatible with semantic versioning -version: 1.1.0 +version: 1.2.0 readme: README.md authors: - "Lionel Hercot (@lhercot)" diff --git a/meta/runtime.yml b/meta/runtime.yml index 8d95c6a..4ad3928 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -13,6 +13,7 @@ action_groups: - nd_compliance_requirement_config_template - nd_delta_analysis - nd_epoch + - nd_federation_member - nd_flow_rules - nd_instant_assurance_analysis - nd_interface_flow_rules diff --git a/plugins/modules/nd_federation_member.py b/plugins/modules/nd_federation_member.py index 587dde0..bc9c0c0 100644 --- a/plugins/modules/nd_federation_member.py +++ b/plugins/modules/nd_federation_member.py @@ -14,7 +14,7 @@ DOCUMENTATION = r""" --- module: nd_federation_member -version_added: "0.3.0" +version_added: "1.2.0" short_description: Setup multi-cluster configuration on Cisco Nexus Dashboard (ND). description: - Connects multiple clusters together for a single pane of glass view and administration of the clusters and their sites, services, and configurations.