Skip to content

Commit

Permalink
Prepare for 5.2.0 (#756)
Browse files Browse the repository at this point in the history
* Prepare for 5.2.0

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

* Revert pre-commit changes

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

* Update galaxy.yml

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

---------

Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Sep 14, 2023
1 parent b112477 commit adc3416
Show file tree
Hide file tree
Showing 15 changed files with 157 additions and 201 deletions.
1 change: 1 addition & 0 deletions .ansible-lint-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
changelogs/changelog.yaml yaml[line-length]
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,43 @@ Cisco Nxos Collection Release Notes
.. contents:: Topics


v5.2.0
======

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

- Added new module fc_interfaces
- bgp_global - support remote-as as a route-map (https://github.com/ansible-collections/cisco.nxos/issues/741).
- bgp_neighbor_address_family - support rewrite-rt-asn for ipv4 mvpn (https://github.com/ansible-collections/cisco.nxos/issues/741).
- bgp_templates - Add support for safi evpn (https://github.com/ansible-collections/cisco.nxos/issues/739).
- bgp_templates - Add support for send_community (https://github.com/ansible-collections/cisco.nxos/issues/740).
- route_maps - support extcommunity rt option (https://github.com/ansible-collections/cisco.nxos/issues/743).

Bugfixes
--------

- acls - Fix parsing error when ACE has a source port range (https://github.com/ansible-collections/cisco.nxos/issues/713).
- interfaces - Re-apply existing non-default MTU when changing mode to L2 (https://github.com/ansible-collections/cisco.nxos/issues/730).
- lag_interfaces - Allow force option to be idempotent (https://github.com/ansible-collections/cisco.nxos/issues/742).
- snmp_server - fix host delete when authentication options are present (https://github.com/ansible-collections/cisco.nxos/issues/439).

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

- Update examples for bgp_address_family resource modules using yaml callback plugin.
- Update examples for bgp_global resource modules using yaml callback plugin.
- Update examples for bgp_neighbor_address_family resource modules using yaml callback plugin.
- Update examples for bgp_templates resource modules using yaml callback plugin.
- Update examples for ospf_interfaces resource modules using yaml callback plugin.
- Update examples for ospfv2 resource modules using yaml callback plugin.
- Update examples for ospfv3 resource modules using yaml callback plugin.

New Modules
-----------

- nxos_fc_interfaces - Fc Interfaces resource module

v5.1.0
======

Expand Down
277 changes: 118 additions & 159 deletions changelogs/changelog.yaml

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions changelogs/fragments/_health_check_update_docs.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/bgp_assorted.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/bgp_templates.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/codecov_pr.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/snmp_server_fix.yml

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.1.0
version: 5.2.0

0 comments on commit adc3416

Please sign in to comment.