[release-announce] skyline-apiserver 2.0.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 22 12:45:51 UTC 2023


We exuberantly announce the release of:

skyline-apiserver 2.0.0: OpenStack Skyline APIServer

This release is part of the antelope 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 1.0.0.0rc1..2.0.0
----------------------------------------------

2723126 docs: Add docker image address
7292b43 fix: eliminate whitespace in passenv values
7f36339 fix: prometheus response 500
ceabe71 feat: Add cafile conf
c7c346d fix: Fix keystone_url default sample
4925907 Fix spelling for admin role in Barbican policy
f5345ad fix: Fix test requirement
95e1c13 fix: Fix the devstack for python3.8 and version in requirements
9cf3f9d docs: Update doc with how to enable ssl
47547ca Remove unicode literal from code
ea69660 feat: Add API docs
1393aea feat: Support both http and https for nginx.conf.j2 template
fb1d6d8 feat: Add log_file config into skyline.yaml.sample
1edaacf fix: Use constraints file when build skyline image
68e1a3c fix: Update policy
18b61a1 fix: Add enforce_new_defaults configuration
7572d80 Update master for stable/zed


Diffstat (except docs and test files)
-------------------------------------

README-zh_CN.rst                                   |  10 +
README.rst                                         |  11 +-
container/Dockerfile                               |   2 +-
container/start_service.sh                         |   9 +-
devstack/plugin.sh                                 |   8 +-
devstack/settings                                  |   2 -
etc/gunicorn.py                                    |   4 +-
etc/skyline.yaml.sample                            |   4 +-
.../notes/add-api-doc-5aaffa4e93ca469a.yaml        |   6 +
.../add-log-file-config-884e7d078feb43a7.yaml      |   5 +
.../support-http-as-default-5b723ad51c0995fa.yaml  |   5 +
...pport-keystone-ssl-verify-e0dfc4c02ef25cb2.yaml |   5 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/zed.rst                        |   6 +
skyline_apiserver/api/v1/login.py                  |   4 +-
skyline_apiserver/api/v1/policy.py                 |   3 +
skyline_apiserver/api/v1/prometheus.py             |   2 +-
skyline_apiserver/client/openstack/system.py       |   4 +-
skyline_apiserver/client/utils.py                  |   8 +-
skyline_apiserver/cmd/generate_nginx.py            |   4 +-
skyline_apiserver/config/default.py                |  18 +-
skyline_apiserver/config/openstack.py              |  20 +-
skyline_apiserver/main.py                          |   2 +-
skyline_apiserver/policy/manager/barbican.py       |   2 +-
skyline_apiserver/policy/manager/manila.py         | 765 ++++++++++-----------
skyline_apiserver/templates/nginx.conf.j2          |  24 +-
test-requirements.txt                              |   8 +-
tox.ini                                            |   4 +-
32 files changed, 533 insertions(+), 437 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 1685386..2f6514f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,2 +12,2 @@ mypy>=0.910 # MIT
-pytest>=6.2.5,<=7.1.2 # MIT
-pytest-xdist>=2.4.0,<=2.5.0 # MIT
+pytest>=6.2.5 # MIT
+pytest-xdist>=2.4.0 # MIT
@@ -15,2 +15,2 @@ pytest-asyncio<=0.15.1 # Apache-2.0
-pytest-cov<=2.12.1 # MIT
-pytest-html<=3.1.1 # MPL 2.0
+pytest-cov>=2.12.1 # MIT
+pytest-html>=3.1.1 # MPL 2.0






More information about the Release-announce mailing list