We are stoked to announce the release of: kolla 18.7.0 This release is part of the caracal 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. 18.7.0 ^^^^^^ Upgrade Notes * Adds support for building Ubuntu Noble 24.04 images when specifying "base_tag = 24.04". Changes in kolla 18.6.0..18.7.0 ------------------------------- 9f557299c [2024.2 and earlier]: horizon: Work around pyscss bug 4dde14f10 Revert "mariadb: pin to 10.11.11" 8f50223bb CI: Drop upgrade jobs from 2023.2 eb29ede7b mariadb: pin to 10.11.11 ca0070018 [2024.2 and 2024.1 only] Fix issue with 'pycadf' installation ed303dc38 nova/aarch64: Fix qemu-efi build failures 0bb6a65ed [2024.1 only] Extend base_tag check to cover more ubuntu base image tags ce5b6560b Add support for Ubuntu 24.04 LTS 8cf022c35 Opensearch and opensearch-dashboard image size reduction 9ef6688a9 tests: Add cross-arch test for etcd 6053fefb3 fix sources.py based cross-arch builds 0d3cec115 Added systemd-standalone-sysusers package for Debuntu Diffstat (except docs and test files) ------------------------------------- .zuul.d/base.yaml | 12 +++ .zuul.d/debian.yaml | 2 - .zuul.d/project.yaml | 4 + .zuul.d/rocky.yaml | 4 - .zuul.d/ubuntu.yaml | 75 ++++++++++++----- ...urces.list.ubuntu => sources.list.ubuntu.jammy} | 0 ...u.aarch64 => sources.list.ubuntu.jammy.aarch64} | 0 .../opensearch/opensearch-dashboards/Dockerfile.j2 | 5 +- kolla/common/config.py | 5 +- kolla/image/kolla_worker.py | 5 +- kolla/template/methods.py | 24 ++++-- kolla/template/repos-noble.yaml | 97 ++++++++++++++++++++++ .../notes/ubuntu-24-04-585855b7d4753ce3.yaml | 5 ++ requirements.txt | 1 + 28 files changed, 340 insertions(+), 55 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f471843cf..f96132cc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,0 +5 @@ oslo.config>=5.1.0 # Apache-2.0 +setuptools>=64.0.0 # PSF/ZPL; python_version >= '3.12'
participants (1)
-
no-reply@openstack.org