We enthusiastically announce the release of: kolla 13.3.0: Kolla OpenStack Deployment This release is part of the xena stable release series. The source is available from: https://opendev.org/openstack/kolla Download the package from: https://tarballs.openstack.org/kolla/ Please report issues through: https://bugs.launchpad.net/kolla/+bugs For more details, please see below. 13.3.0 ^^^^^^ New Features ************ * Add templating block for base image helping to customize pip settings used at build time for offline build scenario. We need some required environment variables configured at the top level for all containers, for example the variable UPPER_CONSTRAINTS_FILE used by the bifrost-deploy installation scripts. Also here we can override the address of the PyPI repository via PIP_INDEX_URL, PIP_EXTRA_INDEX_URL, and PIP_TRUSTED_HOST variables. Upgrade Notes ************* * All Dockerfile files which uses curl to download any external files from the Internet URLs now have the corresponding version templating block which can be used to override them. Also all the ENV instructions inside these blocks converted to the ARG instructions to minimize the unneeded variables. Bug Fixes ********* * Fixes wrong update-alternatives usage on CentOS. LP#1936947 Changes in kolla 13.2.0..13.3.0 ------------------------------- bc4890ba2 Fix container image publish to Docker Hub 22ce46488 neutron: Use update-alternatives --display instead of --query 6486f75af Unify curl use (customisation options) Diffstat (except docs and test files) ------------------------------------- .../prometheus/prometheus-blackbox-exporter/Dockerfile.j2 | 5 +++-- .../prometheus-elasticsearch-exporter/Dockerfile.j2 | 5 +++-- .../prometheus/prometheus-haproxy-exporter/Dockerfile.j2 | 5 +++-- .../prometheus-memcached-exporter/Dockerfile.j2 | 5 +++-- .../prometheus/prometheus-mysqld-exporter/Dockerfile.j2 | 5 +++-- releasenotes/notes/bug-1936947-8beac926823cdf8f.yaml | 5 +++++ .../notes/generic-customisation-b2d431caa2fc5c10.yaml | 15 +++++++++++++++ 24 files changed, 112 insertions(+), 42 deletions(-)