EDB Postgres for Kubernetes 1.15.5 release notes v1.26.0
We are in the process of migrating the documentation from the previous EDB Postgres for Kubernetes name to the new EDB Postgres® AI for CloudNativePG™ Cluster name. You may see references to both names in this documentation.
Released: 07 Oct 2022
Warning
Version 1.15 has reached End-of-Life (EOL). Version 1.15.5 is the last release for the 1.15 minor version.
This release of EDB Postgres for Kubernetes includes the following:
Type | Description |
---|---|
Upstream merge | Merged with community CloudNativePG 1.15.5. See the community Release Notes. |
Enhancement | Introduces leaseDuration and renewDeadline parameters in the controller manager to enhance configuration of the leader election in operator deployments. |
Enhancement | Improves the mechanism that checks that the backup object store is empty before archiving a WAL file for the first time. A new file called .check-empty-wal-archive is placed in the PGDATA immediately after the cluster is bootstrapped. It is removed after the first WAL file is successfully archived. |
Security | Explicitly sets permissions of the instance manager binary that is copied in the distroless/static:nonroot container image, by using the nonroot:nonroot user. |
Bug fix | Makes the cluster's conditions compatible with metav1.Conditions struct. |
Bug fix | Drops any active connection on a standby after it is promoted to primary. |
Bug fix | Honors MAPPEDMETRIC and DURATION metric types conversion in the native Prometheus exporter. |