2023.2 Series Release Notes¶
17.0.0¶
New Features¶
Moved zone serial updates to a designate-producer task called increment_serial to fix race conditions and to reduce the number of updates to the upstream DNS servers when performing multiple DNS updates.
Upgrade Notes¶
Designate will now use the openstacksdk to access neutron instead of the deprecated neutronclient. The python-neutronclient module requirement has been replaced by the openstacksdk module.
Bug Fixes¶
Fixed an issue where zones shared with other projects may not be visible when a zone list or zone show request is made by the other projects.
Fix an issue where on upgrade, the alembic migration will fail when using SQLAlchemy 2.x.
Fixed a bug that allowed users to create a zone share for the zone owner.
Fixed issues with list zones and recordsets when a zone is shared with more than one project.
Fixed compatibility issues with SQLAlchemy 2.x.
Fixed bug 2015762 which could cause managed records to occasionally fail to delete due to a race condition.
Other Notes¶
Designate will now use the openstacksdk to access neutron instead of the deprecated neutronclient.