We jubilantly announce the release of: kolla 14.2.0: Kolla OpenStack Deployment This release is part of the yoga 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. 14.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 14.1.0..14.2.0 ------------------------------- 8253acdea Bump prometheus-openstack-exporter version to 1.6.0 47c64433a upper-constraints: remove neutron 66eec3357 Bump skydive version to 0.28 34cc46a4d Don't ignore errors of 'apt-get update' command 1b259ecc5 Pin diskimage-builder version due to drop Python3.6 ca511dd74 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 ++++++ 11 files changed, 58 insertions(+), 9 deletions(-)
participants (1)
-
no-reply@openstack.org