From 0b618584977c81744d37c0ed78ba0bb9648f0465 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 9 Jun 2021 07:14:09 +1000 Subject: [PATCH] Update dib to 3.12.0 Trigger a rebuild of nodepool images with DIB 3.12.0. The main reason is for people to use the containerfile element to build later Fedora releases. Change-Id: Iaeab9f27296c4432071fd2d8649b78b81efe656b --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f901bcb70..ad38439b7 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.11.0 +diskimage-builder>=3.12.0 voluptuous kazoo>=2.8.0 Paste