Skip to content

Commit e92ade6

Browse files
committed
Release Prep for v5.2.1
Issue: [sc-16497]
1 parent 206cc6a commit e92ade6

20 files changed

+58
-58
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: 0.6.0
8-
appVersion: 5.2.0
7+
version: 5.2.1
8+
appVersion: 5.2.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
creationTimestamp: null
77
labels:
88
app.kubernetes.io/name: pgo
9-
app.kubernetes.io/version: 5.2.0
9+
app.kubernetes.io/version: 5.2.1
1010
name: pgupgrades.postgres-operator.crunchydata.com
1111
spec:
1212
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
@@ -6,7 +6,7 @@ metadata:
66
creationTimestamp: null
77
labels:
88
app.kubernetes.io/name: pgo
9-
app.kubernetes.io/version: 5.2.0
9+
app.kubernetes.io/version: 5.2.1
1010
name: postgresclusters.postgres-operator.crunchydata.com
1111
spec:
1212
group: postgres-operator.crunchydata.com

helm/install/values.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
22
# controllerImages are used to run the PostgresCluster and PGUpgrade controllers.
33
controllerImages:
4-
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.2.0-0
5-
upgrade: registry.developers.crunchydata.com/crunchydata/postgres-operator-upgrade:ubi8-5.2.0-0
4+
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.2.1-0
5+
upgrade: registry.developers.crunchydata.com/crunchydata/postgres-operator-upgrade:ubi8-5.2.1-0
66

77
# relatedImages are used when an image is omitted from PostgresCluster or PGUpgrade specs.
88
relatedImages:
99
postgres_14:
10-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1
10+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-0
1111
postgres_14_gis_3.1:
12-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.5-3.1-1
12+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.6-3.1-0
1313
postgres_14_gis_3.2:
14-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.5-3.2-1
14+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.6-3.2-0
1515
postgres_13:
16-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.8-1
16+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.9-0
1717
postgres_13_gis_3.0:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.8-3.0-1
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.9-3.0-0
1919
postgres_13_gis_3.1:
20-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.8-3.1-1
20+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.9-3.1-0
2121
pgadmin:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-4
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-6
2323
pgbackrest:
24-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1
24+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-0
2525
pgbouncer:
26-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-1
26+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-3
2727
pgexporter:
28-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.2.0-0
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.2.1-0
2929
pgupgrade:
30-
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.2.0-0
30+
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.2.1-0
3131

3232
# singleNamespace controls where PGO watches for PostgresClusters. When false,
3333
# 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: 0.6.0
7-
appVersion: 5.2.0
6+
version: 5.2.1
7+
appVersion: 5.2.1

helm/postgres/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ postgresVersion: 14
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.40-1
54+
# imagePgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-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.17-1
58+
# imagePgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-3
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-5.2.0-0
62+
# imageExporter: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.2.1-0
6363

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

kustomize/azure/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-azure
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-0
77
postgresVersion: 14
88
instances:
99
- dataVolumeClaimSpec:
@@ -14,7 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
17-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-0
1818
configuration:
1919
- secret:
2020
name: pgo-azure-creds

kustomize/certmanager/postgres/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-0
77
postgresVersion: 14
88
customReplicationTLSSecret:
99
name: hippo-repl-tls
@@ -19,7 +19,7 @@ spec:
1919
storage: 1Gi
2020
backups:
2121
pgbackrest:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-0
2323
repos:
2424
- name: repo1
2525
volume:

kustomize/gcs/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-gcs
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-0
77
postgresVersion: 14
88
instances:
99
- dataVolumeClaimSpec:
@@ -14,7 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
17-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-0
1818
configuration:
1919
- secret:
2020
name: pgo-gcs-creds

kustomize/high-availability/ha-postgres.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-ha
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-0
77
postgresVersion: 14
88
instances:
99
- name: pgha1
@@ -26,7 +26,7 @@ spec:
2626
postgres-operator.crunchydata.com/instance-set: pgha1
2727
backups:
2828
pgbackrest:
29-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1
29+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-0
3030
repos:
3131
- name: repo1
3232
volume:
@@ -38,7 +38,7 @@ spec:
3838
storage: 1Gi
3939
proxy:
4040
pgBouncer:
41-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-1
41+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-3
4242
replicas: 2
4343
affinity:
4444
podAntiAffinity:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
creationTimestamp: null
77
labels:
88
app.kubernetes.io/name: pgo
9-
app.kubernetes.io/version: 5.2.0
9+
app.kubernetes.io/version: 5.2.1
1010
name: pgupgrades.postgres-operator.crunchydata.com
1111
spec:
1212
group: postgres-operator.crunchydata.com

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
creationTimestamp: null
77
labels:
88
app.kubernetes.io/name: pgo
9-
app.kubernetes.io/version: 5.2.0
9+
app.kubernetes.io/version: 5.2.1
1010
name: postgresclusters.postgres-operator.crunchydata.com
1111
spec:
1212
group: postgres-operator.crunchydata.com

kustomize/install/default/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace: postgres-operator
33
commonLabels:
44
app.kubernetes.io/name: pgo
55
# The version below should match the version on the PostgresCluster CRD
6-
app.kubernetes.io/version: 5.2.0
6+
app.kubernetes.io/version: 5.2.1
77

88
bases:
99
- ../crd
@@ -13,10 +13,10 @@ bases:
1313
images:
1414
- name: postgres-operator
1515
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
16-
newTag: ubi8-5.2.0-0
16+
newTag: ubi8-5.2.1-0
1717
- name: postgres-operator-upgrade
1818
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator-upgrade
19-
newTag: ubi8-5.2.0-0
19+
newTag: ubi8-5.2.1-0
2020

2121
patchesJson6902:
2222
- target: { group: apps, version: v1, kind: Deployment, name: pgo }

kustomize/install/manager/manager-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- name: CRUNCHY_DEBUG
2828
value: "true"
2929
- name: RELATED_IMAGE_PGUPGRADE
30-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.2.0-0"
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.2.1-0"
3131
securityContext:
3232
allowPrivilegeEscalation: false
3333
capabilities: { drop: [ALL] }

kustomize/install/manager/manager.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ spec:
2727
- name: CRUNCHY_DEBUG
2828
value: "true"
2929
- name: RELATED_IMAGE_POSTGRES_13
30-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.8-1"
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.9-0"
3131
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.0
32-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.8-3.0-1"
32+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.9-3.0-0"
3333
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
34-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.8-3.1-1"
34+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.9-3.1-0"
3535
- name: RELATED_IMAGE_POSTGRES_14
36-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1"
36+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-0"
3737
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.1
38-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.5-3.1-1"
38+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.6-3.1-0"
3939
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.2
40-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.5-3.2-1"
40+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.6-3.2-0"
4141
- name: RELATED_IMAGE_PGADMIN
42-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-4"
42+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-6"
4343
- name: RELATED_IMAGE_PGBACKREST
44-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1"
44+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-0"
4545
- name: RELATED_IMAGE_PGBOUNCER
46-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-1"
46+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-3"
4747
- name: RELATED_IMAGE_PGEXPORTER
48-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.2.0-0"
48+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.2.1-0"
4949
securityContext:
5050
allowPrivilegeEscalation: false
5151
capabilities: { drop: [ALL] }

kustomize/install/singlenamespace/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace: postgres-operator
33
commonLabels:
44
app.kubernetes.io/name: pgo
55
# The version below should match the version on the PostgresCluster CRD
6-
app.kubernetes.io/version: 5.2.0
6+
app.kubernetes.io/version: 5.2.1
77

88
bases:
99
- ../crd
@@ -13,10 +13,10 @@ bases:
1313
images:
1414
- name: postgres-operator
1515
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
16-
newTag: ubi8-5.2.0-0
16+
newTag: ubi8-5.2.1-0
1717
- name: postgres-operator-upgrade
1818
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator-upgrade
19-
newTag: ubi8-5.2.0-0
19+
newTag: ubi8-5.2.1-0
2020

2121
patchesJson6902:
2222
- target: { group: apps, version: v1, kind: Deployment, name: pgo }

kustomize/keycloak/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: keycloakdb
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-0
77
postgresVersion: 14
88
instances:
99
- replicas: 2
@@ -25,7 +25,7 @@ spec:
2525
postgres-operator.crunchydata.com/instance-set: "00"
2626
backups:
2727
pgbackrest:
28-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-0
2929
repos:
3030
- name: repo1
3131
volume:

kustomize/multi-backup-repo/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-multi-repo
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-0
77
postgresVersion: 14
88
instances:
99
- dataVolumeClaimSpec:
@@ -14,7 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
17-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-0
1818
configuration:
1919
- secret:
2020
name: pgo-multi-repo-creds

kustomize/postgres/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-0
77
postgresVersion: 14
88
instances:
99
- name: instance1
@@ -15,7 +15,7 @@ spec:
1515
storage: 1Gi
1616
backups:
1717
pgbackrest:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-0
1919
repos:
2020
- name: repo1
2121
volume:

kustomize/s3/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-s3
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-0
77
postgresVersion: 14
88
instances:
99
- dataVolumeClaimSpec:
@@ -14,7 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
17-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-0
1818
configuration:
1919
- secret:
2020
name: pgo-s3-creds

0 commit comments

Comments
 (0)