Current Series Release Notes¶
20.0.0-97¶
New Features¶
Added new MariaDB container health check script
healthcheck.sh. This script is from official docker images of MariaDB.This script is planned to replace current health check script
clustercheck.shto keep compatibility with newer MariaDB releases.
Adds
ironic-pxe-filtercontainer image.
MariaDBversion has been updated to11.4 LTS. This version will be supported until 29th May 2029.
The neutron wrapper scripts, which were introduced in I679ac66186d457ae53f89469fe22c5662089019a, are now included in the
neutron-metadata-agentcontainer, making it possible to run haproxy processes as separate containers.
Adds support for configuring RPM distributions repositories using
repos.yamlfunctionality.
Adds support for Rocky 10 as a base container image. This is the only major version of Rocky supported from the 2025.2 release.
Upgrade Notes¶
Backup files are now stored in timestamped directories and have new filenames. This does not affect restore, as Kolla Ansible does not support automated restore; users perform restores manually. A new full backup is recommended after upgrade to ensure incremental backups work correctly.
Upgraded ProxySQL to version
3.0.x.
Debian container image builds now use Epoxy (2025.1) repositories of Debian OpenStack.
Debian container image builds now use bookworm suite for RabbitMQ installation.
Drops requirement to use
Delorean/CentOS Cloud SIGrepositories in rpm-based images.
Removes support for building
ironic-inspectorimages following retirement inIronicproject.
Support for building
neutron-linuxbridge-agentcontainer image has been dropped following removal in Neutron.
Support for building
Venuscontainer images has been dropped, following it’s inactivity and producing breaking Horizon plugin builds.
Switches Erlang RPMs on aarch64 to a versioned Erlang 27 repository, due to Fedora COPR not supporting multiple package versions in one repo.
Update Fluentd to version 6.x LTS.
Gnocchiversion has been updated to4.7.0.
Update OpenSearch and OpenSearch Dashboards to version 3.x.
rabbitmqversion has been updated to4.1.
Dropped support for building MariaDB clustercheck container image as it will not be compatible with MariaDB 11.4 (the next LTS version).
Rocky 9 is no longer supported as a base container image. Rocky users should migrate to Rocky 10.
The following images were supported by Rocky 9 but lack suitable packages in Rocky, and are no longer supported for Rocky:
telegraf.
Update monitoring and key infrastructure components to their latest versions. This upgrade includes several prometheus-related services, as well as Etcd and Lego.
etcd: 3.5.16 -> 3.6.4
letsencrypt-lego: 4.20.4 -> 4.25.2
prometheus-blackbox-exporter: 0.25.0 -> 0.27.0
prometheus-cadvisor: 0.49.2 -> 0.53.0
prometheus-elasticsearch-exporter: 1.8.0 -> 1.9.0
prometheus-memcached-exporter: 0.15.0 -> 0.15.3
prometheus-mysqld-exporter: 0.16.0 -> 0.17.2
prometheus-node-exporter: 1.8.2 -> 1.9.1
prometheus-server: 3.2.1 -> 3.5.0 (LTS)
Additionally, Prometheus-server has been switched to its Long-Term Support (LTS) version to ensure greater stability and extended support.
Deprecation Notes¶
Deprecates support for building
collectdimages.
Deprecates support for building
telegrafimages.
The OVN exporter has been removed with immediate effect since 1) it isn’t used in Kolla Ansible and 2) the source repo was archived in Dec 2024.
Bug Fixes¶
Fixes incremental MariaDB backups by switching to directory-based base backups, following official Mariabackup recommendations. LP#2111620
Ensures Kolla uses only configured APT mirror on Ubuntu for full source control. LP#2112140
Fixes set_configs.py not detecting removed config files during –check, which prevented container restart when needed. LP#2114173
Fixed missing metrics in Prometheus libvirt exporter.
The Prometheus libvirt exporter has been bumped from
v1.6.0tov2.2.0. This restores some metrics that were lost when the exporter source was changed in a previous release.
Fix using Cinder as Glance image store when Cinder uses a FC or iSCSI backend by adding the missing
lsscsipackage to glance-api. LP#2111828
Fix
neutron-l3-agentimage builds on Rocky Linux by removingdibbler-clientdependency. The package is no longer used in Neutron. LP#2112575