summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/dnac/changelogs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:22:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:22:20 +0000
commit18bd2207b6c1977e99a93673a7be099e23f0f547 (patch)
tree40fd9e5913462a88be6ba24be6953383c5b39874 /ansible_collections/cisco/dnac/changelogs
parentReleasing progress-linux version 10.0.1+dfsg-1~progress7.99u1. (diff)
downloadansible-18bd2207b6c1977e99a93673a7be099e23f0f547.tar.xz
ansible-18bd2207b6c1977e99a93673a7be099e23f0f547.zip
Merging upstream version 10.1.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/cisco/dnac/changelogs')
-rw-r--r--ansible_collections/cisco/dnac/changelogs/changelog.yaml66
1 files changed, 66 insertions, 0 deletions
diff --git a/ansible_collections/cisco/dnac/changelogs/changelog.yaml b/ansible_collections/cisco/dnac/changelogs/changelog.yaml
index 81e4f4348..7f341b035 100644
--- a/ansible_collections/cisco/dnac/changelogs/changelog.yaml
+++ b/ansible_collections/cisco/dnac/changelogs/changelog.yaml
@@ -865,4 +865,70 @@ releases:
minor_changes:
- Adding support to importing a template using JSON file
- Changes in discovery workflow manager modules relating to different states of the discovery job
+ 6.14.0:
+ release_date: "2024-05-31"
+ changes:
+ release_summary: New Dna Center API version 2.3.7.6, and addition of Workflow Manager modules support for device configuration backups, events and notifications, ISE and RADIUS server integrations, and network compliance.
+ minor_changes:
+ - device_configs_backup_workflow_manager - New workflow manager module for device configuration backup functions.
+ - events_and_notifications_workflow_manager - New workflow manager for configuring various types of destinations(Webhook, Email, Syslog, SNMP, ITSM) to deliver event notifications.
+ - ise_radius_integration_workflow_manager - New workflow manager for Authentication and Policy Servers(ISE/AAA).
+ - network_compliance_workflow_manager - New workflow manager for Network Compliance module for managing network compliance tasks on reachable device(s).
+ - device_credential_workflow_manager - Updated the log messages.
+ - inventory_workflow_manager - Updated changes related to provisioning devices.
+ - provision_workflow_manager - Updated changes related to handle errors.
+ - site_workflow_manager - Updated changes in Site updation.
+ - network_settings_workflow_manager - Added attributes 'ipv4_global_pool_name'.
+ - template_workflow_manager - Removed attributes 'create_time', 'failure_policy', 'last_update_time', 'latest_version_time', 'parent_template_id', 'project_id', 'validation_errors', 'rollback_template_params' and 'rollback_template_content'.
+ - ise_radius_integration_workflow_manager - Removed the attributes 'port' and 'subscriber_name'. Added the attribute 'ise_integration_wait_time'.
- Changes in inventory and swim workflow manager modules.
+ - application_policy_application_set_count_info - new module
+ - application_policy_application_set_info - new module
+ - application_policy_application_set - new module
+ - applications_count_v2_info - new module
+ - applications_v2_info - new module
+ - applications_v2 - new module
+ - auth_token_create - new module
+ - authentication_policy_servers - new module
+ - device_reboot_apreboot - new module
+ - dna_event_snmp_config_info - new module
+ - event_snmp_config - new module
+ - event_webhook_read_info - new module
+ - flexible_report_content_info - new module
+ - flexible_report_execute - new module
+ - flexible_report_executions_info - new module
+ - flexible_report_schedule_info - new module
+ - flexible_report_schedule - new module
+ - integration_settings_itsm_instances_info - new module
+ - integration_settings_status_info - new module
+ - ise_integration_status_info - new module
+ - lan_automation_sessions_info - new module
+ - lan_automation_update_device - new module
+ - lan_automation_update_v2 - new module
+ - lan_automation_update - new module
+ - lan_automation_v2 - new module
+ - network_device_user_defined_field_delete - new module
+ - users_external_authentication - new module
+ - users_external_servers_aaa_attribute - new module
+ 6.15.0:
+ release_date: "2024-06-03"
+ changes:
+ release_summary: Fix module name.
+ minor_changes:
+ - Fix module name from network_device_config__info to configuration_archive_details_info.
+ 6.16.0:
+ release_date: "2024-06-07"
+ changes:
+ release_summary: Code changes in workflow manager modules.
+ minor_changes:
+ - Added example playbooks in device_provision_workflow.yml
+ - Added API to validate the server address
+ - Minor bug fixes in device_credential_workflow_manager.py module
+ - Checking SNMP versions in events_and_notifications_workflow_manager.py module
+ - Added new attribute 'ise_integration_wait_time' in ise_radius_integration_workflow_manager.py
+ - Added example playbooks in network_compliance_workflow_manager.py
+ - Added detailed documentation in network_settings_workflow_manager.py
+ - Added the code for creating/updating/deleting events subscription notification with specified destination and added the playbook and documentation with examples
+ - provision_workflow_manager.py - Added attribute 'provisioning'
+ - template_workflow_manager.py - Added attributes 'choices', 'failure_policy'
+ - events_and_notifications_workflow_manager.py - Added attributes 'webhook_event_notification', 'email_event_notification', 'syslog_event_notification'