Skip to content

Commit 8aa2fe5

Browse files
author
Jonathan S. Katz
committed
Update compatibility table
1 parent 74562db commit 8aa2fe5

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

docs/content/references/components.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,24 @@ PGO, the Postgres Operator from Crunchy Data, is tested on the following platfor
2121
The following table defines the compatibility between PGO and the various component containers
2222
needed to deploy PostgreSQL clusters using PGO.
2323

24+
The listed versions of Postgres show the latest minor release (e.g. 13.4) of each major version (e.g. 13). Older minor releases may still be compatible with PGO. We generally recommend to run the latest minor release for the [same reasons that the PostgreSQL community provides](https://www.postgresql.org/support/versioning/).
25+
2426
| Component | Version | PGO Version Min. | PGO Version Max. |
2527
|-----------|---------|------------------|------------------|
2628
| `crunchy-pgbackrest` | 2.33 | 5.0.0 | 5.0.1 |
2729
| `crunchy-pgbouncer` | 1.15 | 5.0.0 | 5.0.1 |
28-
| `crunchy-postgres-ha` | 13.3 | 5.0.0 | 5.0.1 |
29-
| `crunchy-postgres-ha` | 12.7 | 5.0.0 | 5.0.1 |
30-
| `crunchy-postgres-ha` | 11.12 | 5.0.0 | 5.0.1 |
31-
| `crunchy-postgres-ha` | 10.17 | 5.0.0 | 5.0.1 |
32-
| `crunchy-postgres-gis-ha` | 13.3-3.1 | 5.0.0 | 5.0.1 |
33-
| `crunchy-postgres-gis-ha` | 13.3-3.0 | 5.0.0 | 5.0.1 |
34-
| `crunchy-postgres-gis-ha` | 12.7-3.0 | 5.0.0 | 5.0.1 |
35-
| `crunchy-postgres-gis-ha` | 12.7-2.5 | 5.0.0 | 5.0.1 |
36-
| `crunchy-postgres-gis-ha` | 11.12-2.5 | 5.0.0 | 5.0.1 |
37-
| `crunchy-postgres-gis-ha` | 11.12-2.4 | 5.0.0 | 5.0.1 |
38-
| `crunchy-postgres-gis-ha` | 10.17-2.4 | 5.0.0 | 5.0.1 |
39-
| `crunchy-postgres-gis-ha` | 10.17-2.3 | 5.0.0 | 5.0.1 |
30+
| `crunchy-postgres-ha` | 13.4 | 5.0.0 | 5.0.1 |
31+
| `crunchy-postgres-ha` | 12.8 | 5.0.0 | 5.0.1 |
32+
| `crunchy-postgres-ha` | 11.13 | 5.0.0 | 5.0.1 |
33+
| `crunchy-postgres-ha` | 10.18 | 5.0.0 | 5.0.1 |
34+
| `crunchy-postgres-gis-ha` | 13.4-3.1 | 5.0.0 | 5.0.1 |
35+
| `crunchy-postgres-gis-ha` | 13.4-3.0 | 5.0.0 | 5.0.1 |
36+
| `crunchy-postgres-gis-ha` | 12.8-3.0 | 5.0.0 | 5.0.1 |
37+
| `crunchy-postgres-gis-ha` | 12.8-2.5 | 5.0.0 | 5.0.1 |
38+
| `crunchy-postgres-gis-ha` | 11.13-2.5 | 5.0.0 | 5.0.1 |
39+
| `crunchy-postgres-gis-ha` | 11.13-2.4 | 5.0.0 | 5.0.1 |
40+
| `crunchy-postgres-gis-ha` | 10.18-2.4 | 5.0.0 | 5.0.1 |
41+
| `crunchy-postgres-gis-ha` | 10.18-2.3 | 5.0.0 | 5.0.1 |
4042

4143
The Crunchy Postgres components include Patroni 2.1.0.
4244

@@ -56,8 +58,11 @@ The table also lists the initial PGO version that the version of the extension i
5658
| `pg_cron` | 1.3.1 | 13, 12, 11, 10 | 5.0.0 |
5759
| `pg_partman` | 4.5.1 | 13, 12, 11, 10 | 5.0.0 |
5860
| `pgnodemx` | 1.0.4 | 13, 12, 11, 10 | 5.0.0 |
61+
| `set_user` | 2.0.1 | 13, 12, 11, 10 | 5.0.1 |
5962
| `set_user` | 2.0.0 | 13, 12, 11, 10 | 5.0.0 |
60-
| `TimescaleDB` | 2.2.0 | 13, 12, 11, 10 | 5.0.0 |
63+
| `TimescaleDB` | 2.4.0 | 13, 12 | 5.0.1 |
64+
| `TimescaleDB` | 2.3.1 | 11 | 5.0.1 |
65+
| `TimescaleDB` | 2.2.0 | 13, 12, 11 | 5.0.0 |
6166
| `wal2json` | 2.3 | 13, 12, 11, 10 | 5.0.0 |
6267

6368
### Geospatial Extensions

0 commit comments

Comments
 (0)