From 393e134cd76159338bd9a096ddf62f2e51d1fca8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 18 Nov 2023 18:28:06 +0900 Subject: [PATCH] Declare Debian 12(Bookworm) support Debian 12 was relased in June 2023 and recent versions of OpenStack (such as 2023.1 and 2023.2) no longer support Debian 11. Change-Id: I1d269ad3ac1da766c49b0baec61a79b76383878a --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 9317d9a8..221ebfa7 100644 --- a/metadata.json +++ b/metadata.json @@ -18,7 +18,8 @@ "operatingsystem": "Debian", "operatingsystemrelease": [ "10", - "11" + "11", + "12" ] }, {