Skip to content

v1.18.8

Compare
Choose a tag to compare
@cnp-autobot cnp-autobot released this 08 Nov 10:09
988bdd3

Release date: Nov 8, 2023

Enhancements:

  • Enhance the status command of the cnp plugin for kubectl with progress information on active streaming base backups (#3101)
  • Allow the configuration of max_prepared_statements with the pgBouncer Pooler resource (#3174)

Fixes:

  • Suspend WAL archiving during a switchover and resume it when it is completed (#3227)
  • Ensure that the instance manager always uses synchronous_commit = local when managing the PostgreSQL cluster (#3143)
  • Custom certificates for streaming replication user through .spec.certificates.replicationTLSSecret are now working (#3209)
  • Set the k8s.enterprisedb.io/cluster label to the Pooler pods (#3153)

Changes:

  • Stop using the postgresql.auto.conf file inside PGDATA to control Postgres replication settings, and replace it with a file named override.conf (#2812)

Technical enhancements:

  • Use extended query protocol for PostgreSQL in the instance manager (#3152)