We are happy to announce the release of: kolla 13.2.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.2.0 ^^^^^^ New Features ************ * Updates the OpenStack exporter for Prometheus to version 1.6.0. * Added an *--repos-yaml* argument to allow user to provide own file with definitions of external package repositories. Useful for those building in offline environments with set of internal mirrors. Upgrade Notes ************* * The updated OpenStack exporter for Prometheus uses the latest Nova API microversion by default, resulting in changes to existing metrics. To keep existing behaviour, set "prometheus_openstack_exporter_compute_api_version" to "2.1". Bug Fixes ********* * The "apt-get update" command by default didn't fail on erroneous source repositories, it show the warning 'W: Some index files failed to download. They have been ignored, or old ones used instead.' and continue to work. This causes some containers (eg. rabbitmq, kolla- toolbox) successfully built, but makes them inconsistent because the official Ubuntu repository contains packages with the same names. Now we use "apt-get -eany update" command to stop building with an error in such cases. * Fixes CentOS builds of Skydive SEGV on startup. Skydive versions prior to 0.28.0 panic on newer versions of libc. This especially affects Centos 8. LP#1940862 Changes in kolla 13.1.0..13.2.0 ------------------------------- 51d5e442c Bump prometheus-openstack-exporter version to 1.6.0 9adffe329 Bump skydive version to 0.28 1ab4e13fe Don't ignore errors of 'apt-get update' command 5baeaf498 Pin diskimage-builder version due to drop Python3.6 e90786ab9 Allow to provide own repos.yaml file Diffstat (except docs and test files) ------------------------------------- kolla/common/config.py | 4 +++- kolla/image/build.py | 2 ++ kolla/template/methods.py | 8 ++++++-- releasenotes/notes/apt-get-update-fatal-ed2bcc5c1d93c082.yaml | 10 ++++++++++ releasenotes/notes/bug-1940862-8fd12d669ab15299.yaml | 7 +++++++ .../notes/openstack-exporter-1.6.0-cb2c1a978cf4be64.yaml | 11 +++++++++++ .../notes/user-provided-repos.yaml-d6e8583e9d9d01ef.yaml | 6 ++++++ 10 files changed, 57 insertions(+), 9 deletions(-)
participants (1)
-
no-reply@openstack.org