Releases: CrunchyData/postgres-operator
Releases · CrunchyData/postgres-operator
Release 1.3.2
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
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
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
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
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