diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
commit | 7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch) | |
tree | efb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/cisco/dnac/changelogs/changelog.yaml | |
parent | Releasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff) | |
download | ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/cisco/dnac/changelogs/changelog.yaml')
-rw-r--r-- | ansible_collections/cisco/dnac/changelogs/changelog.yaml | 161 |
1 files changed, 160 insertions, 1 deletions
diff --git a/ansible_collections/cisco/dnac/changelogs/changelog.yaml b/ansible_collections/cisco/dnac/changelogs/changelog.yaml index e8f9f436a..a3408e7e5 100644 --- a/ansible_collections/cisco/dnac/changelogs/changelog.yaml +++ b/ansible_collections/cisco/dnac/changelogs/changelog.yaml @@ -689,4 +689,163 @@ releases: changes: release_summary: Adding documentation for 2.3.5.3 API minor_changes: - - Updating documentation, collection supports 2.3.5.3 DNA Center API Version.
\ No newline at end of file + - Updating documentation, collection supports 2.3.5.3 DNA Center API Version. + 6.7.3: + release_date: "2023-06-27" + changes: + release_summary: Updating documentation and fixing global credentials. + minor_changes: + - Documentation changes in example of site_intent + - The global credentials create implementation fixed. + - Discovery playbook has no hardcoded credentials id and seed IP. + 6.7.4: + release_date: "2023-08-24" + changes: + release_summary: Updated sanity test. + minor_changes: + - Updated test/sanity and remove unnecessary + 6.7.5: + release_date: "2023-09-25" + changes: + release_summary: Updated different function names. + bugfixes: + - Updated from get_permissions_ap_i to get_permissions_api + - Updated from get_roles_ap_i to get_roles_api + - Updated from get_users_ap_i to get_users_api + - Updated from get_external_authentication_servers_ap_i to get_external_authentication_servers_api + 6.7.6: + release_date: "2023-10-13" + changes: + release_summary: Several changes to modules. + minor_changes: + - A new intent module for network settings to support Global IP Pool, Reserve IP Pool, Global servers, TimeZone, Message of the Day and telemetry servers. + - By inheriting DNAC base class, changes done to Swim, Template, PnP intent modules. + 6.8.0: + release_date: "2023-11-10" + changes: + release_summary: Several changes to modules. + minor_changes: + - A new intent module to perform inventory for Adding, Deleting, Resyncing, Updating Devices etc. for all types of devices. + - A new intent module to Create, Update and Delete Global Device Credentials and Assign Credentials to a sites. + - A new intent module to discover the devices. + - Minor changes to swim intent module. + 6.8.1: + release_date: "2023-11-20" + changes: + release_summary: Updating documentation and fixing swim issues. + minor_changes: + - Fixed issues in Swim intent module. + - Updated docstring in site intent and template intent modules. + 6.8.2: + release_date: "2023-12-04" + changes: + release_summary: Changing galaxy. + bugfixes: + - Adding support to ansible.utils >=3.0 + - pnp_device_claim_to_site.py change configInfo from `list` to `dict` #135 + 6.9.0: + release_date: "2023-12-05" + changes: + release_summary: Changing galaxy. + minor_changes: + - Adding support to ansible.utils ">=2.0.0, <4.00". + 6.10.0: + release_date: "2023-12-18" + changes: + release_summary: Changes in intent module to support discovery, provisioning and more operations in swim, site, template and pnp intent modules. + minor_changes: + - Changes in inventory_intent module to support Update Device role, update interface details. + - Changes in inventory_intent module to create and assign Global User defined field to devices, Delete Global UDF, Delete Provisioned/Unprovisioned devices. + - Changes in pnp_intent module to support bulk addition and bulk deletion along with variable names. + - Handling idempotent in delete operation in site_intent module. + - Adding discovery intent module to support discovering the devices. + - Changes in swim intent module to support Distribute and activate image by fetching device based on site and device family details + - Changes in site intent module to support one-shot site deletion + - To Support provisioning wired device, reboot AP's, export device list, delete provisioned devices. + - Change the variable names into snake case in all the intent modules for better readability. + 6.10.1: + release_date: "2024-01-20" + changes: + release_summary: Changes in network settings, site, discovery, inventory, swim, credential and provisioning intent modules + minor_changes: + - Introducing config_verify to verify the state operations in Catalyst Center in network settings and site intent module + - Changes to support inventory and provisioning intent modules + 6.10.2: + release_date: "2024-01-24" + changes: + release_summary: Set dnac log level if it is not set in the playbook. + minor_changes: + - Set dnac log level if it is not set in the playbook. + - Handle provisioning of device if it is not in managed state for longer. + - Set the logging levels for device credentails intent module. + 6.10.3: + release_date: "2024-01-30" + changes: + release_summary: Fixing swim_import_local action. + minor_changes: + - Building additional parameters needed in sdk. + 6.10.4: + release_date: "2024-02-05" + changes: + release_summary: Enhancements in Cisco Catalyst Center logging + minor_changes: + - Introducing log levels and log file path + - Updated Documentation in template intent module + - Enhancements in device_credential, inventory, discovery and template intent modules. + 6.11.0: + release_date: "2024-02-17" + changes: + release_summary: Adding new workflow manager modules in Cisco Catalyst Center + minor_changes: + - The 'site_workflow_manager' module orchestrates the creation of sites within the Cisco Catalyst Center, encompassing areas such as buildings and floors. It ensures necessary pre-checks are performed and allows for subsequent updates to these sites. Additionally, the module facilitates the deletion of specific sites using the site and parent names. A feature to delete all child sites by specifying only the parent site name is also available. + - The 'swim_workflow_manager' module handles the importation of SWIM images into the Cisco Catalyst Center, utilizing either a remote URL or a local image file path. It provides functionality for tagging and untagging SWIM images based on device family, role, and site. The module ensures the successful importation of images for distribution and activation on devices within the Cisco Catalyst Center. It also allows for the retrieval of a list of devices tied to a specific site, device family, and device role, facilitating various SWIM operations such as importing, tagging, distribution, and activation. + - The 'network_settings_workflow_manager' module manages global IP pool allocation, reserved sub pool assignment, and network function administration, including DHCP, Syslog, SNMP, NTP, Network AAA, client and endpoint AAA, and DNS servers, ensuring seamless operation at site and global levels in the Cisco Catalyst Center. + - The 'device_credential_workflow_manager' module oversees the management of global device credentials, including CLI, SNMPv2C read, SNMPv2C write, SNMPv3, HTTP(s) read, and HTTP(s) write. It facilitates the assignment of these credentials to specific sites, ensuring secure and efficient access to network devices across the infrastructure in the Cisco Catalyst Center. + - The 'inventory_workflow_manager' module is responsible for the actions that can be performed over devices which includes adding, deleting, resyncing, updating device details, device credentials, common info etc. for all types of devices - network device, compute device, meraki device, firepower management system device and third party devices. Exporting devices details and device credentials details into the CSV file, doing wired/wireless device provisioning, reboot AP devices, resyncing of device etc. Also we can update device just by giving the parameter that need to be changes on single or bulk devices and rest required parameters will be fetched from Cisco Catalyst Center and prepopulate it before triggering the update API. + - The 'pnp_workflow_manager' module helps in adding a device or adding devices in bulk to PnP database of the Cisco Catalyst Center. Post addition, device can be claimed to a site along with template provision and image upgrade. Along with that devices can be deleted from the PnP database. + - The 'discovery_workflow_manager' module streamlines the discovery of devices using various methods including single IP, IP range, multi-range, CDP, CIDR, and LLDP. It also offers the ability to clear out discoveries by deleting them from the discovery database, with an option to delete all discoveries simultaneously. + - The 'provision_workflow_manager' module provisions and re-provisions devices added in the inventory to site, by taking management IP address as input. It allows provisioning of both wired and wireless devices. It also allows un-provisioning of devices. + - The 'template_workflow_manager' module is responsible for overseeing templates, export projects/templates, and import projects/templates. It handles configuration templates by enabling the creation, updating, and deletion of templates and projects. Additionally, the module supports export functionality to retrieve project and template details from Cisco Catalyst Center, and Import functionality to create templates and projects within the Cisco Catalyst Center. + 6.12.0: + release_date: "2024-03-06" + changes: + release_summary: Enhancements in discovery and inventory workflow manager modules. + minor_changes: + - Changes in discovery workflow manager module to support SNMP credentials v2 and handling error messages. + - Changes in inventory workflow manager module to support snmp v2. + - swim_workflow_manager - attribute 'device_series_name' was added. + - swim_intent - attribute 'device_series_name' was added. + - discovery_workflow_manager - attribute 'global_credentials' was added and 'global_cli_len' was removed. + - discovery_intent - attribute 'global_credentials' was added and 'global_cli_len' was removed. + - > + inventory_workflow_manager - attributes 'serial_number', 'device_added', 'role_source' were removed. + attributes 'clear_mac_address_table', 'device_ip', 'resync_retry_count', 'resync_retry_interval', + 'reprovision_wired_device', 'provision_wireless_device' were added. + Renamed argument from 'ip_address' to 'ip_address_list'. + - > + inventory_intent - attributes 'serial_number', 'device_added', 'role_source' were removed. + attributes 'clear_mac_address_table', 'device_ip', 'resync_retry_count', 'resync_retry_interval', + 'reprovision_wired_device', 'provision_wireless_device' were added. + Renamed argument from 'ip_address' to 'ip_address_list'. + - pnp_workflow_manager - Adding fix for Stackswitch getting changed to normal switch post editing the device's info. + - pnp_intent - Adding fix for Stackswitch getting changed to normal switch post editing the device's info. + 6.13.0: + release_date: "2024-03-12" + changes: + release_summary: Changes the minimum supported version of Ansible to v2.14.0 + minor_changes: + - Changes the minimum supported version from Ansible v2.9.10 to v2.14.0 + 6.13.1: + release_date: "2024-03-15" + changes: + release_summary: Enhancements in discovery, site, swim and inventory workflow manager modules. + minor_changes: + - Introduced sample playbooks for the discovery module. + - Resolved a 'NoneType' error in discovery module credentials. + - Corrected site creation issues in the site module when optional parameters are missing. + - Fixed management IP updates for devices on SNMP version v2. + - Addressed image un-tagging issues in inherited site settings. + - Provided documentation for EWLC templates in Cisco Catalyst Center version 2.3.7.x. + - Added attributes 'dnac_api_task_timeout' and 'dnac_task_poll_interval' in intent and workflow_manager modules. + - inventory_workflow_manager - Added attributes 'add_user_defined_field', 'update_interface_details', 'export_device_list' and 'admin_status' + - inventory_workflow_manager - Removed attributes 'provision_wireless_device', 'reprovision_wired_device' |