Skip to content

Commit 33abf80

Browse files
ashwini-mhatreAshwini Mhatrepre-commit-ci[bot]NilashishCKB-perByte
authored
Major release 7.0.0 (#461)
* Major release 7.0.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Create update_ansible_version.yaml * Update update_ansible_version.yaml * Update changelogs/fragments/update_ansible_version.yaml Co-authored-by: Sagar Paul <[email protected]> * Preapare for release 7.0.0 --------- Co-authored-by: Ashwini Mhatre <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nilashish Chakraborty <[email protected]> Co-authored-by: Sagar Paul <[email protected]>
1 parent b2fdc72 commit 33abf80

File tree

12 files changed

+31
-132
lines changed

12 files changed

+31
-132
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Cisco Iosxr Collection Release Notes
55
.. contents:: Topics
66

77

8+
v7.0.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
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 `v6.1.1`.
15+
16+
Major Changes
17+
-------------
18+
19+
- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions are EoL now.
20+
821
v6.1.1
922
======
1023

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This collection has been tested against Cisco IOSXR version 7.0.2.
1010
<!--start requires_ansible-->
1111
## Ansible version compatibility
1212

13-
This collection has been tested against following Ansible versions: **>=2.9.10**.
13+
This collection has been tested against following Ansible versions: **>=2.14.0**.
1414

1515
For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
1616
fully qualified collection name (for example, `cisco.ios.ios`).

changelogs/changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,3 +688,16 @@ releases:
688688
- fix_python_version.yaml
689689
- revert_pylibssh_depn.yaml
690690
release_date: "2023-11-27"
691+
7.0.0:
692+
changes:
693+
major_changes:
694+
- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
695+
are EoL now.
696+
release_summary:
697+
Starting from this release, the minimum `ansible-core` version
698+
this collection requires is `2.14.0`. The last known version compatible with
699+
ansible-core<2.14 is `v6.1.1`.
700+
fragments:
701+
- trivial_lint.yaml
702+
- update_ansible_version.yaml
703+
release_date: "2023-11-30"

changelogs/fragments/trivial_lint.yaml

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

galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors:
33
- Ansible Network Community (ansible-network)
44
dependencies:
5-
"ansible.netcommon": ">=2.5.1"
5+
"ansible.netcommon": ">=6.0.0"
66
license_file: LICENSE
77
name: iosxr
88
namespace: cisco
@@ -13,4 +13,4 @@ issues: https://github.com/ansible-collections/cisco.iosxr/issues
1313
tags: [cisco, iosxr, networking, netconf]
1414
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
1515
# happy. We dynamically inject version info based on git information.
16-
version: "6.1.1"
16+
version: "7.0.0"

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
requires_ansible: ">=2.9.10"
2+
requires_ansible: ">=2.14.0"
33
plugin_routing:
44
modules:
55
acl_interfaces:

tests/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
modules:
3-
python_requires: ">=3.6"
3+
python_requires: ">=3.9"

tests/sanity/ignore-2.10.txt

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

tests/sanity/ignore-2.11.txt

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

tests/sanity/ignore-2.12.txt

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

0 commit comments

Comments
 (0)