diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:06:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:06:02 +0000 |
commit | e3eb94c23206603103f3c4faec6c227f59a1544c (patch) | |
tree | f2639459807ba88f55fc9c54d745bd7075d7f15c /ansible_collections/cisco/dnac/changelogs/changelog.yaml | |
parent | Releasing progress-linux version 9.4.0+dfsg-1~progress7.99u1. (diff) | |
download | ansible-e3eb94c23206603103f3c4faec6c227f59a1544c.tar.xz ansible-e3eb94c23206603103f3c4faec6c227f59a1544c.zip |
Merging upstream version 9.5.1+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 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ansible_collections/cisco/dnac/changelogs/changelog.yaml b/ansible_collections/cisco/dnac/changelogs/changelog.yaml index a3408e7e5..81e4f4348 100644 --- a/ansible_collections/cisco/dnac/changelogs/changelog.yaml +++ b/ansible_collections/cisco/dnac/changelogs/changelog.yaml @@ -849,3 +849,20 @@ releases: - 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' + 6.13.2: + release_date: "2024-04-03" + changes: + release_summary: Enhancements in discovery, site, swim and inventory workflow manager modules. + minor_changes: + - Added the op_modifies=True when calling SDK APIs in the workflow manager modules. + - Added a method to validate IP addresses. + - Fixed a minor issue in the site workflow manager module. + - Updating galaxy.yml ansible.utils dependencies. + 6.13.3: + release_date: "2024-04-08" + changes: + release_summary: Enhancements in discovery, template, swim and inventory workflow manager modules. + 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 + - Changes in inventory and swim workflow manager modules. |