2024.2 Series Release Notes

19.0.0.0rc1

新機能

  • 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.conf has now been removed. All Infoblox configuration should now be in the pools.yaml configuration file.

    In addition, the infoblox-client library 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.