Skip to content

Commit 19b2473

Browse files
authored
Prepare for v9.0.0 (#867)
Signed-off-by: NilashishC <[email protected]>
1 parent bb2cba4 commit 19b2473

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Cisco Nxos Collection Release Notes
44

55
.. contents:: Topics
66

7+
v9.0.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Starting from this release, the minimum `ansible-core` version this collection requires is `2.15.0`. The last known version compatible with ansible-core<2.15 is v8.1.0.
14+
15+
Major Changes
16+
-------------
17+
18+
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now.
19+
720
v8.1.0
821
======
922

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,3 +1105,15 @@ releases:
11051105
- nxos_l3_interfaces.yaml
11061106
- route_maps.yaml
11071107
release_date: "2024-05-22"
1108+
9.0.0:
1109+
changes:
1110+
major_changes:
1111+
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
1112+
are EoL now.
1113+
release_summary:
1114+
Starting from this release, the minimum `ansible-core` version
1115+
this collection requires is `2.15.0`. The last known version compatible with
1116+
ansible-core<2.15 is v8.1.0.
1117+
fragments:
1118+
- bump_215.yaml
1119+
release_date: "2024-06-07"

changelogs/fragments/bump_215.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ readme: README.md
1010
repository: https://github.com/ansible-collections/cisco.nxos
1111
issues: https://github.com/ansible-collections/cisco.nxos/issues
1212
tags: [cisco, nxos, networking, nxapi, netconf]
13-
version: 8.1.0
13+
version: 9.0.0

0 commit comments

Comments
 (0)