From 6351348e924ac2be7577fa66cf1b6907e4957a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Thu, 4 Jun 2026 17:21:31 +0200 Subject: [PATCH] chore: add PostgreSQL 19 beta1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- README.md | 2 ++ docker-bake.hcl | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index e754387d..d1731faf 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ This repository provides maintenance scripts for generating | 14 | 2021-09-30 | 2026-11-12 | | 13 | 2020-09-24 | 2025-11-13 | +In addition, PostgreSQL 19 Beta 1 is provided for testing purposes only. + These images are designed to serve as operands of the [CloudNativePG (CNPG) operator](https://cloudnative-pg.io) in Kubernetes environments, and are not intended for standalone use. diff --git a/docker-bake.hcl b/docker-bake.hcl index cb743eb7..174f8da2 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -33,6 +33,7 @@ postgreSQLVersions = [ // Preview versions are automatically filtered out if present in the stable list // MANUALLY EDIT THE CONTENT - AND UPDATE THE README.md FILE TOO postgreSQLPreviewVersions = [ + "19~beta1", ] // Barman version to build