Rocky Series Release Notes

7.0.1

新機能

  • Adds a new option for pools using the pdns4 backend: tsigkey_name. This allows deployers to specify a tsig key that is installed in powerdns to use for AFXR requests. This key name is the name used to create the key in powerdns, not the Designate UUID based ID for the key.

    注釈

    This is only available in the 4.2.x versions (and above) of pdns.

7.0.0

新機能

  • Designate-Sink service now supports notification listener pooling for those oslo.messaging drivers that support this feature (currently those are rabbit/kombu and kafka). Listener pools is an alternative to specifying several topics for notification consumers in configuration of service that emits notifications.

    To enable listener pooling, set the option [service:sink]listener_pool_name to some string value, that must be the same for all designate-sink service instances. Default value of this option (None) disables notification listener pooling.

アップグレード時の注意

  • If there are duplicate service entries in the service_statuses table and the db sync command fails, you may need to truncate the service_statuses table.

バグ修正

  • Fixed bug 1768824 which could cause the service_statuses table to be flooded with duplicate service entries.

    We fixed this by introducing a new unique constraint to the service_statuses table.