@@ -153,6 +153,47 @@ releases:
153
153
fragments :
154
154
- iosxr_config_diff_doc_update.yaml
155
155
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"
156
197
2.0.0 :
157
198
changes :
158
199
bugfixes :
@@ -732,28 +773,3 @@ releases:
732
773
- add_cli_restore_supprt.yaml
733
774
- remove_tests.yaml
734
775
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"
0 commit comments