Skip to content

Commit e5f1fb5

Browse files
committed
release prep for v5.4.3
1 parent c623b25 commit e5f1fb5

19 files changed

+84
-62
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.4.2
8-
appVersion: 5.4.2
7+
version: 5.4.3
8+
appVersion: 5.4.3

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

Lines changed: 3 additions & 3 deletions
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.4.2
9+
app.kubernetes.io/version: 5.4.3
1010
name: pgupgrades.postgres-operator.crunchydata.com
1111
spec:
1212
group: postgres-operator.crunchydata.com
@@ -857,7 +857,7 @@ spec:
857857
type: object
858858
fromPostgresVersion:
859859
description: The major version of PostgreSQL before the upgrade.
860-
maximum: 15
860+
maximum: 16
861861
minimum: 10
862862
type: integer
863863
image:
@@ -937,7 +937,7 @@ spec:
937937
type: string
938938
toPostgresVersion:
939939
description: The major version of PostgreSQL to be upgraded to.
940-
maximum: 15
940+
maximum: 16
941941
minimum: 10
942942
type: integer
943943
tolerations:

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

Lines changed: 13 additions & 2 deletions
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.4.2
9+
app.kubernetes.io/version: 5.4.3
1010
name: postgresclusters.postgres-operator.crunchydata.com
1111
spec:
1212
group: postgres-operator.crunchydata.com
@@ -10471,7 +10471,7 @@ spec:
1047110471
postgresVersion:
1047210472
description: The major version of PostgreSQL installed in the PostgreSQL
1047310473
image
10474-
maximum: 15
10474+
maximum: 16
1047510475
minimum: 10
1047610476
type: integer
1047710477
proxy:
@@ -15424,13 +15424,24 @@ spec:
1542415424
type: integer
1542515425
type: object
1542615426
type: object
15427+
registrationRequired:
15428+
description: Version information for installations with a registration
15429+
requirement.
15430+
properties:
15431+
pgoVersion:
15432+
type: string
15433+
type: object
1542715434
startupInstance:
1542815435
description: The instance that should be started first when bootstrapping
1542915436
and/or starting a PostgresCluster.
1543015437
type: string
1543115438
startupInstanceSet:
1543215439
description: The instance set associated with the startupInstance
1543315440
type: string
15441+
tokenRequired:
15442+
description: Signals the need for a token to be applied when registration
15443+
is required.
15444+
type: string
1543415445
userInterface:
1543515446
description: Current state of the PostgreSQL user interface.
1543615447
properties:

helm/install/values.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@
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.4.2-0
5+
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.4.3-0
66

77
# relatedImages are used when an image is omitted from PostgresCluster or PGUpgrade specs.
88
relatedImages:
99
postgres_15:
10-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-0
10+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
1111
postgres_15_gis_3.3:
12-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-0
12+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-1
1313
postgres_14:
14-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.9-0
14+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.9-1
1515
postgres_14_gis_3.1:
16-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.1-0
16+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.1-1
1717
postgres_14_gis_3.2:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.2-0
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.2-1
1919
postgres_14_gis_3.3:
20-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.3-0
20+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.3-1
2121
pgadmin:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-17
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-18
2323
pgbackrest:
24-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-0
24+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
2525
pgbouncer:
26-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-4
26+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-5
2727
pgexporter:
28-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.4.2-0
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.4.3-0
2929
pgupgrade:
30-
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.4.2-0
30+
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.4.3-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: 5.4.2
7-
appVersion: 5.4.2
6+
version: 5.4.3
7+
appVersion: 5.4.3

helm/postgres/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ postgresVersion: 15
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-15.4-0
50+
# imagePostgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-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.47-0
54+
# imagePgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
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.19-4
58+
# imagePgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-5
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.4.2-0
62+
# imageExporter: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.4.3-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-15.4-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
77
postgresVersion: 15
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.47-0
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
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-15.4-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
77
postgresVersion: 15
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.47-0
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
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-15.4-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
77
postgresVersion: 15
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.47-0
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
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-15.4-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
77
postgresVersion: 15
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.47-0
29+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
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.19-4
41+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-5
4242
replicas: 2
4343
affinity:
4444
podAntiAffinity:

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

Lines changed: 3 additions & 3 deletions
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.4.2
9+
app.kubernetes.io/version: 5.4.3
1010
name: pgupgrades.postgres-operator.crunchydata.com
1111
spec:
1212
group: postgres-operator.crunchydata.com
@@ -857,7 +857,7 @@ spec:
857857
type: object
858858
fromPostgresVersion:
859859
description: The major version of PostgreSQL before the upgrade.
860-
maximum: 15
860+
maximum: 16
861861
minimum: 10
862862
type: integer
863863
image:
@@ -937,7 +937,7 @@ spec:
937937
type: string
938938
toPostgresVersion:
939939
description: The major version of PostgreSQL to be upgraded to.
940-
maximum: 15
940+
maximum: 16
941941
minimum: 10
942942
type: integer
943943
tolerations:

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

Lines changed: 13 additions & 2 deletions
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.4.2
9+
app.kubernetes.io/version: 5.4.3
1010
name: postgresclusters.postgres-operator.crunchydata.com
1111
spec:
1212
group: postgres-operator.crunchydata.com
@@ -10471,7 +10471,7 @@ spec:
1047110471
postgresVersion:
1047210472
description: The major version of PostgreSQL installed in the PostgreSQL
1047310473
image
10474-
maximum: 15
10474+
maximum: 16
1047510475
minimum: 10
1047610476
type: integer
1047710477
proxy:
@@ -15424,13 +15424,24 @@ spec:
1542415424
type: integer
1542515425
type: object
1542615426
type: object
15427+
registrationRequired:
15428+
description: Version information for installations with a registration
15429+
requirement.
15430+
properties:
15431+
pgoVersion:
15432+
type: string
15433+
type: object
1542715434
startupInstance:
1542815435
description: The instance that should be started first when bootstrapping
1542915436
and/or starting a PostgresCluster.
1543015437
type: string
1543115438
startupInstanceSet:
1543215439
description: The instance set associated with the startupInstance
1543315440
type: string
15441+
tokenRequired:
15442+
description: Signals the need for a token to be applied when registration
15443+
is required.
15444+
type: string
1543415445
userInterface:
1543515446
description: Current state of the PostgreSQL user interface.
1543615447
properties:

kustomize/install/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ labels:
88
pairs:
99
app.kubernetes.io/name: pgo
1010
# The version below should match the version on the PostgresCluster CRD
11-
app.kubernetes.io/version: 5.4.2
11+
app.kubernetes.io/version: 5.4.3
1212
postgres-operator.crunchydata.com/control-plane: postgres-operator
1313

1414
resources:
@@ -19,4 +19,4 @@ resources:
1919
images:
2020
- name: postgres-operator
2121
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
22-
newTag: ubi8-5.4.2-0
22+
newTag: ubi8-5.4.3-0

kustomize/install/manager/manager.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,27 @@ spec:
2727
- name: CRUNCHY_DEBUG
2828
value: "true"
2929
- name: RELATED_IMAGE_POSTGRES_14
30-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.9-0"
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.9-1"
3131
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.1
32-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.1-0"
32+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.1-1"
3333
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.2
34-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.2-0"
34+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.2-1"
3535
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.3
36-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.3-0"
36+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.3-1"
3737
- name: RELATED_IMAGE_POSTGRES_15
38-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-0"
38+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1"
3939
- name: RELATED_IMAGE_POSTGRES_15_GIS_3.3
40-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-0"
40+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-1"
4141
- name: RELATED_IMAGE_PGADMIN
42-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-17"
42+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-18"
4343
- name: RELATED_IMAGE_PGBACKREST
44-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-0"
44+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1"
4545
- name: RELATED_IMAGE_PGBOUNCER
46-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-4"
46+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-5"
4747
- name: RELATED_IMAGE_PGEXPORTER
48-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.4.2-0"
48+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.4.3-0"
4949
- name: RELATED_IMAGE_PGUPGRADE
50-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.4.2-0"
50+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.4.3-0"
5151
securityContext:
5252
allowPrivilegeEscalation: false
5353
capabilities: { drop: [ALL] }

kustomize/install/singlenamespace/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ labels:
88
pairs:
99
app.kubernetes.io/name: pgo
1010
# The version below should match the version on the PostgresCluster CRD
11-
app.kubernetes.io/version: 5.4.2
11+
app.kubernetes.io/version: 5.4.3
1212
postgres-operator.crunchydata.com/control-plane: postgres-operator
1313

1414
resources:
@@ -19,7 +19,7 @@ resources:
1919
images:
2020
- name: postgres-operator
2121
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
22-
newTag: ubi8-5.4.2-0
22+
newTag: ubi8-5.4.3-0
2323

2424
patches:
2525
- path: manager-target.yaml

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-15.4-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
77
postgresVersion: 15
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.47-0
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
2929
repos:
3030
- name: repo1
3131
volume:

0 commit comments

Comments
 (0)