Skip to content

Commit a37e78b

Browse files
authored
bump operator to v1.6.3 (#1503)
1 parent dd9c390 commit a37e78b

24 files changed

+89
-46
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.2
12+
- **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.6.3
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
@@ -66,7 +66,7 @@ We introduce the major version into the backup path to smoothen the [major versi
6666
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.
6767
This comes at potential performance costs and should be disabled after a few days.
6868

69-
The newest Spilo 13 image is: `registry.opensource.zalan.do/acid/spilo-13:2.0-p6`
69+
The newest Spilo 13 image is: `registry.opensource.zalan.do/acid/spilo-13:2.0-p7`
7070

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

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.2
4-
appVersion: 1.6.2
3+
version: 1.6.3
4+
appVersion: 1.6.3
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.3
6+
created: "2021-05-27T19:04:33.425637932+02:00"
7+
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
8+
digest: 08b810aa632dcc719e4785ef184e391267f7c460caa99677f2d00719075aac78
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.3.tgz
25+
version: 1.6.3
426
- apiVersion: v1
527
appVersion: 1.6.2
6-
created: "2021-04-06T16:47:40.993908218+02:00"
28+
created: "2021-05-27T19:04:33.422124263+02:00"
729
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
830
digest: 14d1559bb0bd1e1e828f2daaaa6f6ac9ffc268d79824592c3589b55dd39241f6
931
home: https://github.com/zalando/postgres-operator
@@ -25,7 +47,7 @@ entries:
2547
version: 1.6.2
2648
- apiVersion: v1
2749
appVersion: 1.6.1
28-
created: "2021-04-06T16:47:40.993378451+02:00"
50+
created: "2021-05-27T19:04:33.419640902+02:00"
2951
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
3052
digest: 3d321352f2f1e7bb7450aa8876e3d818aa9f9da9bd4250507386f0490f2c1969
3153
home: https://github.com/zalando/postgres-operator
@@ -47,7 +69,7 @@ entries:
4769
version: 1.6.1
4870
- apiVersion: v1
4971
appVersion: 1.6.0
50-
created: "2021-04-06T16:47:40.992871656+02:00"
72+
created: "2021-05-27T19:04:33.41788193+02:00"
5173
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
5274
digest: 1e0aa1e7db3c1daa96927ffbf6fdbcdb434562f961833cb5241ddbe132220ee4
5375
home: https://github.com/zalando/postgres-operator
@@ -69,7 +91,7 @@ entries:
6991
version: 1.6.0
7092
- apiVersion: v1
7193
appVersion: 1.5.0
72-
created: "2021-04-06T16:47:40.992346484+02:00"
94+
created: "2021-05-27T19:04:33.416056821+02:00"
7395
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
7496
digest: c91ea39e6d51d57f4048fb1b6ec53b40823f2690eb88e4e4f1a036367b9fdd61
7597
home: https://github.com/zalando/postgres-operator
@@ -89,4 +111,4 @@ entries:
89111
urls:
90112
- postgres-operator-ui-1.5.0.tgz
91113
version: 1.5.0
92-
generated: "2021-04-06T16:47:40.991668273+02:00"
114+
generated: "2021-05-27T19:04:33.41380858+02:00"
3.96 KB
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.2
11+
tag: v1.6.3
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.2
4-
appVersion: 1.6.2
3+
version: 1.6.3
4+
appVersion: 1.6.3
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: 2 additions & 2 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-p6"
68+
default: "registry.opensource.zalan.do/acid/spilo-13:2.0-p7"
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.2"
400+
default: "registry.opensource.zalan.do/acid/logical-backup:v1.6.3"
401401
logical_backup_google_application_credentials:
402402
type: string
403403
logical_backup_job_prefix:

charts/postgres-operator/crds/postgresqls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
additionalPrinterColumns:
2828
- name: Team
2929
type: string
30-
description: Team responsible for Postgres CLuster
30+
description: Team responsible for Postgres cluster
3131
jsonPath: .spec.teamId
3232
- name: Version
3333
type: string

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.3
6+
created: "2021-05-27T19:04:25.199523943+02:00"
7+
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
8+
digest: ea08f991bf23c9ad114bca98ebcbe3e2fa15beab163061399394905eaee89b35
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.3.tgz
24+
version: 1.6.3
425
- apiVersion: v1
526
appVersion: 1.6.2
6-
created: "2021-03-30T17:00:50.171986449+02:00"
27+
created: "2021-05-27T19:04:25.198182197+02:00"
728
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
829
digest: d886f8a0879ca07d1e5246ee7bc55710e1c872f3977280fe495db6fc2057a7f4
930
home: https://github.com/zalando/postgres-operator
@@ -24,7 +45,7 @@ entries:
2445
version: 1.6.2
2546
- apiVersion: v1
2647
appVersion: 1.6.1
27-
created: "2021-03-30T17:00:50.170294515+02:00"
48+
created: "2021-05-27T19:04:25.19687586+02:00"
2849
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
2950
digest: 4ba5972cd486dcaa2d11c5613a6f97f6b7b831822e610fe9e10a57ea1db23556
3051
home: https://github.com/zalando/postgres-operator
@@ -45,7 +66,7 @@ entries:
4566
version: 1.6.1
4667
- apiVersion: v1
4768
appVersion: 1.6.0
48-
created: "2021-03-30T17:00:50.168493689+02:00"
69+
created: "2021-05-27T19:04:25.195600766+02:00"
4970
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
5071
digest: f52149718ea364f46b4b9eec9a65f6253ad182bb78df541d14cd5277b9c8a8c3
5172
home: https://github.com/zalando/postgres-operator
@@ -66,7 +87,7 @@ entries:
6687
version: 1.6.0
6788
- apiVersion: v1
6889
appVersion: 1.5.0
69-
created: "2021-03-30T17:00:50.166722286+02:00"
90+
created: "2021-05-27T19:04:25.193985032+02:00"
7091
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
7192
digest: 198351d5db52e65cdf383d6f3e1745d91ac1e2a01121f8476f8b1be728b09531
7293
home: https://github.com/zalando/postgres-operator
@@ -85,4 +106,4 @@ entries:
85106
urls:
86107
- postgres-operator-1.5.0.tgz
87108
version: 1.5.0
88-
generated: "2021-03-30T17:00:50.165166707+02:00"
109+
generated: "2021-05-27T19:04:25.191897769+02:00"

0 commit comments

Comments
 (0)