Skip to content

Commit 6351348

Browse files
NiccoloFeigbartolini
authored andcommitted
chore: add PostgreSQL 19 beta1
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent f63d13e commit 6351348

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This repository provides maintenance scripts for generating
2525
| 14 | 2021-09-30 | 2026-11-12 |
2626
| 13 | 2020-09-24 | 2025-11-13 |
2727

28+
In addition, PostgreSQL 19 Beta 1 is provided for testing purposes only.
29+
2830
These images are designed to serve as operands of the
2931
[CloudNativePG (CNPG) operator](https://cloudnative-pg.io) in Kubernetes
3032
environments, and are not intended for standalone use.

docker-bake.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ postgreSQLVersions = [
3333
// Preview versions are automatically filtered out if present in the stable list
3434
// MANUALLY EDIT THE CONTENT - AND UPDATE THE README.md FILE TOO
3535
postgreSQLPreviewVersions = [
36+
"19~beta1",
3637
]
3738

3839
// Barman version to build

0 commit comments

Comments
 (0)