We are satisfied to announce the release of: designate-dashboard 20.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/designate-dashboard Download the package from: https://tarballs.openstack.org/designate-dashboard/ Please report issues through: https://bugs.launchpad.net/designate-dashboard/+bugs For more details, please see below. Changes in designate-dashboard 19.0.0..20.0.0 --------------------------------------------- 28220fb tox: Remove basepython 205ecc2 reno: Update master for unmaintained/2023.1 8253fb7 Remove Python 3.8 support a76cb04 Drop unnecessary 'x' bit from doc config file 2c60a9f Remove openstacksdk workaround for floating IP 30f6e73 Update master for stable/2024.2 7d28530 tox: Drop envdir Diffstat (except docs and test files) ------------------------------------- designatedashboard/api/rest/designate.py | 14 ++------------ releasenotes/notes/min-openstacksdk-b7e4661f8800bb9c.yaml | 4 ++++ releasenotes/notes/remove-py38-1bc6676c8e5e880c.yaml | 5 +++++ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 2 +- setup.cfg | 4 ++-- tox.ini | 6 ------ 10 files changed, 22 insertions(+), 22 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 02b509d..a430974 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ horizon>=17.1.0 # Apache-2.0 -openstacksdk>=0.62.0 # Apache-2.0 +openstacksdk>=2.1.0 # Apache-2.0