Skip to content

Commit

Permalink
Prepare for v5.3.0 (#784)
Browse files Browse the repository at this point in the history
* Prepare for v5.3.0

Signed-off-by: NilashishC <[email protected]>

* update galaxy

Signed-off-by: NilashishC <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: NilashishC <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
NilashishC and pre-commit-ci[bot] authored Nov 29, 2023
1 parent b7ae6d5 commit c640027
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Cisco Nxos Collection Release Notes
.. contents:: Topics


v5.3.0
======

Minor Changes
-------------

- nxos_config - Relax restrictions on I(src) parameter so it can be used more like I(lines). (https://github.com/ansible-collections/cisco.nxos/issues/89).

v5.2.1
======

Expand Down
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1014,3 +1014,12 @@ releases:
- fix_763.yaml
- vtp_version.yaml
release_date: "2023-10-03"
5.3.0:
changes:
minor_changes:
- nxos_config - Relax restrictions on I(src) parameter so it can be used more
like I(lines). (https://github.com/ansible-collections/cisco.nxos/issues/89).
fragments:
- fix_config_module.yaml
- trivial.yaml
release_date: "2023-11-29"
3 changes: 0 additions & 3 deletions changelogs/fragments/fix_config_module.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/trivial.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: 5.2.1
version: 5.3.0

0 comments on commit c640027

Please sign in to comment.