Skip to content

Releases: pgdogdev/helm

v0.29

01 Jan 19:09
d709989

Choose a tag to compare

What's Changed

  • feat: add appVersion to Chart.yaml, used as default image tag @w3irdrobot
  • feat: add support for pinning to specific Docker digest (image.digest chart variable) @w3irdrobot
  • chore: add kubeconform validation to CI

New Contributors

Full Changelog: v0.28...v0.29

v0.28

30 Dec 23:22
786069f

Choose a tag to compare

What's Changed

  • feat: support client_idle_in_transaction_timeout
  • chore: add test coverage to chart, which also validates generated pgdog.toml against pgdog in main

Full Changelog: v0.27...v0.28

v0.27

19 Dec 15:54
ce602cc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26...v0.27

v0.26

05 Dec 18:32
f85b76f

Choose a tag to compare

What's Changed

  • add support for probes, termination grace period, and deployment strategy by @samaross in #40

New Contributors

Full Changelog: v0.25...v0.26

v0.25

03 Dec 16:53
65accd4

Choose a tag to compare

What's Changed

  • feat: add topologySpreadConstraints option by @davex98 in #39

New Contributors

Full Changelog: v0.24...v0.25

v0.24

02 Dec 18:44
29b3e8a

Choose a tag to compare

What's Changed

  • Add LSN check parameters for replication failover auto mode by @maherbeg in #38

Full Changelog: v0.23...v0.24

v0.23

26 Nov 21:24
07d66d8

Choose a tag to compare

What's Changed

  • Fix documentation on existing externalSecrets. by @mijoharas in #36
  • StatefulSet, node ID, AWS NLB by @levkk in #37

New Contributors

Full Changelog: v0.22...v0.23

v0.22

18 Nov 23:32
fc20f3d

Choose a tag to compare

What's Changed

  • Add expanded_explain parameter by @levkk in #35

Full Changelog: v0.21...v0.22

v0.21

18 Nov 23:13
d131155

Choose a tag to compare

What's Changed

Full Changelog: v0.20...v0.21

v0.20

17 Nov 19:28

Choose a tag to compare

What's Changed

  • Added connection_recovery setting support.