diff options
Diffstat (limited to 'ansible_collections/cisco/ise/changelogs')
-rw-r--r-- | ansible_collections/cisco/ise/changelogs/changelog.yaml | 61 |
1 files changed, 59 insertions, 2 deletions
diff --git a/ansible_collections/cisco/ise/changelogs/changelog.yaml b/ansible_collections/cisco/ise/changelogs/changelog.yaml index cbe35b4b8..929f94bb5 100644 --- a/ansible_collections/cisco/ise/changelogs/changelog.yaml +++ b/ansible_collections/cisco/ise/changelogs/changelog.yaml @@ -917,6 +917,63 @@ releases: 2.5.12: release_date: "2023-01-09" changes: - release_date: Change is detected in a better way. + release_summary: Change is detected in a better way. bugfixes: - - network_access_authorization_rules - recognizes when there are changes.
\ No newline at end of file + - network_access_authorization_rules - recognizes when there are changes. + 2.5.13: + release_date: "2023-07-25" + changes: + release_summary: Several bugfixes in modules. + bugfixes: + - cisco.ise.mnt_session_active_count_info ise_reponse is null fixed. + - Cannot get cisco.ise.rest_id_store to work fixed. + - System Certificate Update does not work but always reports Object already present temporary solution. + - node_deployment tasks fail because of timeout, adding new collection param. + 2.5.14: + release_date: "2023-08-10" + changes: + release_summary: support for none value. + bugfixes: + - system_certificate - added support for none value in the used_by param. + 2.5.15: + release_date: "2023-08-16" + changes: + release_summary: Fixed get_object_by_id. + bugfixes: + - system_certificate - fixed get_object_by_id response. + 2.5.16: + release_date: "2023-09-26" + changes: + release_summary: Fixed active_directory_groups_by_domain_Info. + bugfixes: + - Cannot get cisco.ise.active_directory_groups_by_domain_info to work. + 2.6.0: + release_date: "2023-11-07" + changes: + release_summary: ansible-ise now support 3.2_beta + minor_changes: + - Services included configuration, edda, dataconnect_services, subscriber. + 2.6.1: + release_date: "2023-11-09" + changes: + release_summary: Update to use ciscoisesdk v2.1.1 or newer + bugfixes: + - Updated to use ciscoisesdk v2.1.1 or newer fixing ciscoisesdk problem. + 2.6.2: + release_date: "2023-11-21" + changes: + release_summary: Added missing import + bugfixes: + - Added missing import re in endpoint module + 2.7.0: + release_date: "2023-11-21" + changes: + release_summary: Galaxy updated. + minor_changes: + - cisco.ise collection now supports ansible.utils v3 + 2.8.0: + release_date: "2024-03-19" + 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
\ No newline at end of file |