Skip to content

Commit

Permalink
Merge branch 'main' into static_routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchip16 authored Oct 22, 2024
2 parents 3271902 + f1d214b commit 9c8e706
Show file tree
Hide file tree
Showing 47 changed files with 30,229 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: update-docs

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-symlinks
Expand Down Expand Up @@ -46,7 +46,7 @@ repos:
args: ["--filter-files"]

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Cisco Iosxr Collection Release Notes

.. contents:: Topics

v10.2.0
=======

Minor Changes
-------------

- Added iosxr_route_maps resource module, that helps with configuration of route-policy.

Documentation Changes
---------------------

- Includes a new support related section in the README.

New Modules
-----------

- iosxr_route_maps - Resource module to configure route maps.

v10.1.0
=======

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Name | Description
[cisco.iosxr.iosxr_ospfv3](https://github.com/ansible-collections/cisco.iosxr/blob/main/docs/cisco.iosxr.iosxr_ospfv3_module.rst)|Resource module to configure OSPFv3.
[cisco.iosxr.iosxr_ping](https://github.com/ansible-collections/cisco.iosxr/blob/main/docs/cisco.iosxr.iosxr_ping_module.rst)|Tests reachability using ping from IOSXR switch.
[cisco.iosxr.iosxr_prefix_lists](https://github.com/ansible-collections/cisco.iosxr/blob/main/docs/cisco.iosxr.iosxr_prefix_lists_module.rst)|Resource module to configure prefix lists.
[cisco.iosxr.iosxr_route_maps](https://github.com/ansible-collections/cisco.iosxr/blob/main/docs/cisco.iosxr.iosxr_route_maps_module.rst)|Resource module to configure route maps.
[cisco.iosxr.iosxr_snmp_server](https://github.com/ansible-collections/cisco.iosxr/blob/main/docs/cisco.iosxr.iosxr_snmp_server_module.rst)|Resource module to configure snmp server.
[cisco.iosxr.iosxr_static_routes](https://github.com/ansible-collections/cisco.iosxr/blob/main/docs/cisco.iosxr.iosxr_static_routes_module.rst)|Resource module to configure static routes.
[cisco.iosxr.iosxr_system](https://github.com/ansible-collections/cisco.iosxr/blob/main/docs/cisco.iosxr.iosxr_system_module.rst)|Module to manage the system attributes.
Expand Down
66 changes: 41 additions & 25 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,47 @@ releases:
fragments:
- iosxr_config_diff_doc_update.yaml
release_date: "2021-01-28"
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"
10.1.0:
changes:
minor_changes:
- Adds a new module `iosxr_vrf_address_family` to manage VRFs address families
on Cisco IOS-XR devices (https://github.com/ansible-collections/cisco.iosxr/pull/489).
fragments:
- add_vrfs_module.yaml
release_date: "2024-08-05"
10.2.0:
changes:
doc_changes:
- Includes a new support related section in the README.
minor_changes:
- Added iosxr_route_maps resource module, that helps with configuration of route-policy.
fragments:
- add_ignore219.yaml
- iosxr_route_maps.yaml
- pylint_fix.yaml
- readme.yaml
modules:
- description: Resource module to configure route maps.
name: iosxr_route_maps
namespace: ""
release_date: "2024-10-18"
2.0.0:
changes:
bugfixes:
Expand Down Expand Up @@ -732,28 +773,3 @@ 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"
10.1.0:
changes:
minor_changes:
- Adds a new module `iosxr_vrf_address_family` to manage VRFs address families
on Cisco IOS-XR devices (https://github.com/ansible-collections/cisco.iosxr/pull/489).
fragments:
- add_vrfs_module.yaml
release_date: "2024-08-05"
3 changes: 0 additions & 3 deletions changelogs/fragments/add_ignore219.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/pylint_fix.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/readme.yaml

This file was deleted.

Loading

0 comments on commit 9c8e706

Please sign in to comment.