Xena Series Release Notes

13.0.2-10

Bug Fixes

  • Fixed bug 2015762 which could cause managed records to occasionally fail to delete due to a race condition.

13.0.2

Bug Fixes

  • Fixed an issue in central where “designate manage pool update” may return an error designate.exceptions.MissingProjectID when attempting to create a new pool.

13.0.1

Bug Fixes

  • Fixed an issue that caused the recordset_records quota to not be enforced.

  • Fixes bug 1934252 which ignored invalid denylist patterns. The fix entailed checking the pattern string via a regular expression compiler and testing for zero length.

    Previously you could create blacklist/denylist using string that cannot be used either as a regex or as a zone name, for example: patterns = [‘’, '#(*&^%$%$#@$']

    In addition, the server will return a 400 BadRequest response to an invalid pattern.

  • Fixed an issue where new BIND9 pool instances may fail on zone update.

  • 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.

  • Fixes support for Keystone default roles and scoped tokens.

  • Fixed a bug where deleting a zone transfer request may fail when using a system scoped token.

13.0.0

New Features

  • CERT recordset types have been added. All users should be able to use this type from the API and OpenStack client. This can be disabled (like other record types) by setting the [DEFAULT].supported-record-type config variable in all Designate services.