We are psyched to announce the release of: solum 13.0.0: Application Lifecycle Management for OpenStack This release is part of the zed release series. The source is available from: https://opendev.org/openstack/solum Download the package from: https://tarballs.openstack.org/solum/ Please report issues through: https://bugs.launchpad.net/solum/+bugs For more details, please see below. Changes in solum 12.0.0..13.0.0 ------------------------------- bdb9681 Imported Translations from Zanata 6be3d03 Drop lower-constraints.txt and its testing 9b3e40a Add Python3 zed unit tests 0f652e5 Tenant to project migration for RequestContext 3e7815c Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- lower-constraints.txt | 141 --------------------- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 49 ++++++- releasenotes/source/yoga.rst | 6 + requirements.txt | 4 + solum/api/auth.py | 4 +- solum/api/handlers/app_handler.py | 8 +- solum/api/handlers/assembly_handler.py | 4 +- solum/api/handlers/component_handler.py | 2 +- solum/api/handlers/extension_handler.py | 2 +- solum/api/handlers/infrastructure_handler.py | 2 +- solum/api/handlers/language_pack_handler.py | 2 +- solum/api/handlers/pipeline_handler.py | 2 +- solum/api/handlers/plan_handler.py | 4 +- solum/api/handlers/sensor_handler.py | 2 +- solum/api/handlers/service_handler.py | 2 +- solum/api/handlers/workflow_handler.py | 8 +- solum/common/context.py | 16 +-- solum/common/solum_keystoneclient.py | 4 +- solum/common/trace_data.py | 2 +- solum/locale/de/LC_MESSAGES/solum.po | 10 +- solum/locale/en_GB/LC_MESSAGES/solum.po | 12 +- solum/objects/sqlalchemy/component.py | 2 +- solum/objects/sqlalchemy/image.py | 7 +- solum/objects/sqlalchemy/models.py | 2 +- solum/objects/sqlalchemy/userlog.py | 2 +- solum/uploaders/tenant_logger.py | 2 +- solum/worker/app_handlers/default.py | 6 +- solum/worker/handlers/shell.py | 10 +- tox.ini | 10 -- 49 files changed, 163 insertions(+), 262 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 906a3fa..6c107d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. +
participants (1)
-
no-reply@openstack.org