Release v1.5
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