EDB Postgres for Kubernetes 1.7.1 release notes v1

Released: 11 Aug 2021

This release of EDB Postgres for Kubernetes includes the following:

TypeDescription
FeaturePrefer self-healing over configuration with regards to synchronous replication, empowering the operator to temporarily override minSyncReplicas and maxSyncReplicas settings in case the cluster is not able to meet the requirements during self-healing operations.
FeatureIntroduce the postInitSQL option as part of the initdb bootstrap method to specify a list of SQL queries to be executed as a superuser immediately after the cluster has been created.
Bug fixAllow the operator to failover when the primary is not ready (bug introduced in 1.7.0).
Bug fixExecute administrative queries using the LOCAL synchronous commit level.
Bug fixCorrectly parse multi-line log entries in PGAudit.