2024.1 Series Release Notes¶
5.4.0¶
Bug Fixes¶
Fixes execution of some non-Kolla containers on Ubuntu with Podman as container engine, by installing the
catatonitpackage. LP#2114998
5.3.0¶
Bug Fixes¶
Fixes kolla-ansible boostrap-servers LP#2004583
5.0.0¶
Prelude¶
New openstack.kolla.podman and openstack.kolla.podman_sdk roles were added. Using these Kolla now supports both docker and podman container engines.
New Features¶
With the
docker_debugvariable it is now possible to enable debug logging for docker operations.
With the
docker_registry_mirrorsvariable it is now possible to configure the list of registry mirrors that docker uses.
Known Issues¶
On Ubuntu 22.04, when using Podman, containers may get stuck in the
creatingstate when using a6.5.xseries (or newer) kernel. For more details, see LP#2056210.
Upgrade Notes¶
Bumped the minimal version of the Docker Python library to
6.0.0to support the cgroupns parameter.
Socket activation of Podman is now enabled by the
podmanrole, not thepodman_sdkrole.
Bug Fixes¶
Fixed usage of the deprecated apt-key tool and switched to deb822 format for Apt repositories on Ubuntu.
Docker log-opts are now included in the docker daemon.json config again. This allows for
docker_log_max_fileanddocker_log_max_sizeto now be set/overidden correctly. LP#2044537
Fixed an issue where the
podmanrole did not enable socket activation for the Podman service. For further details, see LP#2054568.