From 32c2099414e3dccaa748de215b420421450b15a8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 18 Nov 2023 18:11:12 +0900 Subject: [PATCH] Bump supported Debian version to 12 (Bookworm) Debian 12 was released in June 2023. Recent versions of OpenStack (actually, 2023.1 and later) no longer support Debian 11. Change-Id: Ifc2b63e6e6e068daacccbe30478cccdd7a6447c3 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index e215f4b9..752e3bff 100644 --- a/metadata.json +++ b/metadata.json @@ -30,7 +30,7 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "11" + "12" ] }, {