Skip to content

Commit

Permalink
Prepare release 10.1.0 (#501)
Browse files Browse the repository at this point in the history
* Prepare release 10.1.0

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Ruchip16 and pre-commit-ci[bot] authored Aug 2, 2024
1 parent d4a01d4 commit 4daf36c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ Cisco Iosxr Collection Release Notes

.. contents:: Topics

v10.1.0
=======

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

- Adds a new module `iosxr_vrf_address_family` to manage VRFs address families on Cisco IOS-XR devices (https://github.com/ansible-collections/cisco.iosxr/pull/489).

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.
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.

Major Changes
-------------
Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -749,3 +749,11 @@ releases:
- add_vrf_global_module.yaml
- bump_215.yaml
release_date: "2024-06-06"
10.1.0:
changes:
minor_changes:
- Adds a new module `iosxr_vrf_address_family` to manage VRFs address families
on Cisco IOS-XR devices (https://github.com/ansible-collections/cisco.iosxr/pull/489).
fragments:
- add_vrfs_module.yaml
release_date: "2024-08-05"
3 changes: 0 additions & 3 deletions changelogs/fragments/add_vrfs_module.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: "10.0.0"
version: "10.1.0"

0 comments on commit 4daf36c

Please sign in to comment.