Skip to content

v6.0.16

Compare
Choose a tag to compare
@avimoondra avimoondra released this 15 Feb 00:33
· 51 commits to main since this release
0d75b38

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)