diff options
Diffstat (limited to 'ansible_collections/f5networks/f5_modules/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/f5networks/f5_modules/CHANGELOG.rst | 55 |
1 files changed, 52 insertions, 3 deletions
diff --git a/ansible_collections/f5networks/f5_modules/CHANGELOG.rst b/ansible_collections/f5networks/f5_modules/CHANGELOG.rst index fc430b6c7..4c8021d44 100644 --- a/ansible_collections/f5networks/f5_modules/CHANGELOG.rst +++ b/ansible_collections/f5networks/f5_modules/CHANGELOG.rst @@ -1,9 +1,58 @@ -============================================== -F5Networks F5_Modules Collection Release Notes -============================================== +=============================================== +F5Networks F5\_Modules Collection Release Notes +=============================================== .. contents:: Topics +v1.28.0 +======= + +Bugfixes +-------- + +- bigip_gtm_monitor_bigip - fixed an issue where IP and port were not applied correctly when creating new monitor. +- bigip_gtm_monitor_firepass - fixed an issue where IP and port were not applied correctly when creating new monitor. +- bigip_gtm_monitor_http - fixed an issue where IP and port were not applied correctly when creating new monitor. +- bigip_gtm_monitor_https- fixed an issue where IP and port were not applied correctly when creating new monitor. +- bigip_gtm_monitor_tcp - fixed an issue where IP and port were not applied correctly when creating new monitor. +- bigip_gtm_monitor_tcp_half_open - fixed an issue where IP and port were not applied correctly when creating new monitor. +- bigip_gtm_topology_region - fixed an issue where if multiple states with spaces in values were defined, module would throw invalid command error +- bigip_gtm_topology_region - fixed an issue where states names that contained spaces caused the idempotency to break. +- bigip_ssl_key_cert - fixed an issue where the passphrase was not being properly send to the BIG-IP. + +v1.27.1 +======= + +Minor Changes +------------- + +- bigiq_device_discovery - Changes in documentation related to Provider block + +v1.27.0 +======= + +Minor Changes +------------- + +- bigip_policy_rule - added six more options for ssl_extension condition + +Bugfixes +-------- + +- bigip_device_certificate - error-handling for connection error while running exec command function to fetch certificate details +- bigip_pool - Resolved a bug in the code to allow the module to remove monitors from the pool + +v1.26.0 +======= + +Bugfixes +-------- + +- bigip_ssl_key_cert - fixed flaw in code to make module work with same key and cert name when true_names set to true +- bigip_virtual_server - fixed an idempotency bug where the module send asm policy profile for update even when not specified explicitly by the user + +v1.25.1 +======= v1.25.0 ======= |