From b5bcdd59499c22472a80a2685b19c097320859f4 Mon Sep 17 00:00:00 2001 From: Ruchi Pakhle <72685035+Ruchip16@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:21:09 +0530 Subject: [PATCH] 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> --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 7 +++++++ changelogs/fragments/acl_facts.yaml | 3 --- galaxy.yml | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 changelogs/fragments/acl_facts.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fba8e5b62..f056bb813 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ Cisco Iosxr Collection Release Notes .. contents:: Topics +v10.2.2 +======= + +Bugfixes +-------- + +- iosxr_acls_facts - Fix incorrect rendering of some acl facts causing errors. + v10.2.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d59d958d5..c07b04975 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -203,6 +203,13 @@ releases: fragments: - iosxr_static_routes.yaml release_date: "2024-10-24" + 10.2.2: + changes: + bugfixes: + - iosxr_acls facts - Fix incorrect rendering of some acl facts causing errors. + fragments: + - acl_facts.yaml + release_date: "2024-10-28" 2.0.0: changes: bugfixes: diff --git a/changelogs/fragments/acl_facts.yaml b/changelogs/fragments/acl_facts.yaml deleted file mode 100644 index 045f0a537..000000000 --- a/changelogs/fragments/acl_facts.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - iosxr_acls facts - Fix incorrect rendering of some acl facts causing errors. diff --git a/galaxy.yml b/galaxy.yml index 4e8a4a193..01c45a76e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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.1" +version: "10.2.2"