[release-announce] . 10.7.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 18 15:20:28 UTC 2019


We are satisfied to announce the release of:

. 10.7.0: A common library for TripleO workflows.

This release is part of the stein stable release series.

The source is available from:

    https://opendev.org/openstack/.

Download the package from:

    https://tarballs.openstack.org/tripleo-common/

For more details, please see below.

10.7.0
^^^^^^

New Features

* new health check for "cron" containers, ensuring it exists and has
  content

Changes in . 10.6.1..10.7.0
---------------------------

cbc0bfdb Adding support for the new validation framework
f3870833 Inject validation roles path in ansible config
baa9fb8c Correct ovn-dbs health check
c7ffea07 Fix support for v1 manifests
3153c449 Add container_cli used for the Overcloud to the Inventory
e2b67d33 Remove amp_hw_arch from octavia_post
6ba0c999 Wire in parameters.convert_docker_params
fbb87c54 Add convert_docker_params function
f8191dd2 Make ovn package python version aware
b6921c6e New health check for cron containers
3300af48 image_uploader: use buildah instead of podman to manipulate images
a47e0129 Use ContainerImageRegistryCredentials for registry auth
327d8058 playbooks/rotate-keys: add support for podman
21511a6b Ensure we get a value for manifest digest
876ef274 Uncap jsonschema
febb0cee Update required packages for octavia api


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

.../tripleo_kolla_template_overrides.j2            |   7 +-
healthcheck/cron                                   |  10 +
healthcheck/ovn-dbs                                |  11 +-
playbooks/rotate-keys.yaml                         |  14 +-
.../notes/healthcheck-cron-37de4a861e1a1cbf.yaml   |   3 +
requirements.txt                                   |   2 +-
scripts/run-validation                             |  15 +
tripleo_common/actions/ansible.py                  |  22 ++
tripleo_common/actions/templates.py                |   2 +
tripleo_common/constants.py                        |   6 +-
tripleo_common/image/image_export.py               |   4 +-
tripleo_common/image/image_uploader.py             |  83 +++++-
tripleo_common/image/kolla_builder.py              |  18 +-
tripleo_common/inventory.py                        |  14 +-
.../convert-docker-params-84dfc6083e88bb52.yaml    |   6 +
tripleo_common/utils/parameters.py                 |  15 +
tripleo_common/utils/validations.py                |   3 +-
workbooks/octavia_post.yaml                        |   2 -
24 files changed, 574 insertions(+), 70 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 813e1cc8..c304a4be 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -32 +32 @@ metalsmith>=0.9.0 # Apache-2.0
-jsonschema<3.0.0,>=2.6.0 # MIT
+jsonschema>=2.6.0 # MIT






More information about the Release-announce mailing list