Skip to content

Commit

Permalink
Prepare for release v5.2.1 (#766)
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Oct 3, 2023
1 parent 538dcf1 commit 01d7db2
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Cisco Nxos Collection Release Notes
.. contents:: Topics


v5.2.1
======

Bugfixes
--------

- nxos_acls - fix parsing of ACE with named source/dest port range (https://github.com/ansible-collections/cisco.nxos/issues/763).
- vtp_version - allow VTP version 3 to be configured (https://github.com/ansible-collections/cisco.nxos/issues/704).

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

- nxos_acls - update examples and use YAML output in them for better readibility.

v5.2.0
======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,3 +1002,15 @@ releases:
name: nxos_fc_interfaces
namespace: ""
release_date: "2023-09-14"
5.2.1:
changes:
bugfixes:
- nxos_acls - fix parsing of ACE with named source/dest port range (https://github.com/ansible-collections/cisco.nxos/issues/763).
- vtp_version - allow VTP version 3 to be configured (https://github.com/ansible-collections/cisco.nxos/issues/704).
doc_changes:
- nxos_acls - update examples and use YAML output in them for better readibility.
fragments:
- acls.yaml
- fix_763.yaml
- vtp_version.yaml
release_date: "2023-10-03"
3 changes: 0 additions & 3 deletions changelogs/fragments/acls.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 01d7db2

Please sign in to comment.