Skip to content

Commit

Permalink
Prepare release v9.2.1 (#892)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Ruchip16 and pre-commit-ci[bot] authored Aug 29, 2024
1 parent ce0fd93 commit 5f59da7
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Cisco Nxos Collection Release Notes

.. contents:: Topics

v9.2.1
======

Bugfixes
--------

- acls - Fix lookup of range port conversion from int to string to allow strings (https://github.com/ansible-collections/cisco.nxos/pull/888).
- facts - Fixes issue where the LLDP neighbor information returns an error when empty.

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

- Includes a new support related section in the README.

v9.2.0
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1221,3 +1221,17 @@ releases:
- fix_local_as.yaml
- fix_pylint.yaml
release_date: "2024-08-19"
9.2.1:
changes:
bugfixes:
- acls - Fix lookup of range port conversion from int to string to allow strings
(https://github.com/ansible-collections/cisco.nxos/pull/888).
- facts - Fixes issue where the LLDP neighbor information returns an error when
empty.
doc_changes:
- Includes a new support related section in the README.
fragments:
- bugfix_vrf_range_resolution.yml
- lldp_facts.yaml
- readme.yaml
release_date: "2024-08-29"
3 changes: 0 additions & 3 deletions changelogs/fragments/bugfix_vrf_range_resolution.yml

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/readme.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 @@ -10,4 +10,4 @@ readme: README.md
repository: https://github.com/ansible-collections/cisco.nxos
issues: https://github.com/ansible-collections/cisco.nxos/issues
tags: [cisco, nxos, networking, nxapi, netconf]
version: 9.2.0
version: 9.2.1

0 comments on commit 5f59da7

Please sign in to comment.