2024.2 Series Release Notes¶
19.0.0-7¶
その他の注意点¶
- Added a "designate-api-wsgi" script for backward compatibility now that pbr's wsgi_scripts no longer functions with the latest setuptools. 
19.0.0¶
新機能¶
- The existing Infoblox driver has been updated and is now based on the official Infoblox client. - The following new options were added to the pool config for Infoblox. - wapi_host
- wapi_version
- cert
- key
 
アップグレード時の注意¶
- The following deprecated options have been removed. - [service:api] max_header_line
- [service:api] secure_proxy_ssl_header
- [service:api] override_proto
 
- The deprecated Infoblox configuration options in - desginate.confhas now been removed. All Infoblox configuration should now be in the- pools.yamlconfiguration file.- In addition, the - infoblox-clientlibrary is now a dependency for the Infoblox driver and should be installed additionally if the Infoblox Backend is used.
バグ修正¶
- So far, Tsig could have been created with empty secrets. This patch adds a configuration option to enable/disable empty secrets on tsig creation, to maintain compatibility. 
- So far, the yaml Adapter made every designate-manage pool command fail if the pools.yaml file was missing any of the pool attributes. This patch makes the adapter to continue without raising any error. 
