Skip to content

Releases: tryretool/retool-helm

v4.9.0

01 Apr 17:30
657d8a1
Compare
Choose a tag to compare

What's Changed

  • Support ingressClassName by @notwedtm in #48
  • Allow more than one hostname for ingress by @stpierre in #44
  • Allow for different annotations/labels for job runners and backend pods by @stpierre in #45

New Contributors

Full Changelog: v4.8.0...v4.9.0

v4.8.0

15 Feb 00:19
Compare
Choose a tag to compare

What's Changed

  • Add support for AWS Security groups for pods by @mcanaves in #39

New Contributors

Full Changelog: v4.7.0...v4.8.0

v4.7.0

20 Jan 23:30
fb6411b
Compare
Choose a tag to compare
  • Add escape hatch for extra manifests + support for env vars from secrets (#35)
  • Updated ingress object api version to support k8s ingress v1.22 (#38)
  • Remove references to AppVersion (#33)

v4.6.0

28 Sep 00:03
Compare
Choose a tag to compare
Bump version to 4.6.0

v4.5.0

15 Jun 20:34
Compare
Choose a tag to compare

Added

  • Changed default value for useInsecureCookies to false (#19)
  • Removed the appVersion from the chart (#20)

v4.4.0

05 May 19:33
Compare
Choose a tag to compare

Added

  • Editable failureThreshold for backend deployment liveness check (#16)

Fixed

  • postgresql.ssl_enabled was not being used in the jobs runner deployment. This would cause migrations to fail to run for any db that required SSL. (#16)

v4.3.0

05 May 19:29
Compare
Choose a tag to compare

Added

  • Support for PodDisruptionBudgets (#8)
  • New values for specifying a specific k8s secret name for each of the secrets (#15)

v4.2.0

11 Feb 00:45
Compare
Choose a tag to compare
  • Default to chart appVersion if image tag is empty (#7)

v4.1.1

10 Feb 22:24
Compare
Choose a tag to compare
Bump to version 4.1.1

Service accounts

10 Feb 22:22
67532a8
Compare
Choose a tag to compare
  • Create a service account by default (#5)