We enthusiastically announce the release of: kolla 16.5.0: Kolla OpenStack Deployment This release is part of the antelope 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. 16.5.0 ^^^^^^ Bug Fixes * Fixes a bug where swtpm and swtpm-tools deb packages are missing in 'nova-compute' and 'nova-libvirt' containers which keeps 'nova- compute' container from starting when operator enables TPM support in Nova. LP#2062572 * Fixes a bug where the "rsync" RPM package was missing in the "swift- base" container. See bug 2062072 for details. Changes in kolla 16.4.0..16.5.0 ------------------------------- 90385d68e [docs] remove not working dev setup 46989bd53 CI: fix publish docker credential var 0468ab930 add kayobe to release management doc's Launchpad admin section c0f6339a4 swift-base: fix rsync missing for rpm installs b5c936a3a Pin requests to <2.32 for docker sdk (2023.1 and older releases) d455ec283 collectd: Mark unbuildable on rocky ef5472a20 nova-compute: Remove duplicate openvswitch package 64eed98cf Nova: fix swtpm and swtpm-tools missing from deb installs 7bd57039e Fix OpenSearch file ownership issues Diffstat (except docs and test files) ------------------------------------- .zuul.d/debian.yaml | 4 ++-- .zuul.d/rocky.yaml | 2 +- .zuul.d/ubuntu.yaml | 2 +- kolla/image/unbuildable.py | 1 + releasenotes/notes/bug-2062572-c55c71e1045a863f.yaml | 5 +++++ ..._rsync_rpm_swift_base_missing-9d106d94b52d0bad.yaml | 5 +++++ requirements.txt | 1 + 14 files changed, 31 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6a56bcb1e..a9f8acb8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,0 +3 @@ docker>=3.0.0,<7.0.0 # Apache-2.0 +requests<2.32.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org