From e2bd2eb296ff86374e433a0a60e0bd8f93911b0d Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 3 Dec 2021 19:10:29 +1100 Subject: [PATCH] Bump DIB to 3.16.0 The most important thing in this release is [1] which fixes bootloader issues with CentOS and Fedora hosts (see also Ic15487f61a8d5f4c0c8f1941815d9649ed730add for enhanced testing relating to this in this repo). [1] https://review.opendev.org/c/openstack/diskimage-builder/+/818851 Change-Id: I759de000bbd65ea1cc02c062186b417c000d2863 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b14bd2f9..38be37ea2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ PrettyTable>=0.6,<0.8 # 0.28.0-0.31.0 fail to upload images with glance tasks. # 0.31.1 and 0.31.2 have a bug with image deletion in tasks API openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2 -diskimage-builder>=3.15.2 +diskimage-builder>=3.16.0 voluptuous kazoo>=2.8.0 Paste