From f1d214b5e7178c39fc54fae5c3d2f63223f79cd2 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Mon, 21 Oct 2024 13:27:43 +0530 Subject: [PATCH] prep release 10.2.0 (#515) --- CHANGELOG.rst | 18 ++++++ changelogs/changelog.yaml | 66 ++++++++++++++-------- changelogs/fragments/add_ignore219.yaml | 3 - changelogs/fragments/iosxr_route_maps.yaml | 3 - changelogs/fragments/pylint_fix.yaml | 3 - changelogs/fragments/readme.yaml | 3 - galaxy.yml | 2 +- 7 files changed, 60 insertions(+), 38 deletions(-) delete mode 100644 changelogs/fragments/add_ignore219.yaml delete mode 100644 changelogs/fragments/iosxr_route_maps.yaml delete mode 100644 changelogs/fragments/pylint_fix.yaml delete mode 100644 changelogs/fragments/readme.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21649b130..6c08efba2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 41834990d..c815d7878 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: @@ -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" diff --git a/changelogs/fragments/add_ignore219.yaml b/changelogs/fragments/add_ignore219.yaml deleted file mode 100644 index d051c4211..000000000 --- a/changelogs/fragments/add_ignore219.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Add ignore-2.19.txt. diff --git a/changelogs/fragments/iosxr_route_maps.yaml b/changelogs/fragments/iosxr_route_maps.yaml deleted file mode 100644 index 4832c05e1..000000000 --- a/changelogs/fragments/iosxr_route_maps.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - Added iosxr_route_maps resource module, that helps with configuration of route-policy. diff --git a/changelogs/fragments/pylint_fix.yaml b/changelogs/fragments/pylint_fix.yaml deleted file mode 100644 index 820a356fd..000000000 --- a/changelogs/fragments/pylint_fix.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Fixes pylint used-before-assignment error. diff --git a/changelogs/fragments/readme.yaml b/changelogs/fragments/readme.yaml deleted file mode 100644 index 06f93f767..000000000 --- a/changelogs/fragments/readme.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -doc_changes: - - Includes a new support related section in the README. diff --git a/galaxy.yml b/galaxy.yml index 2b969b991..4743abb3d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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"