Current Series Release Notes¶
14.0.0-48¶
Upgrade Notes¶
The
SECONDARY zone
RPC calls were moved from themdns
service toworker
service. When upgrading multi-controller deployments we recommend that you restart thecentral
andworker
services first to move theSECONDARY zone
calls to theworker
, and once both services has been upgraded go ahead and restart themdns
service.
Removed the following unused central rpc calls. This should not impact normal installations, but if these are used in any custom written backends or plugins that you are using, you will need to update your code before upgrading.
count_records
count_recordsets
count_zones
count_tenants
delete_zone_transfer_accept
find_blacklist
find_record
find_zone
find_zone_transfer_accept
find_zone_transfer_request
get_record
get_quota
update_zone_transfer_accept
Removed previously deprecated
[service:mdns]
optionnotify
. All DNS notifications now happens using the worker service.
Removed the
monascastatsd
based metrics solution as all calls using it has been changed or removed and designate is no longer tracking any metrics using the metrics endpoint.
Deprecation Notes¶
The
[service:api] max_header_line
parameter has been deprecated. This parameter has hd no effect since the Train release. Use the[DEFAULT] max_header_line
parameter of theoslo.service
library instead.
Bug Fixes¶
Fixed an issue where set-quotas will always return the default quotas if it was called with a non-project scoped token and the all-projects flag was not set.
Allows for a minimum TTL value of zero to be used instead of 1. As stated in RFC https://datatracker.ietf.org/doc/html/rfc2181#section-8.
Fixes bug where requests to powerDNS fail if the dns is configured for TLS traffic.
It does so by adding a configuration variable, api_ca_cert, users can use to declare the location of the CA cert needed to verify TLS traffic.
Fixed a bug where deleting a zone transfer request may fail when using a system scoped token.