Releases: tryretool/retool-helm
Releases · tryretool/retool-helm
v6.2.10
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
- @clearme-jinoa made their first contribution in #187
Full Changelog: v6.2.8...v6.2.10
v6.2.8
v6.2.7
v6.2.5
What's Changed
- [chore] update semverCompare target to include -0 patch (#176) @avimoondra
- [fix] add default livenessProbe.periodSeconds (#175) @alexlo03 @avimoondra
Full Changelog: v6.2.3...v6.2.5
v6.2.3
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
What's Changed
- Update values.yaml by @avimoondra in #166
- Add telemetry support by @ryanartecona in #158
Full Changelog: v6.1.5...v6.2.0
v6.1.5
What's Changed
- bump temporal subchart by @avimoondra in #164
- Bump to 6.1.5 by @JatinNanda in #165
Full Changelog: v6.1.3...v6.1.5
v6.1.2
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
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.
*-stable
or *-edge
image tags.
v6.0.16
What's Changed
⚠️ This version of the chart is incompatible with*-stable
or*-edge
image tags (e.g.3.33.13-stable
or3.38.0-edge
) published totryretool
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)