From 21336dbafa6030b197217d34d4c540e6ec43e253 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 22 Feb 2022 21:19:49 +1100 Subject: [PATCH] Update to DIB 3.19.0 This has build fixes for Rocky Linux, ARM64 bootloader and Gentoo Change-Id: I7b5d96f96f9ae9434791ec2cc5b271997b427836 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 00655e52d..397aaf564 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ PrettyTable>=0.6,<0.8 # 0.31.1 and 0.31.2 have a bug with image deletion in tasks API # We expect 1.0.0 to break the API we use openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2,<1.0.0 -diskimage-builder>=3.18.0 +diskimage-builder>=3.19.0 voluptuous kazoo>=2.8.0 Paste