We are chuffed to announce the release of: designate 18.1.0 This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/designate Download the package from: https://tarballs.openstack.org/designate/ Please report issues through: https://bugs.launchpad.net/designate/+bugs For more details, please see below. 18.1.0 ^^^^^^ Bug Fixes ********* * So far, the yaml Adapter made every designate-manage pool command fail if the pools.yaml file was missing any of the pool attributes. This patch makes the adapter to continue without raising any error. Other Notes *********** * Added a "designate-api-wsgi" script for backward compatibility now that pbr's wsgi_scripts no longer functions with the latest setuptools. Changes in designate 18.0.0..18.1.0 ----------------------------------- af7445fa Add an designate-api-wsgi compatibility script a33f7376 Support "-" in region name for FIP's b905f44d api: Handle duplicated query string paramters 7e58bdd5 Fix YAMLAdapter when optional attributes are missing 50b04e63 Stable-only: Switch neutron job to stable version d60cba7a devstack: Fix manage.py execution with GLOBAL_VENV 72777e20 Update TOX_CONSTRAINTS_FILE for stable/2024.1 3cd69a20 Update .gitreview for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 4 +- bin/designate-api-wsgi | 52 ++++++++++++++++++++++ designate/api/v2/controllers/rest.py | 18 ++++++-- designate/common/constants.py | 2 +- designate/objects/adapters/yaml/base.py | 4 ++ .../resources/pools_yaml/pools-catalog-zone.yaml | 36 +++++++++++++++ devstack/plugin.sh | 2 +- ...wsgi-compatibility-script-93ce126b7a6dcaed.yaml | 5 +++ ...e-with-missing-attributes-3037b2dad30f84e2.yaml | 6 +++ setup.cfg | 2 + tox.ini | 8 ++-- 16 files changed, 206 insertions(+), 16 deletions(-)
participants (1)
-
no-reply@openstack.org