From b5b17a8b0321852ce45fad54522bba38527692ff Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 27 Jun 2022 10:37:20 +1000 Subject: [PATCH] dib: Bump to 3.22.0 This is to get fresh container images that contain dib 3.22.0. The main things of interest in this change are Fedora 36 support and some fixes to long-standing issues with the Gentoo bootloader installation. Change-Id: Id4fc7358aee20c1c38ebc179ebb0cdb63fe10c6e --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ef01d1e2..49267614b 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 # 0.99.0 leads to BadRequestException: Client Error [...] Bad networks format openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2,<0.99 -diskimage-builder>=3.21.0 +diskimage-builder>=3.22.0 voluptuous kazoo>=2.8.0 Paste