From 0a52421bbeb3db210815bb6216fc5e6722365fcb Mon Sep 17 00:00:00 2001 From: Jonathan Gonzalez V Date: Tue, 6 Jun 2023 12:23:52 +0200 Subject: [PATCH] chore: add PostgreSQL 16 (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #58 Signed-off-by: Jonathan Gonzalez V Signed-off-by: Marco Nenciarini Signed-off-by: Niccolò Fei Co-authored-by: Marco Nenciarini Co-authored-by: Niccolò Fei --- Debian/16/.versions.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Debian/16/.versions.json diff --git a/Debian/16/.versions.json b/Debian/16/.versions.json new file mode 100644 index 00000000..acc78426 --- /dev/null +++ b/Debian/16/.versions.json @@ -0,0 +1,6 @@ +{ + "BARMAN_VERSION": "3.5.0", + "IMAGE_RELEASE_VERSION": "1", + "POSTGRES_IMAGE_LAST_UPDATED": "2023-05-31T03:06:28.254939Z", + "POSTGRES_IMAGE_VERSION": "16beta1-bullseye" +}