[release][solum] solum 4.1.1 release (mitaka)
We are amped to announce the release of:
solum 4.1.1: Application Lifecycle Management for OpenStack
This release is part of the mitaka release series.
Please report issues through launchpad:
https://bugs.launchpad.net/solum
For more details, please see below.
Changes in solum 4.1.0..4.1.1 -----------------------------
8d26cf8 Checking app repo url 236bed0 Graduate to oslo.utils timeutils ef63c12 Added Java example app 78dfeed Adding https transport for apt to devstack plugin 0498ea0 Updating example apps 7ad4061 Fixing cherrypy example app 9e0bfa3 On app create check languagepack exists or not 8785f3d Update devstack/plugin.sh e0c796d register the config generator default hook with the right name 118be21 Workaround debug DuplicateOptError with generator 9366de0 Replace deprecated LOG.warn with LOG.warning 71c3e6f App name cannot be empty 5bea1d2 Workaround for oslo duplicate config issue dbfdf9f Moved CORS middleware configuration into oslo-config-generator bbf50a9 Added devstack-provenance file bdc0fae Checking git url format d8ba5bc Updated README
Diffstat (except docs and test files) -------------------------------------
README.rst | 10 +- devstack/devstack-provenance | 445 ++++++++ devstack/plugin.sh | 57 +- devstack/settings | 14 - devstack/solum.conf.sample | 1168 ++++++++++++++++++++ examples/apps/README | 54 + examples/apps/cherrypy.yaml | 2 +- examples/apps/ex1.yaml | 7 - examples/apps/java_app.yaml | 16 + examples/apps/nodejs_app.yaml | 16 + examples/apps/python_app.yaml | 16 + requirements.txt | 1 + setup.cfg | 3 + solum/api/app.py | 7 - solum/api/controllers/v1/app.py | 14 + solum/api/handlers/app_handler.py | 3 + solum/api/handlers/common.py | 28 + solum/api/handlers/language_pack_handler.py | 4 + solum/common/config.py | 41 + solum/common/service.py | 2 + solum/config.py | 2 + solum/deployer/handlers/heat.py | 38 +- .../versions/390c6c4aa97b_create_workflow_table.py | 3 +- .../versions/40df542e345_create_app_table.py | 3 +- .../versions/450600086a09_add_user_logs_table.py | 3 +- .../498adc6185ae_create_initial_db_schema.py | 3 +- .../586c15b92842_create_parameter_table.py | 3 +- solum/objects/sqlalchemy/workflow.py | 15 +- solum/openstack/common/log.py | 84 +- solum/openstack/common/timeutils.py | 210 ---- solum/worker/handlers/default.py | 4 +- 43 files changed, 2143 insertions(+), 379 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index 4aa41d6..379e3ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,0 +15 @@ oslo.serialization>=1.10.0 # Apache-2.0 +oslo.utils>=3.5.0 # Apache-2.0
participants (1)
-
doug@doughellmann.com