Skip to content

Commit d504aeb

Browse files
authored
Provide support matrix with Pg and K8s version (#2232)
1 parent 9973262 commit d504aeb

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,13 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
5353
The Postgres Operator has been developed at Zalando and is being used in
5454
production for over three years.
5555

56-
## Using Spilo 12 images or lower
56+
## Supported Postgres & K8s versions
5757

58-
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.
59-
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.
60-
61-
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.
62-
This comes at potential performance costs and should be disabled after a few days.
63-
64-
The newest Spilo image is: `ghcr.io/zalando/spilo-15:2.1-p9`
65-
66-
The last Spilo 12 image is: `registry.opensource.zalan.do/acid/spilo-12:1.6-p5`
58+
| Release | Postgres versions | K8s versions | Golang |
59+
| :-------- | :---------------: | :---------------: | :-----: |
60+
| v1.9.* | 10 → 15 | 1.25+ | 1.18.9 |
61+
| v1.8.* | 9.5 → 14 | 1.20 → 1.24 | 1.17.4 |
62+
| v1.7.1 | 9.5 → 14 | 1.20 → 1.24 | 1.16.9 |
6763

6864

6965
## Getting started

0 commit comments

Comments
 (0)