diff --git a/README.md b/README.md index d1731faf..8f6cd2d1 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 5eefdb91..b5f1a3fb 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