From ae9b38ae7f3f226c9890d71b4a3edae77ba38be6 Mon Sep 17 00:00:00 2001 From: Nilashish Chakraborty Date: Thu, 30 Nov 2023 23:06:45 +0530 Subject: [PATCH] Prepare for v6.0.0 release (#785) * Prepare for v6.0.0 release Signed-off-by: NilashishC * Readme updates Signed-off-by: NilashishC * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update CHANGELOG.rst Co-authored-by: Sagar Paul * Update changelogs/changelog.yaml Co-authored-by: Sagar Paul --------- Signed-off-by: NilashishC Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sagar Paul --- CHANGELOG.rst | 13 +++++++++++++ README.md | 4 +--- changelogs/changelog.yaml | 13 +++++++++++++ changelogs/fragments/trivial_lint.yaml | 3 --- galaxy.yml | 4 ++-- 5 files changed, 29 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/trivial_lint.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a23f4bf80..6571b46c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Cisco Nxos Collection Release Notes .. contents:: Topics +v6.0.0 +====== + +Release Summary +--------------- + +Starting from this release, the minimum `ansible-core` version this collection requires is `2.14.0`. The last known version compatible with ansible-core<2.14 is `v5.3.0`. + +Major Changes +------------- + +- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions are EoL now. + v5.3.0 ====== diff --git a/README.md b/README.md index d7e176763..73f6a5717 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ - - # Cisco NX-OS Collection -[![CI](https://zuul-ci.org/gated.svg)](https://dashboard.zuul.ansible.com/t/ansible/project/github.com/ansible-collections/cisco.nxos) +[![CI](https://zuul-ci.org/gated.svg)](https://dashboard.zuul.ansible.com/t/ansible/project/github.com/ansible-collections/cisco.nxos) [![Codecov](https://codecov.io/gh/ansible-collections/cisco.nxos/branch/main/graph/badge.svg)](https://codecov.io/gh/ansible-collections/cisco.nxos) [![CI](https://github.com/ansible-collections/cisco.nxos/actions/workflows/tests.yml/badge.svg?branch=main&event=schedule)](https://github.com/ansible-collections/cisco.nxos/actions/workflows/tests.yml) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 055d17154..ad41cda1f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1023,3 +1023,16 @@ releases: - fix_config_module.yaml - trivial.yaml release_date: "2023-11-29" + 6.0.0: + changes: + major_changes: + - Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions + are EoL now. + release_summary: + Starting from this release, the minimum `ansible-core` version + this collection requires is `2.14.0`. The last known version compatible with + ansible-core<2.14 is `v5.3.0`. + fragments: + - prep_300.yaml + - trivial_lint.yaml + release_date: "2023-11-30" diff --git a/changelogs/fragments/trivial_lint.yaml b/changelogs/fragments/trivial_lint.yaml deleted file mode 100644 index 744f36321..000000000 --- a/changelogs/fragments/trivial_lint.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - "Fix lint action reference." diff --git a/galaxy.yml b/galaxy.yml index da53d0068..d64fdf5d5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ authors: - Ansible Network Community (ansible-network) dependencies: - "ansible.netcommon": ">=2.6.1" + "ansible.netcommon": ">=6.0.0" license_file: LICENSE name: nxos namespace: cisco @@ -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: 5.3.0 +version: 6.0.0