From 86187c5c6dd414b17bb4535324cd64a4a09e90b9 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Mon, 21 Oct 2024 15:57:45 -0500 Subject: [PATCH] feat: Add build for Postgres v17 --- .github/workflows/build.yaml | 5 ++++- README.md | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3862ffb..dfc6a16 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,10 +16,13 @@ jobs: strategy: matrix: include: + - postgres_version: "17" + # renovate datasource=docker depName=ghcr.io/cloudnative-pg/postgresql + cnpg_version: 17.0-18 + latest: "true" - postgres_version: "16" # renovate datasource=docker depName=ghcr.io/cloudnative-pg/postgresql cnpg_version: 16.4-41 - latest: "true" - postgres_version: "15" # renovate datasource=docker depName=ghcr.io/cloudnative-pg/postgresql cnpg_version: 15.8-40 diff --git a/README.md b/README.md index 345a629..d6fe602 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Both versions are automatically updated by Renovate bot, so new releases will be ## Images -Images are available at [`ghcr.io/clevyr/cloudnativepg-timescale`](https://github.com/clevyr/docker-cloudnativepg-timescale/pkgs/container/cloudnativepg-timescale). There are tags available for Postgres v14, v15, and v16. +Images are available at [`ghcr.io/clevyr/cloudnativepg-timescale`](https://github.com/clevyr/docker-cloudnativepg-timescale/pkgs/container/cloudnativepg-timescale). There are tags available for Postgres v14, v15, v16, and v17. ## Deployment @@ -22,7 +22,7 @@ metadata: name: example spec: instances: 3 - imageName: ghcr.io/clevyr/cloudnativepg-timescale:16-ts2 + imageName: ghcr.io/clevyr/cloudnativepg-timescale:17-ts2 postgresql: shared_preload_libraries: - timescaledb