OnGres Inc./StackGres: Release 0.7

Name: StackGres

Owner: OnGres Inc.

Release: 0.7

Released: 2019-10-18

License: AGPL-3.0

Release Assets:

# Release 0.7 ## NOTES This release includes new functionalities and bug fixes. In particular you will be able to connect your StackGres cluster to an existing prometheus (automatically if you are using prometheus-operator in the same k8s cluster): ``` helm install stable/prometheus-operator helm install --name stackgres-operator operator/install/kubernetes/chart/stackgres-operator helm install --name stackgres-cluster operator/install/kubernetes/chart/stackgres-cluster ``` ## CHANGELOG * [Prometues postgres exporter](https://github.com/wrouesnel/postgres_exporter) sidecar with option to autobind to prometheus * A flaming new StackGres Web UI that will allow to monitor the StackGres cluster * Integration with grafana dashboard in the StackGres Web UI * Validation admission webhooks and openAPIV3Schema validations to check correcteness of the created StackGres cluster and configurations CRs * Support for PostgreSQL 12.0

To top