Skip to content

Commit

Permalink
Release 9.3.0 Prep (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow authored Jan 17, 2025
1 parent 56ad042 commit df5544f
Show file tree
Hide file tree
Showing 14 changed files with 66 additions and 34 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ Cisco Nxos Collection Release Notes

.. contents:: Topics

v9.3.0
======

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

- Add support for VRF address family via `vrf_address_family` resource module.
- Added nxos_vrf_interfaces resource module, that helps with configuration of vrfs within interface in favor of nxos_vrf_interface module.
- nxos_telemetry - Added support for 'overridden' state to provide complete configuration override capabilities.

Bugfixes
--------

- Fixed hardware fact gathering failure for CPU utilization parsing on NX-OS 9.3(3) by handling both list and single value formats of onemin_percent
- Fixed the invalid feature name error for port-security by updating the feature mapping from `eth_port_sec` to `eth-port-sec`.
- Fixes mixed usage of f-string and format string in action plugin for consistency.
- Fixes nxos_user purge deleting non-local users,ensuring only local users are removed.
- [bgp_templates] - fix the show commands used to ensure task does not fail if BGP is not enabled on the device.
- lag_interfaces - Fix bug where lag interfaces was not erroring on command failure. (https://github.com/ansible-collections/cisco.nxos/pull/923)
- nxos_l2_interfaces - Fixed handling of 'none' value in allowed_vlans to properly set trunk VLAN none

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

- nxos_vrf_address_family - Resource module to configure VRF address family definitions.

v9.2.1
======

Expand Down
39 changes: 39 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1235,3 +1235,42 @@ releases:
- lldp_facts.yaml
- readme.yaml
release_date: "2024-08-29"
9.3.0:
changes:
bugfixes:
- Fixed hardware fact gathering failure for CPU utilization parsing on NX-OS
9.3(3) by handling both list and single value formats of onemin_percent
- Fixed the invalid feature name error for port-security by updating the feature
mapping from `eth_port_sec` to `eth-port-sec`.
- Fixes mixed usage of f-string and format string in action plugin for consistency.
- Fixes nxos_user purge deleting non-local users,ensuring only local users are
removed.
- "[bgp_templates] - fix the show commands used to ensure task does not fail
if BGP is not enabled on the device."
- lag_interfaces - Fix bug where lag interfaces was not erroring on command
failure. (https://github.com/ansible-collections/cisco.nxos/pull/923)
- nxos_l2_interfaces - Fixed handling of 'none' value in allowed_vlans to properly
set trunk VLAN none
minor_changes:
- Add support for VRF address family via `vrf_address_family` resource module.
- Added nxos_vrf_interfaces resource module, that helps with configuration of
vrfs within interface in favor of nxos_vrf_interface module.
- nxos_telemetry - Added support for 'overridden' state to provide complete
configuration override capabilities.
fragments:
- add_vrf_interfaces.yaml
- fix_ana_569.yaml
- ignore_219.yaml
- lag_interfaces_error.yaml
- nxos_facts_cpu_utilization.yaml
- nxos_feature.yaml
- nxos_l2_interfaces.yaml
- nxos_telemetry_overridden.yaml
- purged_user.yaml
- tests_fix.yaml
- vrf_address_fam.yaml
modules:
- description: Resource module to configure VRF address family definitions.
name: nxos_vrf_address_family
namespace: ""
release_date: "2025-01-17"
3 changes: 0 additions & 3 deletions changelogs/fragments/add_vrf_interfaces.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/nxos_facts_cpu_utilization.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/nxos_telemetry_overridden.yaml

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/tests_fix.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/vrf_address_fam.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: 9.2.2-devel
version: "9.3.0"

0 comments on commit df5544f

Please sign in to comment.