From 0472df1d1f0f243a2667d90328d82c8d3951780b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Mu=C3=B1oz?= Date: Wed, 16 Oct 2024 11:20:42 -0600 Subject: [PATCH] 2.9.4: release_date: "2024-10-16" changes: release_summary: Update. bugfixes: - Collection not compatible with ansible.utils 5.x.y - Getting deployment info for entire deployment does not work - cisco.ise.pan_ha object has no attribute 'enable_pan_ha' --- changelogs/changelog.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5add63a33..9c5dd6cb9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1026,4 +1026,13 @@ releases: - network_device - mask param can be string or int, cast to int at the end. - reservation - remove duplicate parameter. - support_bundle_download - remove duplicate parameter. - - trusted_certificate - fix comparison between request and current object. \ No newline at end of file + - trusted_certificate - fix comparison between request and current object. + 2.9.4: + release_date: "2024-10-16" + changes: + release_summary: Update. + bugfixes: + - Collection not compatible with ansible.utils 5.x.y + - Getting deployment info for entire deployment does not work + - cisco.ise.pan_ha object has no attribute 'enable_pan_ha' + \ No newline at end of file