Skip to content

Commit

Permalink
prep release 10.2.1 (#520)
Browse files Browse the repository at this point in the history
* prep release 10.2.1

* chore: auto fixes from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Ruchip16 and pre-commit-ci[bot] authored Oct 24, 2024
1 parent ad23170 commit 6ba5a52
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Cisco Iosxr Collection Release Notes

.. contents:: Topics

v10.2.1
=======

Bugfixes
--------

- iosxr_static_routes - Fix incorrect handling of the vrf keyword between the destination address and next-hop interface in both global and VRF contexts for IPv4 and IPv6 static_route configurations.

v10.2.0
=======

Expand Down
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,15 @@ releases:
name: iosxr_route_maps
namespace: ""
release_date: "2024-10-18"
10.2.1:
changes:
bugfixes:
- iosxr_static_routes - Fix incorrect handling of the vrf keyword between the
destination address and next-hop interface in both global and VRF contexts
for IPv4 and IPv6 static_route configurations.
fragments:
- iosxr_static_routes.yaml
release_date: "2024-10-24"
2.0.0:
changes:
bugfixes:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/iosxr_static_routes.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ issues: https://github.com/ansible-collections/cisco.iosxr/issues
tags: [cisco, iosxr, networking, netconf]
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
# happy. We dynamically inject version info based on git information.
version: "10.2.0"
version: "10.2.1"

0 comments on commit 6ba5a52

Please sign in to comment.