@@ -153,6 +153,87 @@ 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"
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"
213
+ 10.3.0 :
214
+ changes :
215
+ minor_changes :
216
+ - Added iosxr_vrf_interfaces resource module, that helps with configuration
217
+ of vrfs within interface.
218
+ - Adds support for setting local-preference with plus/minus values in route
219
+ policies
220
+ fragments :
221
+ - local_preference.yaml
222
+ - rm_vrf_interfaces.yaml
223
+ modules :
224
+ - description : Resource module to configure VRF interfaces.
225
+ name : iosxr_vrf_interfaces
226
+ namespace : " "
227
+ release_date : " 2025-01-16"
228
+ 10.3.1 :
229
+ changes :
230
+ bugfixes :
231
+ - Fixes a bug to allow connections to IOS XRd with cliconf.
232
+ - Fixes idempotency for static routes with encap interfaces
233
+ fragments :
234
+ - fix_cliconf.yaml
235
+ - static_route_encap_intf.yaml
236
+ release_date : " 2025-03-27"
156
237
2.0.0 :
157
238
changes :
158
239
bugfixes :
@@ -732,75 +813,3 @@ releases:
732
813
- add_cli_restore_supprt.yaml
733
814
- remove_tests.yaml
734
815
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"
0 commit comments