Skip to content

Commit cb7aa86

Browse files
authored
Release PREP 10.3.0 (#530)
1 parent 40d2b35 commit cb7aa86

File tree

5 files changed

+87
-64
lines changed

5 files changed

+87
-64
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v10.3.0
8+
=======
9+
10+
Minor Changes
11+
-------------
12+
13+
- Added iosxr_vrf_interfaces resource module, that helps with configuration of vrfs within interface.
14+
- Adds support for setting local-preference with plus/minus values in route policies
15+
16+
New Modules
17+
-----------
18+
19+
- iosxr_vrf_interfaces - Resource module to configure VRF interfaces.
20+
721
v10.2.2
822
=======
923

changelogs/changelog.yaml

+72-57
Original file line numberDiff line numberDiff line change
@@ -153,63 +153,6 @@ 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"
197-
10.2.1:
198-
changes:
199-
bugfixes:
200-
- iosxr_static_routes - Fix incorrect handling of the vrf keyword between the
201-
destination address and next-hop interface in both global and VRF contexts
202-
for IPv4 and IPv6 static_route configurations.
203-
fragments:
204-
- iosxr_static_routes.yaml
205-
release_date: "2024-10-24"
206-
10.2.2:
207-
changes:
208-
bugfixes:
209-
- iosxr_acls facts - Fix incorrect rendering of some acl facts causing errors.
210-
fragments:
211-
- acl_facts.yaml
212-
release_date: "2024-10-28"
213156
2.0.0:
214157
changes:
215158
bugfixes:
@@ -789,3 +732,75 @@ releases:
789732
- add_cli_restore_supprt.yaml
790733
- remove_tests.yaml
791734
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"
760+
10.2.0:
761+
changes:
762+
doc_changes:
763+
- Includes a new support related section in the README.
764+
minor_changes:
765+
- Added iosxr_route_maps resource module, that helps with configuration of route-policy.
766+
fragments:
767+
- add_ignore219.yaml
768+
- iosxr_route_maps.yaml
769+
- pylint_fix.yaml
770+
- readme.yaml
771+
modules:
772+
- description: Resource module to configure route maps.
773+
name: iosxr_route_maps
774+
namespace: ""
775+
release_date: "2024-10-18"
776+
10.2.1:
777+
changes:
778+
bugfixes:
779+
- iosxr_static_routes - Fix incorrect handling of the vrf keyword between the
780+
destination address and next-hop interface in both global and VRF contexts
781+
for IPv4 and IPv6 static_route configurations.
782+
fragments:
783+
- iosxr_static_routes.yaml
784+
release_date: "2024-10-24"
785+
10.2.2:
786+
changes:
787+
bugfixes:
788+
- iosxr_acls_facts - Fix incorrect rendering of some acl facts causing errors.
789+
fragments:
790+
- acl_facts.yaml
791+
release_date: "2024-10-28"
792+
10.3.0:
793+
changes:
794+
minor_changes:
795+
- Added iosxr_vrf_interfaces resource module, that helps with configuration
796+
of vrfs within interface.
797+
- Adds support for setting local-preference with plus/minus values in route
798+
policies
799+
fragments:
800+
- local_preference.yaml
801+
- rm_vrf_interfaces.yaml
802+
modules:
803+
- description: Resource module to configure VRF interfaces.
804+
name: iosxr_vrf_interfaces
805+
namespace: ""
806+
release_date: "2025-01-16"

changelogs/fragments/local_preference.yaml

-3
This file was deleted.

changelogs/fragments/rm_vrf_interfaces.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.2.2"
16+
version: "10.3.0"

0 commit comments

Comments
 (0)