Skip to content

Commit

Permalink
Prepare for v6.0.2 (#814)
Browse files Browse the repository at this point in the history
* Prepare for v6.0.2

Signed-off-by: NilashishC <[email protected]>

* Fix typo

Signed-off-by: NilashishC <[email protected]>

---------

Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Feb 7, 2024
1 parent 3a65be4 commit 5af76ab
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Cisco Nxos Collection Release Notes
.. contents:: Topics


v6.0.2
======

Bugfixes
--------

- nxos_interfaces - Correctly enable L3 interfaces on supported N3K platforms (https://github.com/ansible-collections/cisco.nxos/issues/749).

v6.0.1
======

Expand Down
10 changes: 9 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1041,9 +1041,17 @@ releases:
bugfixes:
- Prevents module_defaults from were being incorrectly applied to the platform
action, instead of the concerned module.
- nxos_file_copy - corectly set file_pull_timeout/persistent_command_timeout
- nxos_file_copy - correctly set file_pull_timeout/persistent_command_timeout
value.
fragments:
- file_copy.yaml
- module_defaults.yaml
release_date: "2024-01-30"
6.0.2:
changes:
bugfixes:
- nxos_interfaces - Correctly enable L3 interfaces on supported N3K platforms
(https://github.com/ansible-collections/cisco.nxos/issues/749).
fragments:
- fix_749.yaml
release_date: "2024-02-06"
3 changes: 0 additions & 3 deletions changelogs/fragments/fix_749.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ readme: README.md
repository: https://github.com/ansible-collections/cisco.nxos
issues: https://github.com/ansible-collections/cisco.nxos/issues
tags: [cisco, nxos, networking, nxapi, netconf]
version: 6.0.1
version: 6.0.2

0 comments on commit 5af76ab

Please sign in to comment.