From 6eda0cafc6478b25863c91358ad686333ca21cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Thu, 16 Jul 2026 15:30:19 +0200 Subject: [PATCH] chore: update to PG19 beta2 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1731fafb..8f6cd2d17 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ 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. +In addition, PostgreSQL 19 Beta 2 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 diff --git a/docker-bake.hcl b/docker-bake.hcl index 5eefdb91b..b5f1a3fb3 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -33,7 +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", + "19~beta2", ] // Barman version to build