We jubilantly announce the release of: kolla 12.3.0: Kolla OpenStack Deployment This release is part of the wallaby 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. 12.3.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. Changes in kolla 12.2.0..12.3.0 ------------------------------- 0541e9332 Bump prometheus-openstack-exporter version to 1.6.0 836e5945a Don't ignore errors of 'apt-get update' command 2fbc86f55 Pin diskimage-builder version due to drop Python3.6 47fdc545a 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 ++++++++++ .../notes/openstack-exporter-1.6.0-cb2c1a978cf4be64.yaml | 11 +++++++++++ .../notes/user-provided-repos.yaml-d6e8583e9d9d01ef.yaml | 6 ++++++ 8 files changed, 49 insertions(+), 8 deletions(-)
participants (1)
-
no-reply@openstack.org