Skip to content

Commit

Permalink
Major release 10.0.0 (#494)
Browse files Browse the repository at this point in the history
* Major release 10.0.0

* chore: auto fixes from pre-commit.com hooks

* Update CHANGELOG.rst

Co-authored-by: Nilashish Chakraborty <[email protected]>

* Update galaxy.yml

* Update changelog.yaml

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nilashish Chakraborty <[email protected]>
  • Loading branch information
3 people authored Jun 7, 2024
1 parent 9982730 commit 4db17d5
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Cisco Iosxr Collection Release Notes

.. contents:: Topics

v10.0.0
=======

Release Summary
---------------

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.14 is `v9.0.0`. A new resource module `iosxr_vrf_global` is added to manage VRF global configurations.

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

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

Minor Changes
-------------

- Adds a new module `iosxr_vrf_global` to manage VRF global configurations on Cisco IOS-XR devices (https://github.com/ansible-collections/cisco.iosxr/pull/467).

v9.0.0
======
Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -732,3 +732,20 @@ releases:
- add_cli_restore_supprt.yaml
- remove_tests.yaml
release_date: "2024-04-12"
10.0.0:
changes:
major_changes:
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
are EoL now.
minor_changes:
- Adds a new module `iosxr_vrf_global` to manage VRF global configurations on
Cisco IOS-XR devices (https://github.com/ansible-collections/cisco.iosxr/pull/467).
release_summary:
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 `v9.0.0`. A new resource module `iosxr_vrf_global` is
added to manage VRF global configurations.
fragments:
- add_vrf_global_module.yaml
- bump_215.yaml
release_date: "2024-06-06"
4 changes: 0 additions & 4 deletions changelogs/fragments/add_vrf_global_module.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/bump_215.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "9.0.0"
version: "10.0.0"

0 comments on commit 4db17d5

Please sign in to comment.