2025.1 Series Release Notes¶
20.0.0-6¶
Corrections de bugs¶
Fixed collection links for floating IP API endpoint returning a
nextkey pointing to itself when the exact amount of floating IPs in a project was the same as configdefault_limit_v2that would cause some clients to enter an endless loop.See bug #2106112.
Autres notes¶
Added a « designate-api-wsgi » script for backward compatibility now that pbr’s wsgi_scripts no longer functions with the latest setuptools.
20.0.0¶
Nouvelles fonctionnalités¶
The new
[service:mdns] tcp_keepidleoption has been added. This option allows customizing TCP keepidle set for socket used by designate-mdns.
Notes de mises à jours¶
The following deprecated options in the
network_api:neutronsection have been removed.admin_usernameadmin_passwordadmin_tenant_nameauth_urlauth_strategy
Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 .
Corrections de bugs¶
Fixed the ignored
[DEFAULT] backlogoption.
Refresh secondary zone task was broken. It failed all the time. If MDNS didn’t get NOTIFY from master server, the secondary zone didn’t get updates. Now it’s fixed.
Autres notes¶
Add multiple pools guidance docs to Admin, User, and CLI docs.