Skip to content

Commit

Permalink
Prepare release 8.0.0 (#853)
Browse files Browse the repository at this point in the history
* Prepare release 8.0.0

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

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

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

* Update changelog for bug fix #771

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

* Revert redundant updates

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

* Revert redundant updates

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

---------

Signed-off-by: rohitthakur2590 <[email protected]>
Signed-off-by: NilashishC <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: NilashishC <[email protected]>
  • Loading branch information
3 people authored Apr 22, 2024
1 parent eac040c commit 110209a
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 12 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ Cisco Nxos Collection Release Notes

.. contents:: Topics

v8.0.0
======

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

- 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).
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
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1075,3 +1075,19 @@ releases:
fragments:
- major_700.yaml
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:
- 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).
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"
6 changes: 0 additions & 6 deletions changelogs/fragments/add_restore_support.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 110209a

Please sign in to comment.