EDB Postgres for Kubernetes 1.6.0 release notes v1

Released: 12 Jul 2021

This release of EDB Postgres for Kubernetes includes the following:

TypeDescription
FeatureReplica mode (EXPERIMENTAL): allow a cluster to be created as a replica of a source cluster. A replica cluster has a designated primary and any number of standbys.
FeatureEDB Audit support on EDB Postgres Advanced Server images.
FeatureAdd the .spec.postgresql.promotionTimeout parameter to specify the maximum amount of seconds to wait when promoting an instance to primary, defaulting to 40000000 seconds.
FeatureAdd the .spec.affinity.podAntiAffinityType parameter. It can be set to preferred (default), resulting in preferredDuringSchedulingIgnoredDuringExecution being used, or to required, resulting in requiredDuringSchedulingIgnoredDuringExecution.
Security fixPrevent license keys from appearing in the logs.
ChangeFixed a race condition when deleting a PVC and a pod which prevented the operator from creating a new pod.
ChangeFixed a race condition preventing the manager from detecting the need for a PostgreSQL restart on a configuration change.
ChangeFixed a panic in kubectl-cnp on clusters without annotations.
ChangeLowered the level of some log messages to debug.
ChangeE2E tests for server CA and TLS injection.