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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 14 additions & 14 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)