Skip to content

Release 2.0

Choose a tag to compare

@jmccormick2001 jmccormick2001 released this 19 Oct 18:51
· 3595 commits to master since this release

New features include:

  • no more TPRs!, the PostgreSQL Operator is now based on CRDs (Custom Resource Definitions), this means the 1.7.0 version forward will not work on older Kubernetes versions that do not support CRDs (e.g. Kube 1.6.X) but does support Kube 1.7 and forward
  • clone command is dropped, a future implementation is planned that performs the same feature
  • starting with version 2.0, the pgo configuration file uses camel case instead of ALL CAPS
  • works with the latest Crunchy Containers 1.6.0 release (PostgreSQL 10.0 and 9.6)
  • prior TPR based version is in the 1.5.X branch but will be deprecated in the future