From a534abc480ad2145f4598e674a798a74558d5328 Mon Sep 17 00:00:00 2001 From: ValClarkson Date: Thu, 18 Dec 2025 11:48:03 -0500 Subject: [PATCH 1/2] december release PG0-2806 --- .github/workflows/test.yaml | 52 ++++++++++++++++---------------- Makefile | 2 +- config/manager/manager.yaml | 2 +- testing/chainsaw/e2e/values.yaml | 2 +- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 748bfec8a..a30eca17d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,7 +53,7 @@ jobs: strategy: fail-fast: false matrix: - kubernetes: [v1.30, v1.33] + kubernetes: [v1.32, v1.34] steps: - uses: actions/checkout@v6 - uses: actions/setup-go@v6 @@ -64,9 +64,9 @@ jobs: with: k3s-channel: "${{ matrix.kubernetes }}" prefetch-images: | - registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547 - registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2547 - registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547 + registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2550 + registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.25-2550 + registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2550 - run: make createnamespaces check-envtest-existing env: @@ -87,7 +87,7 @@ jobs: strategy: fail-fast: false matrix: - kubernetes: [v1.30, v1.33] + kubernetes: [v1.32, v1.34] steps: - uses: actions/checkout@v6 - uses: actions/setup-go@v6 @@ -98,8 +98,8 @@ jobs: with: k3s-channel: "${{ matrix.kubernetes }}" prefetch-images: | - registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547 - registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547 + registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2550 + registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2550 - name: Get pgMonitor files. run: make get-pgmonitor @@ -118,8 +118,8 @@ jobs: --volume "$(pwd):/mnt" --workdir '/mnt' \ --env 'QUERIES_CONFIG_DIR=/mnt/hack/tools/queries' \ --env 'KUBECONFIG=hack/.kube/postgres-operator/pgo' \ - --env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547' \ - --env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547' \ + --env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2550' \ + --env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2550' \ --env 'PGO_FEATURE_GATES=TablespaceVolumes=true,OpenTelemetryLogs=true,OpenTelemetryMetrics=true' \ --name 'postgres-operator' localhost/postgres-operator @@ -138,7 +138,7 @@ jobs: strategy: fail-fast: false matrix: - kubernetes: [v1.30, v1.33] + kubernetes: [v1.32, v1.34] steps: - uses: actions/checkout@v6 - uses: actions/setup-go@v6 @@ -150,13 +150,13 @@ jobs: k3s-channel: "${{ matrix.kubernetes }}" prefetch-timeout: 5m prefetch-images: | - registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547 - registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547 - registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547 - registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2547 - registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2547 - registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.1-2547 - registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2547 + registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2550 + registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2550 + registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2550 + registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.25-2550 + registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2550 + registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.1-2550 + registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2550 - name: Get pgMonitor files. run: make get-pgmonitor @@ -175,14 +175,14 @@ jobs: --volume "$(pwd):/mnt" --workdir '/mnt' \ --env 'QUERIES_CONFIG_DIR=/mnt/hack/tools/queries' \ --env 'KUBECONFIG=hack/.kube/postgres-operator/pgo' \ - --env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547' \ - --env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2547' \ - --env 'RELATED_IMAGE_PGEXPORTER=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2547' \ - --env 'RELATED_IMAGE_PGUPGRADE=registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.1-2547' \ - --env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547' \ - --env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547' \ - --env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2547' \ - --env 'RELATED_IMAGE_COLLECTOR=registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.5-0' \ + --env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2550' \ + --env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.25-2550' \ + --env 'RELATED_IMAGE_PGEXPORTER=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2550' \ + --env 'RELATED_IMAGE_PGUPGRADE=registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.1-2550' \ + --env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2550' \ + --env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2550' \ + --env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2550' \ + --env 'RELATED_IMAGE_COLLECTOR=registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-6.0.0-0' \ --env 'PGO_FEATURE_GATES=TablespaceVolumes=true,OpenTelemetryLogs=true,OpenTelemetryMetrics=true' \ --name 'postgres-operator' localhost/postgres-operator @@ -192,7 +192,7 @@ jobs: KUTTL_PG_UPGRADE_TO_VERSION: '17' KUTTL_PG_VERSION: '16' KUTTL_POSTGIS_VERSION: '3.4' - KUTTL_PSQL_IMAGE: 'registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547' + KUTTL_PSQL_IMAGE: 'registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2550' - run: | make check-kuttl && exit failed=$? diff --git a/Makefile b/Makefile index cd18f1733..1debe4fa1 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ generate-kuttl: export KUTTL_PG_UPGRADE_FROM_VERSION ?= 16 generate-kuttl: export KUTTL_PG_UPGRADE_TO_VERSION ?= 17 generate-kuttl: export KUTTL_PG_VERSION ?= 16 generate-kuttl: export KUTTL_POSTGIS_VERSION ?= 3.4 -generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547 +generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2550 generate-kuttl: export KUTTL_TEST_DELETE_NAMESPACE ?= kuttl-test-delete-namespace generate-kuttl: ## Generate kuttl tests [ ! -d testing/kuttl/e2e-generated ] || rm -r testing/kuttl/e2e-generated diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index e8637c7e6..e1b0a9040 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -78,4 +78,4 @@ spec: path: /healthz port: 8081 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 10 \ No newline at end of file diff --git a/testing/chainsaw/e2e/values.yaml b/testing/chainsaw/e2e/values.yaml index c6e00d8ea..e3f502b32 100644 --- a/testing/chainsaw/e2e/values.yaml +++ b/testing/chainsaw/e2e/values.yaml @@ -3,4 +3,4 @@ versions: postgrescluster: 'v1' images: - psql: 'registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547' + psql: 'registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2550' From e19db56f9fc04e95f6a692f088492ecd2210029e Mon Sep 17 00:00:00 2001 From: Val Date: Thu, 18 Dec 2025 12:32:27 -0500 Subject: [PATCH 2/2] Update .github/workflows/test.yaml Co-authored-by: Drew Sessler <36803518+dsessler7@users.noreply.github.com> --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a30eca17d..701ecbb1c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -157,6 +157,7 @@ jobs: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2550 registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.1-2550 registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2550 + registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-6.0.0-0 - name: Get pgMonitor files. run: make get-pgmonitor