Skip to content

Commit 1021784

Browse files
FxKuJan-M
andauthored
bump tp v1.6.0 (#1265)
* bump tp v1.6.0 * update logical-backup image * Using smaller image for e2e test. * fix env var name in docs * add postgresql-client-13 to logical backup image Co-authored-by: Jan Mussler <janm81@gmail.com>
1 parent 07c4f52 commit 1021784

28 files changed

+64
-70
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.5.0
12+
- **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.6.0
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
1414
### Operator features
1515

1616
* Rolling updates on Postgres cluster changes, incl. quick minor version updates
17-
* Live volume resize without pod restarts (AWS EBS, PvC)
17+
* Live volume resize without pod restarts (AWS EBS, PVC)
1818
* Database connection pooler with PGBouncer
1919
* Restore and cloning Postgres clusters (incl. major version upgrade)
2020
* Additionally logical backups to S3 bucket can be configured
2121
* Standby cluster from S3 WAL archive
2222
* Configurable for non-cloud environments
2323
* Basic credential and user management on K8s, eases application deployments
24+
* Support for custom TLS certificates
2425
* UI to create and edit Postgres cluster manifests
2526
* Works well on Amazon AWS, Google Cloud, OpenShift and locally on Kind
26-
* Support for custom TLS certificates
2727
* Base support for AWS EBS gp3 migration (iops, throughput pending)
2828

2929
### PostgreSQL features
3030

31-
* Supports PostgreSQL 13, starting from 9.6+
31+
* Supports PostgreSQL 13, starting from 9.5+
3232
* Streaming replication cluster via Patroni
3333
* Point-In-Time-Recovery with
3434
[pg_basebackup](https://www.postgresql.org/docs/11/app-pgbasebackup.html) /
@@ -59,13 +59,13 @@ If you are new to the operator, you can skip this and just start using the Postg
5959
The Postgres operator supports Postgres 13 with the new Spilo Image that includes also the recent Patroni version to support PG13 settings.
6060
More work on optimizing restarts and rolling upgrades is pending.
6161

62-
If you are already using the Postgres operator in older version with a Spilo 12 Docker Image you need to be aware of the changes for the backup path.
63-
We introduce the major version into the backup path to smooth the major version upgrade that is now supported manually.
62+
If you are already using the Postgres operator in older version with a Spilo 12 Docker image you need to be aware of the changes for the backup path.
63+
We introduce the major version into the backup path to smoothen the [major version upgrade](docs/administrator.md#minor-and-major-version-upgrade) that is now supported manually.
6464

65-
The new operator configuration, sets a compatilibty flag *enable_spilo_wal_path_compat* to make Spilo look in current path but also old format paths for wal segments.
66-
This comes at potential perf. costs, and should be disabled after a few days.
65+
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.
66+
This comes at potential performance costs and should be disabled after a few days.
6767

68-
The new Spilo 13 image is: `registry.opensource.zalan.do/acid/spilo-13:2.0-p1`
68+
The new Spilo 13 image is: `registry.opensource.zalan.do/acid/spilo-13:2.0-p2`
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.5.0
4-
appVersion: 1.5.0
3+
version: 1.6.0
4+
appVersion: 1.6.0
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: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v1
22
entries:
33
postgres-operator-ui:
44
- apiVersion: v1
5-
appVersion: 1.5.0
6-
created: "2020-06-04T17:06:37.153522579+02:00"
5+
appVersion: 1.6.0
6+
created: "2020-12-17T15:49:56.570324588+01:00"
77
description: Postgres Operator UI provides a graphical interface for a convenient
88
database-as-a-service user experience
9-
digest: c91ea39e6d51d57f4048fb1b6ec53b40823f2690eb88e4e4f1a036367b9fdd61
9+
digest: 9ce86d53b4e79dc405aea5fe2feadd163dfbbde43205782c20206ac0ba9d5e4d
1010
home: https://github.com/zalando/postgres-operator
1111
keywords:
1212
- postgres
@@ -22,14 +22,14 @@ entries:
2222
sources:
2323
- https://github.com/zalando/postgres-operator
2424
urls:
25-
- postgres-operator-ui-1.5.0.tgz
26-
version: 1.5.0
25+
- postgres-operator-ui-1.6.0.tgz
26+
version: 1.6.0
2727
- apiVersion: v1
28-
appVersion: 1.4.0
29-
created: "2020-06-04T17:06:37.15302073+02:00"
28+
appVersion: 1.5.0
29+
created: "2020-12-17T15:49:56.569780943+01:00"
3030
description: Postgres Operator UI provides a graphical interface for a convenient
3131
database-as-a-service user experience
32-
digest: 00e0eff7056d56467cd5c975657fbb76c8d01accd25a4b7aca81bc42aeac961d
32+
digest: c91ea39e6d51d57f4048fb1b6ec53b40823f2690eb88e4e4f1a036367b9fdd61
3333
home: https://github.com/zalando/postgres-operator
3434
keywords:
3535
- postgres
@@ -41,12 +41,10 @@ entries:
4141
maintainers:
4242
- email: opensource@zalando.de
4343
name: Zalando
44-
- email: sk@sik-net.de
45-
name: siku4
4644
name: postgres-operator-ui
4745
sources:
4846
- https://github.com/zalando/postgres-operator
4947
urls:
50-
- postgres-operator-ui-1.4.0.tgz
51-
version: 1.4.0
52-
generated: "2020-06-04T17:06:37.152369987+02:00"
48+
- postgres-operator-ui-1.5.0.tgz
49+
version: 1.5.0
50+
generated: "2020-12-17T15:49:56.569108956+01:00"
-3.43 KB
Binary file not shown.
3.81 KB
Binary file not shown.

charts/postgres-operator-ui/templates/deployment.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,8 @@ spec:
6868
"resources_visible": true,
6969
"users_visible": true,
7070
"postgresql_versions": [
71+
"13",
7172
"12",
72-
"11",
73-
"10",
74-
"9.6",
75-
"9.5"
73+
"11"
7674
]
7775
}

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.5.0-dirty
11+
tag: v1.6.0
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.5.0
4-
appVersion: 1.5.0
3+
version: 1.6.0
4+
appVersion: 1.6.0
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/index.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v1
22
entries:
33
postgres-operator:
44
- apiVersion: v1
5-
appVersion: 1.5.0
6-
created: "2020-06-04T17:06:49.41741489+02:00"
5+
appVersion: 1.6.0
6+
created: "2020-12-17T16:16:25.639708821+01:00"
77
description: Postgres Operator creates and manages PostgreSQL clusters running
88
in Kubernetes
9-
digest: 198351d5db52e65cdf383d6f3e1745d91ac1e2a01121f8476f8b1be728b09531
9+
digest: 2f5f527bae0a22b02f2f7b1e2352665cecf489a990e18212444fa34450b97604
1010
home: https://github.com/zalando/postgres-operator
1111
keywords:
1212
- postgres
@@ -21,14 +21,14 @@ entries:
2121
sources:
2222
- https://github.com/zalando/postgres-operator
2323
urls:
24-
- postgres-operator-1.5.0.tgz
25-
version: 1.5.0
24+
- postgres-operator-1.6.0.tgz
25+
version: 1.6.0
2626
- apiVersion: v1
27-
appVersion: 1.4.0
28-
created: "2020-06-04T17:06:49.416001109+02:00"
27+
appVersion: 1.5.0
28+
created: "2020-12-17T16:16:25.637262877+01:00"
2929
description: Postgres Operator creates and manages PostgreSQL clusters running
3030
in Kubernetes
31-
digest: f8b90fecfc3cb825b94ed17edd9d5cefc36ae61801d4568597b4a79bcd73b2e9
31+
digest: 198351d5db52e65cdf383d6f3e1745d91ac1e2a01121f8476f8b1be728b09531
3232
home: https://github.com/zalando/postgres-operator
3333
keywords:
3434
- postgres
@@ -43,6 +43,6 @@ entries:
4343
sources:
4444
- https://github.com/zalando/postgres-operator
4545
urls:
46-
- postgres-operator-1.4.0.tgz
47-
version: 1.4.0
48-
generated: "2020-06-04T17:06:49.414521538+02:00"
46+
- postgres-operator-1.5.0.tgz
47+
version: 1.5.0
48+
generated: "2020-12-17T16:16:25.635647131+01:00"

0 commit comments

Comments
 (0)