diff --git a/CHANGELOG.rst b/CHANGELOG.rst index feb80f7..4d572b4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,26 @@ Cisco Nexus Dashboard Ansible Collection Release Notes .. contents:: Topics +v1.3.0 +====== + +Release Summary +--------------- + +Release v1.3.0 of the ``ansible-nd`` collection on 2024-12-18. +This changelog describes all changes made to the modules and plugins included in this collection since v1.2.0. + +Minor Changes +------------- + +- Add nd_setup support for ND version 3.1.1 and later. Add deployment mode to nd_setup. +- Enable the possibility to support pure IPv6 configurations for nd_setup module on nd version 3.0.1 and later. + +Bugfixes +-------- + +- Updated README to match RedHat s ansible collection template. + v1.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 211d8a2..61915f3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -187,3 +187,19 @@ releases: name: nd_federation_member namespace: '' release_date: '2024-08-06' + 1.3.0: + changes: + bugfixes: + - Updated README to match RedHat s ansible collection template. + minor_changes: + - Add nd_setup support for ND version 3.1.1 and later. Add deployment mode + to nd_setup. + - Enable the possibility to support pure IPv6 configurations for nd_setup + module on nd version 3.0.1 and later. + release_summary: 'Release v1.3.0 of the ``ansible-nd`` collection on 2024-12-18. + + This changelog describes all changes made to the modules and plugins included + in this collection since v1.2.0. + + ' + release_date: '2024-12-18' diff --git a/galaxy.yml b/galaxy.yml index 60fbeb8..c3ed9d6 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.2.0 +version: 1.3.0 readme: README.md authors: - "Lionel Hercot (@lhercot)"