Skip to content

Releases: lwolf/stolon-chart

stolon v0.13

30 May 10:12
1b32858
Compare
Choose a tag to compare
  • modify chart's yaml so that user can use default storage class (#30) (@jeremyxu2010)
  • Fix inconsistent naming for persistentVolumes, fixes #31 (@lwolf )
  • Use custome UIDs for stolon keepers (#32) (@Negashev)
  • Add namespace everywhere, bump version ( @lwolf)
  • Bump stolon version to 0.13

stolon v0.12

22 Jul 12:50
3509642
Compare
Choose a tag to compare
  • Upgrade to stolon v0.12

stolon v0.11

12 Jun 17:05
Compare
Choose a tag to compare
  • 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

09 Apr 19:49
Compare
Choose a tag to compare
  • Upgrade stolon to v0.10.0
  • Add support for Kubernetes backend

thanks to @Flowkap for making this happen.

stolon v0.9

27 Feb 20:52
Compare
Choose a tag to compare
  • 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

thanks to @Elexy and @rtluckie for their work

SSL support and version bump

23 Nov 09:06
Compare
Choose a tag to compare
  • 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

10 Jun 15:54
Compare
Choose a tag to compare

Store backend must be provisioned and provided to the chart.

Other changes include:

  • Update jobs apiVersion to batch/v1 for k8s 1.6 support.