Skip to content

Commit

Permalink
Prepare for v6.0.1 (#808)
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Jan 30, 2024
1 parent 69499b8 commit dcf7bc2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Cisco Nxos Collection Release Notes
.. contents:: Topics


v6.0.1
======

Bugfixes
--------

- Prevents module_defaults from were being incorrectly applied to the platform action, instead of the concerned module.
- nxos_file_copy - correctly set file_pull_timeout/persistent_command_timeout value.

v6.0.0
======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1036,3 +1036,14 @@ releases:
- prep_300.yaml
- trivial_lint.yaml
release_date: "2023-11-30"
6.0.1:
changes:
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
value.
fragments:
- file_copy.yaml
- module_defaults.yaml
release_date: "2024-01-30"
3 changes: 0 additions & 3 deletions changelogs/fragments/file_copy.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/module_defaults.yaml

This file was deleted.

0 comments on commit dcf7bc2

Please sign in to comment.