Skip to content

Commit

Permalink
Major release 7.0.0 (#461)
Browse files Browse the repository at this point in the history
* 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 <sagpaul@redhat.com>

* Preapare for release 7.0.0

---------

Co-authored-by: Ashwini Mhatre <amhatre@amhatre-thinkpadt14sgen2i.pnq.csb>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
Co-authored-by: Sagar Paul <sagpaul@redhat.com>
  • Loading branch information
5 people authored Nov 30, 2023
1 parent b2fdc72 commit 33abf80
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 132 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Cisco Iosxr Collection Release Notes
.. contents:: Topics


v7.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 `v6.1.1`.

Major Changes
-------------

- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions are EoL now.

v6.1.1
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This collection has been tested against Cisco IOSXR version 7.0.2.
<!--start requires_ansible-->
## Ansible version compatibility

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

For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
fully qualified collection name (for example, `cisco.ios.ios`).
Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,16 @@ releases:
- fix_python_version.yaml
- revert_pylibssh_depn.yaml
release_date: "2023-11-27"
7.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 `v6.1.1`.
fragments:
- trivial_lint.yaml
- update_ansible_version.yaml
release_date: "2023-11-30"
3 changes: 0 additions & 3 deletions changelogs/fragments/trivial_lint.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors:
- Ansible Network Community (ansible-network)
dependencies:
"ansible.netcommon": ">=2.5.1"
"ansible.netcommon": ">=6.0.0"
license_file: LICENSE
name: iosxr
namespace: cisco
Expand All @@ -13,4 +13,4 @@ issues: https://github.com/ansible-collections/cisco.iosxr/issues
tags: [cisco, iosxr, networking, netconf]
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
# happy. We dynamically inject version info based on git information.
version: "6.1.1"
version: "7.0.0"
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
requires_ansible: ">=2.9.10"
requires_ansible: ">=2.14.0"
plugin_routing:
modules:
acl_interfaces:
Expand Down
2 changes: 1 addition & 1 deletion tests/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
modules:
python_requires: ">=3.6"
python_requires: ">=3.9"
28 changes: 0 additions & 28 deletions tests/sanity/ignore-2.10.txt

This file was deleted.

31 changes: 0 additions & 31 deletions tests/sanity/ignore-2.11.txt

This file was deleted.

31 changes: 0 additions & 31 deletions tests/sanity/ignore-2.12.txt

This file was deleted.

4 changes: 0 additions & 4 deletions tests/sanity/ignore-2.13.txt

This file was deleted.

30 changes: 0 additions & 30 deletions tests/sanity/ignore-2.9.txt

This file was deleted.

0 comments on commit 33abf80

Please sign in to comment.