Releases: lwolf/stolon-chart
Releases · lwolf/stolon-chart
stolon v0.13
stolon v0.12
- Upgrade to stolon v0.12
stolon v0.11
- Upgrade stolon to v0.11.0
- PostreSQL 10 is now the default
- App label is now consistent across all the components
stolon v0.10 and Kubernetes backend
- Upgrade stolon to v0.10.0
- Add support for Kubernetes backend
thanks to @Flowkap for making this happen.
stolon v0.9
- Upgrade stolon to v0.9
- Making clusterName parameter optional
- generate repl password
- refactor labels and selectors to follow helm best practices
- add antiaffinity definitions
- update volumeClaimTemplates to use storageClassName
- update template helpers to follow helm best practices
- add configuration stubs for nodeSelector and tolerations
- fix pgParameters when ssl or slow queries are not specified
SSL support and version bump
- SSL support for client connection
client_ssl:
enabled: false
- slow queries logging
slow_queries:
enabled: false
- bump version of stolon to
v0.7.0-pg9.6
Thanks @Elexy for his contributions
Remove etcd chart dependency
Store backend must be provisioned and provided to the chart.
Other changes include:
- Update jobs apiVersion to
batch/v1
for k8s 1.6 support.