designate-dashboard 18.0.0 (caracal)
We are gleeful to announce the release of: designate-dashboard 18.0.0: Designate Horizon UI bits This release is part of the caracal 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 17.0.0..18.0.0 --------------------------------------------- b5e9d8c reno: Update master for unmaintained/xena ce0ddef reno: Update master for unmaintained/wallaby 745b179 reno: Update master for unmaintained/victoria cb41463 reno: Update master for unmaintained/yoga 6ee6f73 Bump hacking 2a7f301 remove reference to old unittest2 a17c918 Update python classifier in setup.cfg caa257d Migrate passthrough to openstacksdk 482b80c Update master for stable/2023.2 3cf9210 Fix "Masters IP Address" for Zone update form Diffstat (except docs and test files) ------------------------------------- designatedashboard/api/rest/__init__.py | 2 +- designatedashboard/api/rest/designate.py | 272 +++++++++++++++++++++ designatedashboard/api/rest/passthrough.py | 119 --------- designatedashboard/sdk_connection.py | 50 ++++ .../os-designate-floatingip/api.service.js | 6 +- .../os-designate-recordset/api.service.js | 2 +- .../os-designate-zone/actions/update.service.js | 2 +- .../notes/openstacksdk-11483491f9978bd1.yaml | 4 + releasenotes/source/2023.2.rst | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/yoga.rst | 2 +- requirements.txt | 5 +- setup.cfg | 1 + test-requirements.txt | 6 +- 17 files changed, 346 insertions(+), 138 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index de5452e..02b509d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +3,0 @@ - -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. @@ -10,0 +7 @@ horizon>=17.1.0 # Apache-2.0 +openstacksdk>=0.62.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 238c00f..02d4619 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -11 +7,0 @@ testtools>=2.2.0 # MIT -unittest2>=1.1.0 # BSD
participants (1)
-
no-reply@openstack.org