EDB Postgres for Kubernetes 1.16.3 release notes v1
We are in the process of migrating the documentation from the previous EDB Postgres for Kubernetes name to the new EDB CloudNativePG Cluster name. You may see references to both names in this documentation.
Released: 07 Oct 2022
This release of EDB Postgres for Kubernetes includes the following:
Type | Description |
---|---|
Upstream merge | Merged with community CloudNativePG 1.16.3. 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 | 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. |