Skip to content

v1.1.0

Compare
Choose a tag to compare
@mnencia mnencia released this 03 Mar 12:10
· 1 commit to main since this release
f4f7189
  • Add kubectl cnp status to pretty-print the status of a cluster, including
    JSON and YAML output
  • Add kubectl cnp certificate to enable TLS authentication for client applications
  • Add the -ro service to route connections to the available hot
    standby replicas only, enabling offload of read-only queries from
    the cluster's primary instance
  • Rollback scaling down a cluster to a value lower than maxSyncReplicas
  • Request a checkpoint before demoting a former primary
  • Send SIGINT signal (fast shutdown) to PostgreSQL process on SIGTERM
  • Minor bug fixes