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"