Skip to content

Commit fdf9fb6

Browse files
committed
5.7.2 release
1 parent c285160 commit fdf9fb6

23 files changed

+57
-57
lines changed

helm/install/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: Installer for PGO, the open source Postgres Operator from Crunchy D
44

55
type: application
66
# The version below should match the version on the PostgresCluster CRD
7-
version: 5.7.1
8-
appVersion: 5.7.1
7+
version: 5.7.2
8+
appVersion: 5.7.2

helm/install/crds/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.15.0
66
labels:
77
app.kubernetes.io/name: pgo
8-
app.kubernetes.io/version: 5.7.1
8+
app.kubernetes.io/version: 5.7.2
99
name: crunchybridgeclusters.postgres-operator.crunchydata.com
1010
spec:
1111
group: postgres-operator.crunchydata.com

helm/install/crds/postgres-operator.crunchydata.com_pgadmins.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.15.0
66
labels:
77
app.kubernetes.io/name: pgo
8-
app.kubernetes.io/version: 5.7.1
8+
app.kubernetes.io/version: 5.7.2
99
name: pgadmins.postgres-operator.crunchydata.com
1010
spec:
1111
group: postgres-operator.crunchydata.com

helm/install/crds/postgres-operator.crunchydata.com_pgupgrades.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.15.0
66
labels:
77
app.kubernetes.io/name: pgo
8-
app.kubernetes.io/version: 5.7.1
8+
app.kubernetes.io/version: 5.7.2
99
name: pgupgrades.postgres-operator.crunchydata.com
1010
spec:
1111
group: postgres-operator.crunchydata.com

helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.15.0
66
labels:
77
app.kubernetes.io/name: pgo
8-
app.kubernetes.io/version: 5.7.1
8+
app.kubernetes.io/version: 5.7.2
99
name: postgresclusters.postgres-operator.crunchydata.com
1010
spec:
1111
group: postgres-operator.crunchydata.com

helm/install/values.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
# controllerImages are used to run the operator's controllers.
33
# The cluster image defined below runs the PostgresCluster and PGUpgrade controllers.
44
controllerImages:
5-
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.7.1-0
5+
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.7.2-0
66

77
# relatedImages are used when an image is omitted from PostgresCluster, PGAdmin or PGUpgrade specs.
88
relatedImages:
99
postgres_17:
10-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.2-0
10+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.2-1
1111
postgres_17_gis_3.4:
12-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.2-3.4-0
12+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.2-3.4-1
1313
postgres_16:
14-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.6-0
14+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.6-1
1515
postgres_16_gis_3.4:
16-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.4-0
16+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.4-1
1717
postgres_16_gis_3.3:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.3-0
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.3-1
1919
postgres_15:
20-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.10-0
20+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.10-1
2121
postgres_15_gis_3.3:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.10-3.3-0
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.10-3.3-1
2323
pgadmin:
24-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-32
24+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-33
2525
pgbackrest:
26-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.53.1-1
26+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.54.0-0
2727
pgbouncer:
28-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-1
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-2
2929
pgexporter:
30-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-13
30+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-14
3131
pgupgrade:
32-
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.7.1-0
32+
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.7.2-0
3333
standalone_pgadmin:
34-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.12-1
34+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.14-0
3535

3636
# singleNamespace controls where PGO watches for PostgresClusters. When false,
3737
# PGO watches for and responds to PostgresClusters in all namespaces. When true,

helm/postgres/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: postgrescluster
33
description: A Helm chart for Kubernetes
44
type: application
55
# The version below should match the version on the PostgresCluster CRD
6-
version: 5.6.0
7-
appVersion: 5.6.0
6+
version: 5.7.2
7+
appVersion: 5.7.2

helm/postgres/values.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
# available as one of the "RELATED_IMAGE_POSTGRES_..." images as part of the PGO
1616
# installation if you want to deploy the image without setting the "postgres"
1717
# image variable. This value is required.
18-
postgresVersion: 16
18+
postgresVersion: 17
1919

2020
# postGISVersion if set and coupled with a PostGIS enabled container, enables
2121
# PostGIS. This version number needs to be available as one of the
2222
# "RELATED_IMAGE_POSTGRES_..." images as part of the PGO installation if you
2323
# want to deploy the image without setting the "postgres" image variable.
24-
# postGISVersion: 3.1
24+
# postGISVersion: 3.4
2525

2626
# NOTE: pgBackRest is enabled by default. It must be set in
2727
# "RELATED_IMAGE_PGBACKREST" on the PGO deployment, otherwise you will need to
@@ -47,19 +47,19 @@ postgresVersion: 16
4747
# below value. "postgresVersion" needs to match the version of Postgres that is
4848
# used here. If using the GIS-enabled Postgres image, you need to ensure
4949
# "postGISVersion" matches the version of PostGIS used.
50-
# imagePostgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.3-1
50+
# imagePostgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.2-1
5151

5252
# imagePgBackRest is the pgBackRest backup utility image. This defaults to the
5353
# below value.
54-
# imagePgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.51-1
54+
# imagePgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.54-0
5555

5656
# imagePgBouncer is the image for the PgBouncer connection pooler. This defaults
5757
# to the below value.
58-
# imagePgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-1
58+
# imagePgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-2
5959

6060
# imageExporter is the image name for the exporter used as a part of monitoring.
6161
# This defaults to the value below.
62-
# imageExporter: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-7
62+
# imageExporter: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-14
6363

6464
###########################
6565
# Basic Postgres Settings #

kustomize/azure/postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-azure
55
spec:
6-
postgresVersion: 16
6+
postgresVersion: 17
77
instances:
88
- dataVolumeClaimSpec:
99
accessModes:

kustomize/certmanager/postgres/postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo
55
spec:
6-
postgresVersion: 16
6+
postgresVersion: 17
77
customReplicationTLSSecret:
88
name: hippo-repl-tls
99
customTLSSecret:

kustomize/gcs/postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-gcs
55
spec:
6-
postgresVersion: 16
6+
postgresVersion: 17
77
instances:
88
- dataVolumeClaimSpec:
99
accessModes:

kustomize/high-availability/ha-postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-ha
55
spec:
6-
postgresVersion: 16
6+
postgresVersion: 17
77
instances:
88
- name: pgha1
99
replicas: 2

kustomize/install/components/images-by-tag/kustomization.yaml

+15-15
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,46 @@ kind: Component
22
images:
33
- name: image-pgadmin
44
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
5-
newTag: ubi8-8.12-1
5+
newTag: ubi8-8.14-0
66
- name: image-pgadmin-v4
77
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
8-
newTag: ubi8-4.30-32
8+
newTag: ubi8-4.30-33
99
- name: image-pgbackrest
1010
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
11-
newTag: ubi8-2.53.1-1
11+
newTag: ubi8-2.54.0-0
1212
- name: image-pgbouncer
1313
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer
14-
newTag: ubi8-1.23-1
14+
newTag: ubi8-1.23-2
1515
- name: image-postgres-exporter
1616
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter
17-
newTag: ubi8-0.15.0-13
17+
newTag: ubi8-0.15.0-14
1818
- name: image-postgres-operator-5.7
1919
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
20-
newTag: ubi8-5.7.1-0
20+
newTag: ubi8-5.7.2-0
2121
- name: image-postgres-operator-5.6
2222
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
23-
newTag: ubi8-5.6.3-0
23+
newTag: ubi8-5.6.4-0
2424
- name: image-crunchy-postgres-15
2525
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
26-
newTag: ubi8-15.10-0
26+
newTag: ubi8-15.10-1
2727
- name: image-crunchy-postgres-16
2828
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
29-
newTag: ubi8-16.6-0
29+
newTag: ubi8-16.6-1
3030
- name: image-crunchy-postgres-17
3131
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
32-
newTag: ubi8-17.2-0
32+
newTag: ubi8-17.2-1
3333
- name: image-crunchy-upgrade
3434
newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade
35-
newTag: ubi8-5.7.1-0
35+
newTag: ubi8-5.7.2-0
3636
- name: image-crunchy-postgres-15-gis-3.3
3737
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
38-
newTag: ubi8-15.10-3.3-0
38+
newTag: ubi8-15.10-3.3-1
3939
- name: image-crunchy-postgres-16-gis-3.3
4040
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
41-
newTag: ubi8-16.6-3.3-0
41+
newTag: ubi8-16.6-3.3-1
4242
- name: image-crunchy-postgres-16-gis-3.4
4343
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
44-
newTag: ubi8-16.6-3.4-0
44+
newTag: ubi8-16.6-3.4-1
4545
- name: image-crunchy-postgres-17-gis-3.4
4646
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
47-
newTag: ubi8-17.2-3.4-0
47+
newTag: ubi8-17.2-3.4-1

kustomize/install/crd/bases/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.15.0
66
labels:
77
app.kubernetes.io/name: pgo
8-
app.kubernetes.io/version: 5.7.1
8+
app.kubernetes.io/version: 5.7.2
99
name: crunchybridgeclusters.postgres-operator.crunchydata.com
1010
spec:
1111
group: postgres-operator.crunchydata.com

kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.15.0
66
labels:
77
app.kubernetes.io/name: pgo
8-
app.kubernetes.io/version: 5.7.1
8+
app.kubernetes.io/version: 5.7.2
99
name: pgadmins.postgres-operator.crunchydata.com
1010
spec:
1111
group: postgres-operator.crunchydata.com

kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.15.0
66
labels:
77
app.kubernetes.io/name: pgo
8-
app.kubernetes.io/version: 5.7.1
8+
app.kubernetes.io/version: 5.7.2
99
name: pgupgrades.postgres-operator.crunchydata.com
1010
spec:
1111
group: postgres-operator.crunchydata.com

kustomize/install/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.15.0
66
labels:
77
app.kubernetes.io/name: pgo
8-
app.kubernetes.io/version: 5.7.1
8+
app.kubernetes.io/version: 5.7.2
99
name: postgresclusters.postgres-operator.crunchydata.com
1010
spec:
1111
group: postgres-operator.crunchydata.com

kustomize/install/default/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ labels:
77
includeTemplates: true
88
pairs:
99
app.kubernetes.io/name: pgo
10-
app.kubernetes.io/version: 5.7.1
10+
app.kubernetes.io/version: 5.7.2
1111
- includeSelectors: true
1212
includeTemplates: true
1313
pairs:

kustomize/install/singlenamespace/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ labels:
77
includeTemplates: true
88
pairs:
99
app.kubernetes.io/name: pgo
10-
app.kubernetes.io/version: 5.7.1
10+
app.kubernetes.io/version: 5.7.2
1111
- includeSelectors: true
1212
includeTemplates: true
1313
pairs:

kustomize/keycloak/postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: keycloakdb
55
spec:
6-
postgresVersion: 16
6+
postgresVersion: 17
77
instances:
88
- replicas: 2
99
dataVolumeClaimSpec:

kustomize/multi-backup-repo/postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-multi-repo
55
spec:
6-
postgresVersion: 16
6+
postgresVersion: 17
77
instances:
88
- dataVolumeClaimSpec:
99
accessModes:

kustomize/postgres/postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo
55
spec:
6-
postgresVersion: 16
6+
postgresVersion: 17
77
users:
88
- name: rhino
99
databases:

kustomize/s3/postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-s3
55
spec:
6-
postgresVersion: 16
6+
postgresVersion: 17
77
instances:
88
- dataVolumeClaimSpec:
99
accessModes:

0 commit comments

Comments
 (0)