Skip to content

Commit

Permalink
prep release 10.2.0 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte authored Oct 21, 2024
1 parent d1d6a33 commit f1d214b
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 38 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Cisco Iosxr Collection Release Notes

.. contents:: Topics

v10.2.0
=======

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

- Added iosxr_route_maps resource module, that helps with configuration of route-policy.

Documentation Changes
---------------------

- Includes a new support related section in the README.

New Modules
-----------

- iosxr_route_maps - Resource module to configure route maps.

v10.1.0
=======

Expand Down
66 changes: 41 additions & 25 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,47 @@ releases:
fragments:
- iosxr_config_diff_doc_update.yaml
release_date: "2021-01-28"
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"
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"
10.2.0:
changes:
doc_changes:
- Includes a new support related section in the README.
minor_changes:
- Added iosxr_route_maps resource module, that helps with configuration of route-policy.
fragments:
- add_ignore219.yaml
- iosxr_route_maps.yaml
- pylint_fix.yaml
- readme.yaml
modules:
- description: Resource module to configure route maps.
name: iosxr_route_maps
namespace: ""
release_date: "2024-10-18"
2.0.0:
changes:
bugfixes:
Expand Down Expand Up @@ -732,28 +773,3 @@ 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"
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_ignore219.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/readme.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.1.0"
version: "10.2.0"

0 comments on commit f1d214b

Please sign in to comment.