From 65ce98e870f3e92962a4578aefd83941510cd19e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 18 Nov 2023 18:17:47 +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: I6ac3b1765793611fb3a8214f7af2141282ecaed5 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index d7f83d7..1646161 100644 --- a/metadata.json +++ b/metadata.json @@ -22,7 +22,7 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "11" + "12" ] }, {