From 4db17d50e164d52e6651f84838831063c7784531 Mon Sep 17 00:00:00 2001 From: Ruchi Pakhle <72685035+Ruchip16@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:23:57 +0530 Subject: [PATCH] Major release 10.0.0 (#494) * Major release 10.0.0 * chore: auto fixes from pre-commit.com hooks * Update CHANGELOG.rst Co-authored-by: Nilashish Chakraborty * 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 --- CHANGELOG.rst | 17 +++++++++++++++++ changelogs/changelog.yaml | 17 +++++++++++++++++ changelogs/fragments/add_vrf_global_module.yaml | 4 ---- changelogs/fragments/bump_215.yaml | 3 --- galaxy.yml | 2 +- 5 files changed, 35 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/add_vrf_global_module.yaml delete mode 100644 changelogs/fragments/bump_215.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dfed48dc5..45cb5b069 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 15db67c54..ddfeceb9a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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" diff --git a/changelogs/fragments/add_vrf_global_module.yaml b/changelogs/fragments/add_vrf_global_module.yaml deleted file mode 100644 index d94d96ddd..000000000 --- a/changelogs/fragments/add_vrf_global_module.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -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 diff --git a/changelogs/fragments/bump_215.yaml b/changelogs/fragments/bump_215.yaml deleted file mode 100644 index 3165d9387..000000000 --- a/changelogs/fragments/bump_215.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -major_changes: - - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now. diff --git a/galaxy.yml b/galaxy.yml index 31e85e583..d7c63ac5f 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: "9.0.0" +version: "10.0.0"