Skip to content

Releases: tryretool/retool-helm

v4.11.5

21 Jul 02:35
94f2270
Compare
Choose a tag to compare

What's Changed

The encryptionKey and jwtSecret will no longer be reset on upgrade when the value was not previously provided.

Additionally, for new installations, encyptionKey must either be passed in through a secret reference or specified explicitly.

Full Changelog: v4.11.4...v4.11.5

v4.11.4

16 Jun 16:09
Compare
Choose a tag to compare

What's Changed

  • Use environmentVariables in job runner template too by @goodspark in #61

Full Changelog: v4.11.3...v4.11.4

v4.11.3

15 Jun 21:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.11.2...v4.11.3

v4.11.2

14 Jun 20:46
Compare
Choose a tag to compare

Full Changelog: v4.11.1...v4.11.2

v4.11.1

14 Jun 19:06
Compare
Choose a tag to compare

Full Changelog: v4.11.0...v4.11.1

v4.11.0

08 Jun 23:17
Compare
Choose a tag to compare

What's Changed

  • Update Postgres subchart version to 10.14.3
  • Bdj/docs by @bdjohnson529 in #54
  • Add Values.extraEnvs by @lsovern in #55
  • Fix fullnameOverride and externalSecrets.externalSecretsOperator.secretRef by @robotpistol in #59

New Contributors

Full Changelog: v4.10.0...v4.11.0

v4.10.0

19 May 19:51
Compare
Choose a tag to compare

What's Changed

  • Add support for modern external secrets operator by @moogzy in #51

New Contributors

Full Changelog: v4.9.0...v4.10.0

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)