Wallaby Series Release Notes

18.6.0

New Features

  • A new designate::coordination class has been added to facilitate setting cordinate/backend_url configuration for multiple designate components. Please use the designate::coordination::backend_url parameter instead of designate::producer::backend_url when using the new dedicated class.

  • Now the designate::backend::bind9 class supports setting up bind9 backend using /etc/designate/pools.yaml properly. This feature can be enabled by the new manage_pool parameter.

Deprecation Notes

  • The designate::backend::bind9::rndc_host parameter has been deprecated and has no effect now.

Bug Fixes

  • The designate::backend::bind9 class no longer configures parameters in the [backend:bind9] section, as these parameters are no longer effective.

18.5.0

New Features

  • The new designate::api::enable_proxy_headers_parsing parameter has been added.

  • Added the new designate::wsgi::apache class, you can now run the designate-api service under Apache with mod_wsgi.

18.4.0

New Features

  • The new designate::policy::enforce_scope parameter has been added to support the corresponding parameter in oslo.policy library.

  • The new designate::policy::enforce_new_defaults parameter has been added.

  • Add support for PostgreSQL database backend via designate::db::postgresql

Deprecation Notes

  • The designate::api::service_ensure parameter has been deprecated. Use the designate::api::manage_service parameter instead, which accepts True or False instead.