You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -86,10 +88,10 @@ On the [developer portal](https://www.crunchydata.com/developers/download-postgr
86
88
87
89
-`{{< param PGBouncerComponentTagUbi8 >}}`
88
90
89
-
PostGIS enabled containers have both the Postgres and PostGIS software versions included. For example, Postgres 14 with PostGIS 3.1 would use the following tags:
91
+
PostGIS enabled containers have both the Postgres and PostGIS software versions included. For example, Postgres 14 with PostGIS 3.2 would use the following tags:
90
92
91
-
-`{{< param postgres14GIS31ComponentTagUbi8 >}}`
92
-
-`{{< param postgres14GIS31TagUbi8 >}}`
93
+
-`{{< param postgres14GIS32ComponentTagUbi8 >}}`
94
+
-`{{< param postgres14GIS32TagUbi8 >}}`
93
95
94
96
## Extensions Compatibility
95
97
@@ -100,28 +102,37 @@ The table also lists the initial PGO version that the version of the extension i
100
102
| Extension | Version | Postgres Versions | Initial PGO Version |
Crunchy Data announces the release of [Crunchy Postgres for Kubernetes](https://www.crunchydata.com/products/crunchy-postgresql-for-kubernetes/) 5.1.1.
9
+
10
+
Crunchy Postgres for Kubernetes is powered by [PGO](https://github.com/CrunchyData/postgres-operator), the open source [Postgres Operator](https://github.com/CrunchyData/postgres-operator) from [Crunchy Data](https://www.crunchydata.com). [PGO](https://github.com/CrunchyData/postgres-operator) is released in conjunction with the [Crunchy Container Suite](https://github.com/CrunchyData/container-suite).
11
+
12
+
Crunchy Postgres for Kubernetes 5.1.1 includes the following software versions upgrades:
13
+
14
+
-[PostgreSQL](https://www.postgresql.org) versions 14.3, 13.7, 12.11, 11.16, and 10.21 are now available.
15
+
-[PostGIS](http://postgis.net/) version 3.2.1 is now available.
16
+
- The [pg_partman](https://github.com/pgpartman/pg_partman) extension is now at version 4.6.1.
17
+
- The [TimescaleDB](https://github.com/timescale/timescaledb) extension is now at version 2.6.1.
18
+
19
+
Read more about how you can [get started]({{< relref "quickstart/_index.md" >}}) with Crunchy Postgres for Kubernetes. We recommend [forking the Postgres Operator examples](https://github.com/CrunchyData/postgres-operator-examples/fork) repo.
20
+
21
+
## Fixes
22
+
23
+
- It is now possible to perform major PostgreSQL version upgrades when using an external WAL directory.
24
+
- The documentation for pgAdmin 4 now clearly states that any pgAdmin user created by PGO will have a `@pgo` suffix.
25
+
26
+
## Changes
27
+
28
+
- The `seccompProfile` field in the `securityContext` for all containers is now set to `RuntimeDefault` in order to properly restrict syscalls.
0 commit comments