From 915308222d53cd2148a65d62fe067ba11d4817b9 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 18 Nov 2023 18:13:16 +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: I67228eadd884f233c2e8e6bf33b72cc19b0a1880 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ae7010b..b362b34 100644 --- a/metadata.json +++ b/metadata.json @@ -30,7 +30,7 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "11" + "12" ] }, {