From 91a04d2139f68858d46d935bae3a11e9bc9f8f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Mon, 30 Sep 2024 17:18:49 +0200 Subject: [PATCH] feat: set v17 as the latest stable major (#116) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- README.md | 2 +- lib/repo_funcs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd24e4a7..c8de7929 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PostgreSQL Container Images Maintenance scripts to generate Immutable Application Containers -for all available PostgreSQL versions (12 to 16) to be used as +for all available PostgreSQL versions (12 to 17) to be used as operands with the [CloudNativePG operator](https://cloudnative-pg.io) for Kubernetes. diff --git a/lib/repo_funcs.sh b/lib/repo_funcs.sh index 22ac9420..218810ca 100644 --- a/lib/repo_funcs.sh +++ b/lib/repo_funcs.sh @@ -16,7 +16,7 @@ # # Update this everytime a new major release of PostgreSQL is available -POSTGRESQL_LATEST_MAJOR_RELEASE=16 +POSTGRESQL_LATEST_MAJOR_RELEASE=17 # Get the last postgres base image tag and update time fetch_postgres_image_version() {