From 8ef09b5e0285478b56346b6c83e17fde9864a332 Mon Sep 17 00:00:00 2001 From: Madhan Date: Tue, 10 Dec 2024 23:26:58 +0530 Subject: [PATCH] Changes in workflow manager modules --- changelogs/changelog.yaml | 21 +++++++++++++++++++++ galaxy.yml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 778910318..727c6a248 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1119,3 +1119,24 @@ releases: - Changes in site_workflow_manager module - Changes in template_workflow_manager - Unit test modules added for pnp_workflow_manager module + 6.26.0: + release_date: "2024-12-10" + changes: + release_summary: Changes in workflow manager modules + minor_changes: + - Added sample playbook for Device Configs Backup Module + - Changes in dnac.py file + - Bug fixes in accesspoint_workflow_manager module + - Enhancements in device_configs_backup_workflow_manager module to support unzipped backup file after download + - Changes in inventory_workflow_manager module + - Changes in ise_radius_integration_workflow_manager + - Changes in network_compliance_workflow_manager + - Changes in network_settings_workflow_manager + - Bug fixes in sda_fabric_devices_workflow_manager + - Bug fixes in sda_fabric_transits_workflow_manager + - Enhancements in sda_host_port_onboarding_workflow_manager module + - Changes in swim_workflow_manager module + - sda_fabric_devices_workflow_manager - attribute 'delete_fabric_device' was removed + - sda_host_port_onboarding_workflow_manager - attributes 'port_channels', 'fabric_site_name_hierarchy', 'port_assignments', 'wireless_ssids' were added + - sda_host_port_onboarding_workflow_manager - attributes 'port_channel_details', 'port_assignment_details' were removed + - device_configs_backup_workflow_managerr - attribute 'unzip_backup' was added diff --git a/galaxy.yml b/galaxy.yml index c08001f0a..f30865cfa 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: cisco name: dnac -version: 6.25.1 +version: 6.26.0 readme: README.md authors: - Rafael Campos