Skip to content

Commit

Permalink
Prepare for v8.1.0 (#860)
Browse files Browse the repository at this point in the history
* Prepare for v8.1.0

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

* Update galaxy version

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

---------

Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored May 22, 2024
1 parent 5b461af commit 4fcb4d1
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 13 deletions.
17 changes: 15 additions & 2 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

v8.1.0
======

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

- route_maps - support simple route-maps that do not contain set or match statements. it allows for the creation and management of purely basic route-map entries like 'route-map test-1 permit 10'.

Bugfixes
--------

- nxos_l3_interfaces - fail if encapsulation exists on a different sub-interface.
- nxos_static_routes - correctly generate command when track parameter is specified.

v8.0.0
======

Expand All @@ -16,8 +30,7 @@ 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.
- 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
--------
Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1091,3 +1091,17 @@ releases:
- fix_771.yaml
- trivial.yaml
release_date: "2024-04-19"
8.1.0:
changes:
bugfixes:
- nxos_l3_interfaces - fail if encapsulation exists on a different sub-interface.
- nxos_static_routes - correctly generate command when track parameter is specified.
minor_changes:
- route_maps - support simple route-maps that do not contain set or match statements.
it allows for the creation and management of purely basic route-map entries
like 'route-map test-1 permit 10'.
fragments:
- ana_442.yaml
- nxos_l3_interfaces.yaml
- route_maps.yaml
release_date: "2024-05-22"
3 changes: 0 additions & 3 deletions changelogs/fragments/ana_442.yaml

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/route_maps.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: 8.0.0
version: 8.1.0

0 comments on commit 4fcb4d1

Please sign in to comment.