From 5af76abef8b8f74e97c43bd9b47a5b23b4c30072 Mon Sep 17 00:00:00 2001 From: Nilashish Chakraborty Date: Wed, 7 Feb 2024 09:00:26 +0530 Subject: [PATCH] Prepare for v6.0.2 (#814) * Prepare for v6.0.2 Signed-off-by: NilashishC * Fix typo Signed-off-by: NilashishC --------- Signed-off-by: NilashishC --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 10 +++++++++- changelogs/fragments/fix_749.yaml | 3 --- galaxy.yml | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/fix_749.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3d2c80b79..b92e441a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0b1922567..e043cc061 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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" diff --git a/changelogs/fragments/fix_749.yaml b/changelogs/fragments/fix_749.yaml deleted file mode 100644 index d01fd54f7..000000000 --- a/changelogs/fragments/fix_749.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - "nxos_interfaces - Correctly enable L3 interfaces on supported N3K platforms (https://github.com/ansible-collections/cisco.nxos/issues/749)." diff --git a/galaxy.yml b/galaxy.yml index dd7a20fac..be9792ba9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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