Skip to content

Commit 5f59da7

Browse files
Prepare release v9.2.1 (#892)
* Prepare release 9.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>
1 parent ce0fd93 commit 5f59da7

File tree

6 files changed

+29
-10
lines changed

6 files changed

+29
-10
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Cisco Nxos Collection Release Notes
44

55
.. contents:: Topics
66

7+
v9.2.1
8+
======
9+
10+
Bugfixes
11+
--------
12+
13+
- acls - Fix lookup of range port conversion from int to string to allow strings (https://github.com/ansible-collections/cisco.nxos/pull/888).
14+
- facts - Fixes issue where the LLDP neighbor information returns an error when empty.
15+
16+
Documentation Changes
17+
---------------------
18+
19+
- Includes a new support related section in the README.
20+
721
v9.2.0
822
======
923

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,3 +1221,17 @@ releases:
12211221
- fix_local_as.yaml
12221222
- fix_pylint.yaml
12231223
release_date: "2024-08-19"
1224+
9.2.1:
1225+
changes:
1226+
bugfixes:
1227+
- acls - Fix lookup of range port conversion from int to string to allow strings
1228+
(https://github.com/ansible-collections/cisco.nxos/pull/888).
1229+
- facts - Fixes issue where the LLDP neighbor information returns an error when
1230+
empty.
1231+
doc_changes:
1232+
- Includes a new support related section in the README.
1233+
fragments:
1234+
- bugfix_vrf_range_resolution.yml
1235+
- lldp_facts.yaml
1236+
- readme.yaml
1237+
release_date: "2024-08-29"

changelogs/fragments/bugfix_vrf_range_resolution.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/lldp_facts.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/readme.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ readme: README.md
1010
repository: https://github.com/ansible-collections/cisco.nxos
1111
issues: https://github.com/ansible-collections/cisco.nxos/issues
1212
tags: [cisco, nxos, networking, nxapi, netconf]
13-
version: 9.2.0
13+
version: 9.2.1

0 commit comments

Comments
 (0)