Skip to content

Releases: CrunchyData/postgres-operator

Release 1.5.2

21 Sep 21:29

Choose a tag to compare

a bug fix release:

  • fixed a bug dealing with tainting of nodes, the bug forced you to have all your Kube nodes schedulable

Release 1.5.1

18 Sep 21:41

Choose a tag to compare

Significant changes in this release include:

  • pgo label command - an initial implementation that lets you add user defined labels to clusters
  • pgo user command - an initial implementation that lets you add users to clusters and manage passwords
  • support for selectors in various commands allowing you to perform changes across a set of clusters
  • pgo create cluster adds a --series command flag that lets you create a series of clusters off a base name
  • initial support for password aging

Release v1.5

20 Aug 20:26

Choose a tag to compare

This release includes a few new features and bug fixes over the 1.4 release:

  • ability to specify a storageclass to be used when creating the master and replica, this allows for dynamic storage provisioning to be utilized in Postgres cluster deployment
  • support for node affinity, this allows users to specify a specific Kube node they want the Postgres master to be deployed to, if not specified, normal Kube scheduling will occur
  • support for deploying a Postgres replica to a different node than where the Postgres master is deployed to, this feature allows for better Postgres HA support
  • converted over to using godep for the golang package management used for building the operator binaries
  • upgraded the code to use the k8s client-go version 3.0.0 API, this allows for Kube 1.6/1.7 feature support

Release 1.4

01 Aug 19:59

Choose a tag to compare

Major changes in this release include:

  • bug fixes
  • storage spec definitions in the configuration to better support different forms of PVC allocation
  • policy feature - users can define and apply SQL-based policies against a cluster
  • refactor of replica deployments, now each replica is its own Kube Deployment, this supports more advanced configurations in the future

Release 1.3.2

29 Jun 16:18

Choose a tag to compare

a bug fix release including:

  • a fix for replica PVC specification that enables shared and non-shared volume types to be specified via configuration files, updated documentation to reflect this change

Release 1.3.0

26 Jun 19:16

Choose a tag to compare

Updates in this release include:

  • added a 'pgo test' command which runs a simple SQL query test against a cluster's services
  • added a bash completion file for the pgo command, bash users will appreciate this
  • fixed a bug in cluster restore, existing secrets are now copied and used by the restored database, the secret-from command line flag is introduced to support this
  • added a 'pgo clone' command which will create a cloned copy of an existing cluster
  • altered run.sh script to support running on Openshift Origin 1.5.1, documented Openshift usage and reqts

Release 1.2.0

26 May 17:56

Choose a tag to compare

This is a major release and includes the following updates:

  • operator-conf ConfigMap is used to store operator templates
  • bug fixes
  • capture Postgres Full Version for databases and clusters
  • support --version command option for pgo show database and pgo show cluster to filter results based on Postgres Full Version
  • removed database concept in favor of just a cluster which can have 0 or more replicas, much cleaner and supports more features in the future
  • replaced clear text passwords with secrets which get generated for each cluster
  • changed CLI command, to update a cluster, you run 'pgo update mycluster'
  • changed CLI command, to backup a cluster, you run 'pgo backup mycluster'
  • for command 'pgo show pvc', added a flag called '--pvc-root' which lets you specify where in the PVC you want the listing to be based on, if not specified, the value defaults to '/'
  • added better CLI error messages
  • fixed a bug in 'pgo show pvc' where logs were not being displayed
  • added a status field to the backup TPR, that field is marked complete when the backup job is finished
  • add '--ccp-image-tag' command flag for 'pgo create cluster' and 'pgo update' commands, this allows users to override the config file setting
  • add scaling command, 'pgo scale mycluster --replica-count=2' will scale up or down the replicas

Release 1.1.0

28 Apr 15:54

Choose a tag to compare

This release includes the following changes from the 1.0.0 release:

  • bug fixes
  • updated documentation and examples
  • tested on Kube 1.6
  • upgrade feature - you can now perform minor and major postgres upgrades
  • fixed to run in a namespace of your choosing

Release 1.0

27 Mar 20:28

Choose a tag to compare

The initial release of the postgres-operator. This release contains the
binary pgo client and its configuration files in the attached tar ball.

The project's Docker images are found in Dockerhub:

  • crunchydata/lspvc
  • crunchydata/postgres-operator