Skip to content

Commit f7cfe06

Browse files
authored
Release PR 8.0.0 (#696)
1 parent b913b79 commit f7cfe06

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v8.0.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
With this release, the minimum required version of `ansible-core` for this collection is `2.16.0`. The last version known to be compatible with `ansible-core` versions below `2.16` is v7.2.0.
14+
15+
Major Changes
16+
-------------
17+
18+
- Bumping `requires_ansible` to `>=2.16.0`, since previous ansible-core versions are EoL now.
19+
720
v7.2.0
821
======
922

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,3 +842,15 @@ releases:
842842
- libssh_pubkey_algo.yml
843843
- update_bindep.yml
844844
release_date: "2025-03-27"
845+
8.0.0:
846+
changes:
847+
major_changes:
848+
- Bumping `requires_ansible` to `>=2.16.0`, since previous ansible-core versions
849+
are EoL now.
850+
release_summary:
851+
"With this release, the minimum required version of `ansible-core`
852+
for this collection is `2.16.0`. The last version known to be compatible with
853+
`ansible-core` versions below `2.16` is v7.2.0."
854+
fragments:
855+
- bump216.yml
856+
release_date: "2025-04-11"

changelogs/fragments/bump216.yml

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

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ readme: README.md
1313
repository: https://github.com/ansible-collections/ansible.netcommon
1414
issues: https://github.com/ansible-collections/ansible.netcommon/issues
1515
tags: [networking, security, cloud, network_cli, netconf, httpapi, grpc]
16-
version: 7.2.0
16+
version: 8.0.0

0 commit comments

Comments
 (0)