Current Series Release Notes¶
11.0.0.0rc1-57¶
New Features¶
Add prometheus-v2-server image for Prometheus version 2.x
Upgrade Notes¶
Kolla now no longer supports CentOS 8.2 and below. This is to support CentOS 8.3 without extra workarounds (please see the fixes section for more details). The promise is to support the latest CentOS 8 release which is 8.3 now.
The
certmonger
image is removed per the deprecation cycle.
The
ec2-api
image is removed per the deprecation cycle.
The
heat-all
image is removed per the deprecation cycle. Please use the other images of Heat instead.
The
Karbor
project is no longer maintained and retired since Wallaby cycle . Its images and support is also removed since Wallaby cycle.
The
nova-mksproxy
image is removed per the deprecation cycle.
The
novajoin
image is removed per the deprecation cycle.
The
ptp
image is removed per the deprecation cycle.
The
Qinling
project is no longer maintained and retired since Wallaby cycle . Its image and support is also removed since Wallaby cycle.
The
rsyslog
image is removed per the deprecation cycle.
The
Searchlight
project is no longer maintained and retired since Wallaby cycle . Its images and support is also removed since Wallaby cycle.
Bug Fixes¶
Fixes MariaDB incremental backup failure when full backup was not created the same day. LP#1897948
Fixes an issue with Swift containers failing to start in Ubuntu binary images. LP#1905279
Fixes builds on CentOS 8.3 failing due to renamed repos. Notice Kolla now no longer supports CentOS 8.2 and below. LP#1907213
Fixes an issue with the Fluentd Monasca output plugin related to a more recent openssl library. LP#1910382
nova-compute uses daxio to cleanup vpmem backend device on instance delete. If the daxio binary is missing in the nova-compute container instance delete fails. daxio is provided in centos via daxio, in ubuntu via the pmdk-tools package.