Skip to content

Commit b5bcdd5

Browse files
prep release v10.2.2 (#522)
* prep release v10.2.2 * chore: auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0a9581f commit b5bcdd5

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v10.2.2
8+
=======
9+
10+
Bugfixes
11+
--------
12+
13+
- iosxr_acls_facts - Fix incorrect rendering of some acl facts causing errors.
14+
715
v10.2.1
816
=======
917

changelogs/changelog.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,13 @@ releases:
203203
fragments:
204204
- iosxr_static_routes.yaml
205205
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"
206213
2.0.0:
207214
changes:
208215
bugfixes:

changelogs/fragments/acl_facts.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.1"
16+
version: "10.2.2"

0 commit comments

Comments
 (0)