Skip to content

Commit d638f0e

Browse files
dcn-ecosystemlhercot
dcn-ecosystem
authored andcommitted
[ignore] Update Changelog for new release (v1.2.0)
1 parent eab8be8 commit d638f0e

File tree

5 files changed

+30
-2
lines changed

5 files changed

+30
-2
lines changed

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Cisco Nexus Dashboard Ansible Collection Release Notes
44

55
.. contents:: Topics
66

7+
v1.2.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Release v1.2.0 of the ``ansible-nd`` collection on 2024-07-16.
14+
This changelog describes all changes made to the modules and plugins included in this collection since v1.1.0.
15+
16+
New Modules
17+
-----------
18+
19+
- cisco.nd.nd_federation_member - Setup multi-cluster configuration on Cisco Nexus Dashboard (ND).
20+
721
v1.1.0
822
======
923

changelogs/changelog.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,16 @@ releases:
174174
175175
'
176176
release_date: '2024-07-01'
177+
1.2.0:
178+
changes:
179+
release_summary: 'Release v1.2.0 of the ``ansible-nd`` collection on 2024-07-16.
180+
181+
This changelog describes all changes made to the modules and plugins included
182+
in this collection since v1.1.0.
183+
184+
'
185+
modules:
186+
- description: Setup multi-cluster configuration on Cisco Nexus Dashboard (ND).
187+
name: nd_federation_member
188+
namespace: ''
189+
release_date: '2024-08-06'

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: cisco
33
name: nd
44
# The version of the collection. Must be compatible with semantic versioning
5-
version: 1.1.0
5+
version: 1.2.0
66
readme: README.md
77
authors:
88
- "Lionel Hercot (@lhercot)"

meta/runtime.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ action_groups:
1313
- nd_compliance_requirement_config_template
1414
- nd_delta_analysis
1515
- nd_epoch
16+
- nd_federation_member
1617
- nd_flow_rules
1718
- nd_instant_assurance_analysis
1819
- nd_interface_flow_rules

plugins/modules/nd_federation_member.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
DOCUMENTATION = r"""
1515
---
1616
module: nd_federation_member
17-
version_added: "0.3.0"
17+
version_added: "1.2.0"
1818
short_description: Setup multi-cluster configuration on Cisco Nexus Dashboard (ND).
1919
description:
2020
- Connects multiple clusters together for a single pane of glass view and administration of the clusters and their sites, services, and configurations.

0 commit comments

Comments
 (0)