[release-announce] skyline-apiserver 3.0.0 (bobcat)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 4 12:02:28 UTC 2023
We contentedly announce the release of:
skyline-apiserver 3.0.0: OpenStack Skyline APIServer
This release is part of the bobcat release series.
The source is available from:
https://opendev.org/openstack/skyline-apiserver
Download the package from:
https://tarballs.openstack.org/skyline-apiserver/
Please report issues through:
https://bugs.launchpad.net/skyline-apiserver/+bugs
For more details, please see below.
Changes in skyline-apiserver 2.0.0..3.0.0
-----------------------------------------
bf0d82a fix: Compatible with member and _member_
cddcb48 Update TOX_CONSTRAINTS_FILE for stable/2023.2
4852cb7 Update .gitreview for stable/2023.2
2ceaa1e fix: Add GLOBAL_VENV into skyline devstack plugin script
9c4f5e5 feat: Add time_expired into cookie
51c2b40 docs: add spec for feat 'Multi Region & Domain Switch'
de22d3b change sso port to be optional
8d85cac Update requirements and test-requirements
ef4fb13 Update master for stable/2023.1
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 2 +-
devstack/plugin.sh | 6 +-
...-time-expired-into-cookie-ea5d947625480f65.yaml | 5 +
releasenotes/source/2023.1.rst | 6 +
releasenotes/source/index.rst | 1 +
requirements.txt | 14 +--
skyline_apiserver/api/deps.py | 1 +
skyline_apiserver/api/v1/login.py | 6 +-
skyline_apiserver/policy/manager/barbican.py | 20 ++--
skyline_apiserver/policy/manager/cinder.py | 2 +-
skyline_apiserver/policy/manager/glance.py | 24 ++--
skyline_apiserver/policy/manager/heat.py | 56 ++++-----
skyline_apiserver/policy/manager/ironic.py | 82 ++++++-------
skyline_apiserver/policy/manager/manila.py | 2 +-
skyline_apiserver/policy/manager/neutron.py | 128 ++++++++++-----------
skyline_apiserver/policy/manager/nova.py | 2 +-
skyline_apiserver/policy/manager/octavia.py | 2 +-
skyline_apiserver/types/constants.py | 3 +
spec/bp-multi-region-domain-switch.md | 13 +++
test-requirements.txt | 3 +-
tox.ini | 4 +-
21 files changed, 209 insertions(+), 173 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 4637f65..18ca3d8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +15 @@ loguru<=0.5.3 # MIT
-PyYAML>=5.4.1,<=6.0 # MIT
+PyYAML>=5.4.1 # MIT
@@ -20,6 +20,6 @@ SQLAlchemy>=1.3.24 # MIT
-PyMySQL>=0.9.3,<=1.0.2 # MIT
-dnspython>=2.1.0,<=2.2.1 # ISC
-click>=7.1.2,<=8.1.3 # BSD License (3 clause)
-jinja2>=2.11.3,<=3.1.2 # BSD License (3 clause)
-h11<0.13,>=0.11 # MIT
-MarkupSafe>=2.0.1,<=2.1.1 # BSD License (3 clause)
+PyMySQL>=0.9.3 # MIT
+dnspython>=2.1.0 # ISC
+click>=7.1.2 # BSD License (3 clause)
+jinja2>=2.11.3 # BSD License (3 clause)
+h11>=0.11 # MIT
+MarkupSafe>=2.0.1 # BSD License (3 clause)
diff --git a/test-requirements.txt b/test-requirements.txt
index 2f6514f..70abe16 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19,2 +19 @@ asgi-lifespan<=1.0.1 # MIT
-types-PyYAML<=5.4.10 # Apache-2.0
-oslo.log<=5.0.0 # Apache-2.0
+types-PyYAML>=5.4.10 # Apache-2.0
More information about the Release-announce
mailing list