Skip to content

Commit

Permalink
Update changelog for bug fix ansible-collections#771
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC committed Apr 19, 2024
1 parent a273c5b commit b511a2c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,25 @@ Cisco Nxos Collection Release Notes

.. contents:: Topics


v8.0.0
======

Major Changes
-------------

- Update the netcommon base version 6.1.0 to support cli_restore plugin.
- Updated the minimum required ansible.netcommon version to 6.1.0 to support the cli_restore module.

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

- Add support for cli_restore functionality.
- Please refer the PR to know more about core changes (https://github.com/ansible-collections/ansible.netcommon/pull/618).
- cli_restore module is part of netcommon.
The cli_restore module is a part of ansible.netcommon.

Bugfixes
--------

- nxos_facts - correct parse JSON output when multiple interfaces have IPv6 address assigned (https://github.com/ansible-collections/cisco.nxos/issues/771).

v7.0.0
======
Expand Down
10 changes: 7 additions & 3 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1076,13 +1076,17 @@ releases:
release_date: "2024-03-27"
8.0.0:
changes:
bugfixes:
- nxos_facts - correct parse JSON output when multiple interfaces have IPv6
address assigned (https://github.com/ansible-collections/cisco.nxos/issues/771).
major_changes:
- Update the netcommon base version 6.1.0 to support cli_restore plugin.
- Updated the minimum required ansible.netcommon version to 6.1.0 to support the cli_restore module.
minor_changes:
- Add support for cli_restore functionality.
- Please refer the PR to know more about core changes (https://github.com/ansible-collections/ansible.netcommon/pull/618).
- cli_restore module is part of netcommon.
The cli_restore module is a part of ansible.netcommon.
fragments:
- add_restore_support.yaml
- fix_771.yaml
- trivial.yaml
release_date: "2024-04-19"
release_date: '2024-04-19'
3 changes: 0 additions & 3 deletions changelogs/fragments/fix_771.yaml

This file was deleted.

0 comments on commit b511a2c

Please sign in to comment.