Skip to content

Releases: tryretool/retool-helm

v6.2.10

03 Oct 19:01
ea16ecb
Compare
Choose a tag to compare

What's Changed

  • [chore] Java dbconnector enabled by default by @jjlgao in #184
  • FEAT - add deploymentLabels option to the deployment jobs and backend chart by @clearme-jinoa in #187

New Contributors

Full Changelog: v6.2.8...v6.2.10

v6.2.8

09 Aug 19:36
4681a41
Compare
Choose a tag to compare

What's Changed

  • Add instance label to serviceaccount by @stabai in #182

New Contributors

Full Changelog: v6.2.7...v6.2.8

v6.2.7

25 Jul 16:47
310279f
Compare
Choose a tag to compare

v6.2.5

28 May 20:58
81bc3e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2.3...v6.2.5

v6.2.3

22 May 16:02
bf46032
Compare
Choose a tag to compare

What's Changed

  • [fix] code executor ingress domain on workflow backend for helm chart (#172) @avimoondra
  • [feat] update port names for Services for istio compliance (#170) @avimoondra
  • [fix] add appProtocol and membership ports for istio proxy compatibility (#171) @roberto-retool

Full Changelog: v6.2.0...v6.2.3

v6.2.0

16 Apr 00:44
bc3f63a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.5...v6.2.0

v6.1.5

27 Mar 23:46
ccc680e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.3...v6.1.5

v6.1.2

22 Mar 00:56
01bb485
Compare
Choose a tag to compare

What's Changed

  • [fix] code executor image tag reference for internal tags by @avimoondra in #161
  • Support experimental multiplayer deployment. by @JatinNanda in #162

Full Changelog: v6.1.0...v6.1.2

v6.1.0

19 Mar 15:37
4774c21
Compare
Choose a tag to compare

What's Changed

Supports any *-stable or *-edge image tags (e.g. 3.33.13-stable or 3.38.0-edge) published to tryretool Dockerhub.

⚠️ Helm chart versions 6.0.2 through 6.0.16 are incompatible with *-stable or *-edge image tags.

v6.0.16

15 Feb 00:33
0d75b38
Compare
Choose a tag to compare

What's Changed

  • ⚠️ This version of the chart is incompatible with *-stable or *-edge image tags (e.g. 3.33.13-stable or 3.38.0-edge) published to tryretool Dockerhub. Upgrade to 6.1.0 directly instead.
  • ⚠️ This version of the chart spins up Code Executor service by default for Retool image tags >= 3.20.15, which may lead to scheduling failures for k8s cluster without enough resource capacity; consider adding more capacity, following guidelines here: https://docs.retool.com/self-hosted/quickstarts/kubernetes/helm#cluster-size
    • 8x vCPUs
    • 16 GB memory
  • add support for code executor pod affinity (#150)
  • add DEPLOYMENT_TEMPLATE_TYPE and VERSION to templates (#149)
  • add default image tag for code executor (#148)
  • enable code executor by default for image tags >=3.20.15 (#145)