Skip to content

Commit f1d214b

Browse files
authored
prep release 10.2.0 (#515)
1 parent d1d6a33 commit f1d214b

7 files changed

+60
-38
lines changed

CHANGELOG.rst

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ Cisco Iosxr Collection Release Notes
44

55
.. contents:: Topics
66

7+
v10.2.0
8+
=======
9+
10+
Minor Changes
11+
-------------
12+
13+
- Added iosxr_route_maps resource module, that helps with configuration of route-policy.
14+
15+
Documentation Changes
16+
---------------------
17+
18+
- Includes a new support related section in the README.
19+
20+
New Modules
21+
-----------
22+
23+
- iosxr_route_maps - Resource module to configure route maps.
24+
725
v10.1.0
826
=======
927

changelogs/changelog.yaml

+41-25
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,47 @@ releases:
153153
fragments:
154154
- iosxr_config_diff_doc_update.yaml
155155
release_date: "2021-01-28"
156+
10.0.0:
157+
changes:
158+
major_changes:
159+
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
160+
are EoL now.
161+
minor_changes:
162+
- Adds a new module `iosxr_vrf_global` to manage VRF global configurations on
163+
Cisco IOS-XR devices (https://github.com/ansible-collections/cisco.iosxr/pull/467).
164+
release_summary:
165+
Starting from this release, the minimum `ansible-core` version
166+
this collection requires is `2.15.0`. The last known version compatible with
167+
ansible-core<2.15 is `v9.0.0`. A new resource module `iosxr_vrf_global` is
168+
added to manage VRF global configurations.
169+
fragments:
170+
- add_vrf_global_module.yaml
171+
- bump_215.yaml
172+
release_date: "2024-06-06"
173+
10.1.0:
174+
changes:
175+
minor_changes:
176+
- Adds a new module `iosxr_vrf_address_family` to manage VRFs address families
177+
on Cisco IOS-XR devices (https://github.com/ansible-collections/cisco.iosxr/pull/489).
178+
fragments:
179+
- add_vrfs_module.yaml
180+
release_date: "2024-08-05"
181+
10.2.0:
182+
changes:
183+
doc_changes:
184+
- Includes a new support related section in the README.
185+
minor_changes:
186+
- Added iosxr_route_maps resource module, that helps with configuration of route-policy.
187+
fragments:
188+
- add_ignore219.yaml
189+
- iosxr_route_maps.yaml
190+
- pylint_fix.yaml
191+
- readme.yaml
192+
modules:
193+
- description: Resource module to configure route maps.
194+
name: iosxr_route_maps
195+
namespace: ""
196+
release_date: "2024-10-18"
156197
2.0.0:
157198
changes:
158199
bugfixes:
@@ -732,28 +773,3 @@ releases:
732773
- add_cli_restore_supprt.yaml
733774
- remove_tests.yaml
734775
release_date: "2024-04-12"
735-
10.0.0:
736-
changes:
737-
major_changes:
738-
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
739-
are EoL now.
740-
minor_changes:
741-
- Adds a new module `iosxr_vrf_global` to manage VRF global configurations on
742-
Cisco IOS-XR devices (https://github.com/ansible-collections/cisco.iosxr/pull/467).
743-
release_summary:
744-
Starting from this release, the minimum `ansible-core` version
745-
this collection requires is `2.15.0`. The last known version compatible with
746-
ansible-core<2.15 is `v9.0.0`. A new resource module `iosxr_vrf_global` is
747-
added to manage VRF global configurations.
748-
fragments:
749-
- add_vrf_global_module.yaml
750-
- bump_215.yaml
751-
release_date: "2024-06-06"
752-
10.1.0:
753-
changes:
754-
minor_changes:
755-
- Adds a new module `iosxr_vrf_address_family` to manage VRFs address families
756-
on Cisco IOS-XR devices (https://github.com/ansible-collections/cisco.iosxr/pull/489).
757-
fragments:
758-
- add_vrfs_module.yaml
759-
release_date: "2024-08-05"

changelogs/fragments/add_ignore219.yaml

-3
This file was deleted.

changelogs/fragments/iosxr_route_maps.yaml

-3
This file was deleted.

changelogs/fragments/pylint_fix.yaml

-3
This file was deleted.

changelogs/fragments/readme.yaml

-3
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ issues: https://github.com/ansible-collections/cisco.iosxr/issues
1313
tags: [cisco, iosxr, networking, netconf]
1414
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
1515
# happy. We dynamically inject version info based on git information.
16-
version: "10.1.0"
16+
version: "10.2.0"

0 commit comments

Comments
 (0)