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 #105

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
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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-11-13.
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.

Bugfixes
--------

- Updated README to match RedHat s ansible collection template.

v1.2.0
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,17 @@ 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.
release_summary: 'Release v1.3.0 of the ``ansible-nd`` collection on 2024-11-13.

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

'
release_date: '2024-11-13'
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: 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)"
Expand Down