Skip to content

Commit c18241f

Browse files
authored
Bump v1.6.2 (#1433)
* helm chart remove 1.6.0 archive from 1.6.0 archive * bump operator to v1.6.2 * fix pointer deref * skip connection pooler sync when empty * revert pooler change and minor update to version msg * do not log query on error when creating or altering users
1 parent 9e93c0a commit c18241f

28 files changed

+140
-148
lines changed

.github/ISSUE_TEMPLATE/postgres-operator-issue-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99

1010
Please, answer some short questions which should help us to understand your problem / question better?
1111

12-
- **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.6.1
12+
- **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.6.2
1313
- **Where do you run it - cloud or metal? Kubernetes or OpenShift?** [AWS K8s | GCP ... | Bare Metal K8s]
1414
- **Are you running Postgres Operator in production?** [yes | no]
1515
- **Type of issue?** [Bug report, question, feature request, etc.]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ We introduce the major version into the backup path to smoothen the [major versi
6565
The new operator configuration can set a compatibility flag *enable_spilo_wal_path_compat* to make Spilo look for wal segments in the current path but also old format paths.
6666
This comes at potential performance costs and should be disabled after a few days.
6767

68-
The newest Spilo 13 image is: `registry.opensource.zalan.do/acid/spilo-13:2.0-p4`
68+
The newest Spilo 13 image is: `registry.opensource.zalan.do/acid/spilo-13:2.0-p6`
6969

7070
The last Spilo 12 image is: `registry.opensource.zalan.do/acid/spilo-12:1.6-p5`
7171

charts/postgres-operator-ui/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: postgres-operator-ui
3-
version: 1.6.1
4-
appVersion: 1.6.1
3+
version: 1.6.2
4+
appVersion: 1.6.2
55
home: https://github.com/zalando/postgres-operator
66
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
77
keywords:

charts/postgres-operator-ui/index.yaml

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
apiVersion: v1
22
entries:
33
postgres-operator-ui:
4+
- apiVersion: v1
5+
appVersion: 1.6.2
6+
created: "2021-03-29T15:05:15.495911278+02:00"
7+
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
8+
digest: 7adfb8fad3c1ac8038bb9367aec8fbeed04e590631c00a2ecaee7aca6b222520
9+
home: https://github.com/zalando/postgres-operator
10+
keywords:
11+
- postgres
12+
- operator
13+
- ui
14+
- cloud-native
15+
- patroni
16+
- spilo
17+
maintainers:
18+
- email: opensource@zalando.de
19+
name: Zalando
20+
name: postgres-operator-ui
21+
sources:
22+
- https://github.com/zalando/postgres-operator
23+
urls:
24+
- postgres-operator-ui-1.6.2.tgz
25+
version: 1.6.2
426
- apiVersion: v1
527
appVersion: 1.6.1
6-
created: "2021-02-19T12:19:43.9076945+01:00"
28+
created: "2021-03-29T15:05:15.495347181+02:00"
729
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
830
digest: 3d321352f2f1e7bb7450aa8876e3d818aa9f9da9bd4250507386f0490f2c1969
931
home: https://github.com/zalando/postgres-operator
@@ -25,9 +47,9 @@ entries:
2547
version: 1.6.1
2648
- apiVersion: v1
2749
appVersion: 1.6.0
28-
created: "2021-02-19T12:19:43.907164331+01:00"
50+
created: "2021-03-29T15:05:15.494822657+02:00"
2951
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
30-
digest: 7bc10d08b25fa423b85a26a1b4c6f6709c5a9d374fa833b44629dc0713f17529
52+
digest: 1e0aa1e7db3c1daa96927ffbf6fdbcdb434562f961833cb5241ddbe132220ee4
3153
home: https://github.com/zalando/postgres-operator
3254
keywords:
3355
- postgres
@@ -47,7 +69,7 @@ entries:
4769
version: 1.6.0
4870
- apiVersion: v1
4971
appVersion: 1.5.0
50-
created: "2021-02-19T12:19:43.906550454+01:00"
72+
created: "2021-03-29T15:05:15.494293759+02:00"
5173
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
5274
digest: c91ea39e6d51d57f4048fb1b6ec53b40823f2690eb88e4e4f1a036367b9fdd61
5375
home: https://github.com/zalando/postgres-operator
@@ -67,4 +89,4 @@ entries:
6789
urls:
6890
- postgres-operator-ui-1.5.0.tgz
6991
version: 1.5.0
70-
generated: "2021-02-19T12:19:43.905861603+01:00"
92+
generated: "2021-03-29T15:05:15.493586164+02:00"
Binary file not shown.

charts/postgres-operator-ui/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replicaCount: 1
88
image:
99
registry: registry.opensource.zalan.do
1010
repository: acid/postgres-operator-ui
11-
tag: v1.6.1
11+
tag: v1.6.2
1212
pullPolicy: "IfNotPresent"
1313

1414
# Optionally specify an array of imagePullSecrets.

charts/postgres-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: postgres-operator
3-
version: 1.6.1
4-
appVersion: 1.6.1
3+
version: 1.6.2
4+
appVersion: 1.6.2
55
home: https://github.com/zalando/postgres-operator
66
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
77
keywords:

charts/postgres-operator/crds/operatorconfigurations.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
properties:
6666
docker_image:
6767
type: string
68-
default: "registry.opensource.zalan.do/acid/spilo-13:2.0-p4"
68+
default: "registry.opensource.zalan.do/acid/spilo-13:2.0-p6"
6969
enable_crd_validation:
7070
type: boolean
7171
default: true
@@ -397,7 +397,7 @@ spec:
397397
properties:
398398
logical_backup_docker_image:
399399
type: string
400-
default: "registry.opensource.zalan.do/acid/logical-backup:v1.6.1"
400+
default: "registry.opensource.zalan.do/acid/logical-backup:v1.6.2"
401401
logical_backup_google_application_credentials:
402402
type: string
403403
logical_backup_job_prefix:
@@ -526,7 +526,7 @@ spec:
526526
default: "pooler"
527527
connection_pooler_image:
528528
type: string
529-
default: "registry.opensource.zalan.do/acid/pgbouncer:master-14"
529+
default: "registry.opensource.zalan.do/acid/pgbouncer:master-16"
530530
connection_pooler_max_db_connections:
531531
type: integer
532532
default: 60

charts/postgres-operator/index.yaml

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,30 @@
11
apiVersion: v1
22
entries:
33
postgres-operator:
4+
- apiVersion: v1
5+
appVersion: 1.6.2
6+
created: "2021-03-30T17:00:50.171986449+02:00"
7+
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
8+
digest: d886f8a0879ca07d1e5246ee7bc55710e1c872f3977280fe495db6fc2057a7f4
9+
home: https://github.com/zalando/postgres-operator
10+
keywords:
11+
- postgres
12+
- operator
13+
- cloud-native
14+
- patroni
15+
- spilo
16+
maintainers:
17+
- email: opensource@zalando.de
18+
name: Zalando
19+
name: postgres-operator
20+
sources:
21+
- https://github.com/zalando/postgres-operator
22+
urls:
23+
- postgres-operator-1.6.2.tgz
24+
version: 1.6.2
425
- apiVersion: v1
526
appVersion: 1.6.1
6-
created: "2021-02-19T12:13:13.262839018+01:00"
27+
created: "2021-03-30T17:00:50.170294515+02:00"
728
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
829
digest: 4ba5972cd486dcaa2d11c5613a6f97f6b7b831822e610fe9e10a57ea1db23556
930
home: https://github.com/zalando/postgres-operator
@@ -24,9 +45,9 @@ entries:
2445
version: 1.6.1
2546
- apiVersion: v1
2647
appVersion: 1.6.0
27-
created: "2021-02-19T12:13:13.260413425+01:00"
48+
created: "2021-03-30T17:00:50.168493689+02:00"
2849
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
29-
digest: 1b4c3892335a207f4719c3817186e98b6105398ab45dafc4274dac837ec9bf31
50+
digest: f52149718ea364f46b4b9eec9a65f6253ad182bb78df541d14cd5277b9c8a8c3
3051
home: https://github.com/zalando/postgres-operator
3152
keywords:
3253
- postgres
@@ -45,7 +66,7 @@ entries:
4566
version: 1.6.0
4667
- apiVersion: v1
4768
appVersion: 1.5.0
48-
created: "2021-02-19T12:13:13.257505579+01:00"
69+
created: "2021-03-30T17:00:50.166722286+02:00"
4970
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
5071
digest: 198351d5db52e65cdf383d6f3e1745d91ac1e2a01121f8476f8b1be728b09531
5172
home: https://github.com/zalando/postgres-operator
@@ -64,4 +85,4 @@ entries:
6485
urls:
6586
- postgres-operator-1.5.0.tgz
6687
version: 1.5.0
67-
generated: "2021-02-19T12:13:13.25598107+01:00"
88+
generated: "2021-03-30T17:00:50.165166707+02:00"
Binary file not shown.

charts/postgres-operator/values-crd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: registry.opensource.zalan.do
33
repository: acid/postgres-operator
4-
tag: v1.6.1
4+
tag: v1.6.2
55
pullPolicy: "IfNotPresent"
66

77
# Optionally specify an array of imagePullSecrets.
@@ -32,7 +32,7 @@ configGeneral:
3232
# Select if setup uses endpoints (default), or configmaps to manage leader (DCS=k8s)
3333
# kubernetes_use_configmaps: false
3434
# Spilo docker image
35-
docker_image: registry.opensource.zalan.do/acid/spilo-13:2.0-p4
35+
docker_image: registry.opensource.zalan.do/acid/spilo-13:2.0-p6
3636
# min number of instances in Postgres cluster. -1 = no limit
3737
min_instances: -1
3838
# max number of instances in Postgres cluster. -1 = no limit
@@ -263,7 +263,7 @@ configAwsOrGcp:
263263
# configure K8s cron job managed by the operator
264264
configLogicalBackup:
265265
# image for pods of the logical backup job (example runs pg_dumpall)
266-
logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup:v1.6.1"
266+
logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup:v1.6.2"
267267
# path of google cloud service account json file
268268
# logical_backup_google_application_credentials: ""
269269

@@ -326,7 +326,7 @@ configConnectionPooler:
326326
# db user for pooler to use
327327
connection_pooler_user: "pooler"
328328
# docker image
329-
connection_pooler_image: "registry.opensource.zalan.do/acid/pgbouncer:master-14"
329+
connection_pooler_image: "registry.opensource.zalan.do/acid/pgbouncer:master-16"
330330
# max db connections the pooler should hold
331331
connection_pooler_max_db_connections: 60
332332
# default pooling mode

charts/postgres-operator/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: registry.opensource.zalan.do
33
repository: acid/postgres-operator
4-
tag: v1.6.1
4+
tag: v1.6.2
55
pullPolicy: "IfNotPresent"
66

77
# Optionally specify an array of imagePullSecrets.
@@ -35,7 +35,7 @@ configGeneral:
3535
# Select if setup uses endpoints (default), or configmaps to manage leader (DCS=k8s)
3636
# kubernetes_use_configmaps: "false"
3737
# Spilo docker image
38-
docker_image: registry.opensource.zalan.do/acid/spilo-13:2.0-p4
38+
docker_image: registry.opensource.zalan.do/acid/spilo-13:2.0-p6
3939
# min number of instances in Postgres cluster. -1 = no limit
4040
min_instances: "-1"
4141
# max number of instances in Postgres cluster. -1 = no limit
@@ -149,7 +149,7 @@ configKubernetes:
149149
spilo_privileged: "false"
150150
# whether the Spilo container should run with additional permissions other than parent.
151151
# required by cron which needs setuid
152-
spilo_allow_privilege_escalation: true
152+
spilo_allow_privilege_escalation: "true"
153153
# storage resize strategy, available options are: ebs, pvc, off
154154
storage_resize_mode: pvc
155155
# operator watches for postgres objects in the given namespace
@@ -253,7 +253,7 @@ configAwsOrGcp:
253253
# configure K8s cron job managed by the operator
254254
configLogicalBackup:
255255
# image for pods of the logical backup job (example runs pg_dumpall)
256-
logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup:v1.6.1"
256+
logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup:v1.6.2"
257257
# path of google cloud service account json file
258258
# logical_backup_google_application_credentials: ""
259259

@@ -320,7 +320,7 @@ configConnectionPooler:
320320
# db user for pooler to use
321321
connection_pooler_user: "pooler"
322322
# docker image
323-
connection_pooler_image: "registry.opensource.zalan.do/acid/pgbouncer:master-14"
323+
connection_pooler_image: "registry.opensource.zalan.do/acid/pgbouncer:master-16"
324324
# max db connections the pooler should hold
325325
connection_pooler_max_db_connections: "60"
326326
# default pooling mode

docs/administrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ make docker
950950
951951
# build in image in minikube docker env
952952
eval $(minikube docker-env)
953-
docker build -t registry.opensource.zalan.do/acid/postgres-operator-ui:v1.6.1 .
953+
docker build -t registry.opensource.zalan.do/acid/postgres-operator-ui:v1.6.2 .
954954
955955
# apply UI manifests next to a running Postgres Operator
956956
kubectl apply -f manifests/

docs/reference/operator_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ grouped under the `logical_backup` key.
593593
runs `pg_dumpall` on a replica if possible and uploads compressed results to
594594
an S3 bucket under the key `/spilo/pg_cluster_name/cluster_k8s_uuid/logical_backups`.
595595
The default image is the same image built with the Zalando-internal CI
596-
pipeline. Default: "registry.opensource.zalan.do/acid/logical-backup:v1.6.1"
596+
pipeline. Default: "registry.opensource.zalan.do/acid/logical-backup:v1.6.2"
597597

598598
* **logical_backup_google_application_credentials**
599599
Specifies the path of the google cloud service account json file. Default is empty.

0 commit comments

Comments
 (0)