Skip to content

Commit 91a1c6c

Browse files
committed
Nov 2025 release PGO-2789
1 parent f28e554 commit 91a1c6c

File tree

4 files changed

+40
-40
lines changed

4 files changed

+40
-40
lines changed

.github/workflows/test.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
with:
6565
k3s-channel: "${{ matrix.kubernetes }}"
6666
prefetch-images: |
67-
registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542
68-
registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2542
69-
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2542
67+
registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547
68+
registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2547
69+
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547
7070
7171
- run: make createnamespaces check-envtest-existing
7272
env:
@@ -98,8 +98,8 @@ jobs:
9898
with:
9999
k3s-channel: "${{ matrix.kubernetes }}"
100100
prefetch-images: |
101-
registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542
102-
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542
101+
registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547
102+
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547
103103
104104
- name: Get pgMonitor files.
105105
run: make get-pgmonitor
@@ -118,8 +118,8 @@ jobs:
118118
--volume "$(pwd):/mnt" --workdir '/mnt' \
119119
--env 'QUERIES_CONFIG_DIR=/mnt/hack/tools/queries' \
120120
--env 'KUBECONFIG=hack/.kube/postgres-operator/pgo' \
121-
--env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542' \
122-
--env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542' \
121+
--env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547' \
122+
--env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547' \
123123
--env 'PGO_FEATURE_GATES=TablespaceVolumes=true,OpenTelemetryLogs=true,OpenTelemetryMetrics=true' \
124124
--name 'postgres-operator' localhost/postgres-operator
125125
@@ -150,13 +150,13 @@ jobs:
150150
k3s-channel: "${{ matrix.kubernetes }}"
151151
prefetch-timeout: 5m
152152
prefetch-images: |
153-
registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542
154-
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542
155-
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2542
156-
registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2542
157-
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2542
158-
registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.0-2542
159-
registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2542
153+
registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547
154+
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547
155+
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547
156+
registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2547
157+
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2547
158+
registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.1-2547
159+
registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2547
160160
161161
- name: Get pgMonitor files.
162162
run: make get-pgmonitor
@@ -175,14 +175,14 @@ jobs:
175175
--volume "$(pwd):/mnt" --workdir '/mnt' \
176176
--env 'QUERIES_CONFIG_DIR=/mnt/hack/tools/queries' \
177177
--env 'KUBECONFIG=hack/.kube/postgres-operator/pgo' \
178-
--env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542' \
179-
--env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2542' \
180-
--env 'RELATED_IMAGE_PGEXPORTER=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2542' \
181-
--env 'RELATED_IMAGE_PGUPGRADE=registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.0-2542' \
182-
--env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2542' \
183-
--env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542' \
184-
--env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2542' \
185-
--env 'RELATED_IMAGE_COLLECTOR=registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.4-0' \
178+
--env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547' \
179+
--env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2547' \
180+
--env 'RELATED_IMAGE_PGEXPORTER=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2547' \
181+
--env 'RELATED_IMAGE_PGUPGRADE=registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.1-2547' \
182+
--env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547' \
183+
--env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547' \
184+
--env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2547' \
185+
--env 'RELATED_IMAGE_COLLECTOR=registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.5-0' \
186186
--env 'PGO_FEATURE_GATES=TablespaceVolumes=true,OpenTelemetryLogs=true,OpenTelemetryMetrics=true' \
187187
--name 'postgres-operator' localhost/postgres-operator
188188
@@ -192,7 +192,7 @@ jobs:
192192
KUTTL_PG_UPGRADE_TO_VERSION: '17'
193193
KUTTL_PG_VERSION: '16'
194194
KUTTL_POSTGIS_VERSION: '3.4'
195-
KUTTL_PSQL_IMAGE: 'registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2542'
195+
KUTTL_PSQL_IMAGE: 'registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547'
196196
- run: |
197197
make check-kuttl && exit
198198
failed=$?

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ generate-kuttl: export KUTTL_PG_UPGRADE_FROM_VERSION ?= 16
206206
generate-kuttl: export KUTTL_PG_UPGRADE_TO_VERSION ?= 17
207207
generate-kuttl: export KUTTL_PG_VERSION ?= 16
208208
generate-kuttl: export KUTTL_POSTGIS_VERSION ?= 3.4
209-
generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542
209+
generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547
210210
generate-kuttl: export KUTTL_TEST_DELETE_NAMESPACE ?= kuttl-test-delete-namespace
211211
generate-kuttl: ## Generate kuttl tests
212212
[ ! -d testing/kuttl/e2e-generated ] || rm -r testing/kuttl/e2e-generated

config/manager/manager.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,35 +23,35 @@ spec:
2323
- name: CRUNCHY_DEBUG
2424
value: "true"
2525
- name: RELATED_IMAGE_POSTGRES_16
26-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2542"
26+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547"
2727
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.3
28-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.3-2542"
28+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.11-3.3-2547"
2929
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.4
30-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.4-2542"
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.11-3.4-2547"
3131
- name: RELATED_IMAGE_POSTGRES_17
32-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542"
32+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2547"
3333
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.4
34-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.4-2542"
34+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.7-3.4-2547"
3535
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.5
36-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.5-2542"
36+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.7-3.5-2547"
3737
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.6
38-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.5-2542"
38+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.7-3.5-2547"
3939
- name: RELATED_IMAGE_POSTGRES_18
40-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.0-2542"
40+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.1-2547"
4141
- name: RELATED_IMAGE_POSTGRES_18_GIS_3.6
42-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.0-3.6-2542"
42+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.1-3.6-2547"
4343
- name: RELATED_IMAGE_PGBACKREST
44-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542"
44+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547"
4545
- name: RELATED_IMAGE_PGBOUNCER
46-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2542"
46+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2547"
4747
- name: RELATED_IMAGE_PGEXPORTER
48-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2542"
48+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2547"
4949
- name: RELATED_IMAGE_PGUPGRADE
50-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.0-2542"
50+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.1-2547"
5151
- name: RELATED_IMAGE_STANDALONE_PGADMIN
52-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2542"
52+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2547"
5353
- name: RELATED_IMAGE_COLLECTOR
54-
value: "registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.4-0"
54+
value: "registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.5-0"
5555
securityContext:
5656
allowPrivilegeEscalation: false
5757
capabilities: { drop: [ALL] }

testing/chainsaw/e2e/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ versions:
33
postgrescluster: 'v1'
44

55
images:
6-
psql: 'registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542'
6+
psql: 'registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2547'

0 commit comments

Comments
 (0)