Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
- Update Docker client connection to use DOCKER_CONTEXT
- Encourage use of explicit local and container ports in port-forwarding (i.e., use
port_forward="8000:8000"
instead ofport_forward="8000"
) (#5728) - Fixes bugs when using k8s_custom_deploy to attach to running pods, as in [k8s_attach(https://github.com/tilt-dev/tilt-extensions/tree/master/k8s_attach)
- Adds
helm(kube_version)
, thanks @olivierchatry ! (#5726)
Changelog
- a72e294: Update version numbers: 0.27.3 (@dev-errant)
- a0d8d80: apis: add an api for the dockercompose log streamer (#5715) (@nicks)
- db7dce0: cli: remove deprecated --hud flag in favor of --legacy (#5736) (@milas)
- 5964eb6: custom_build: add EXPECTED_{IMAGE,TAG,REGISTRY} env vars (#5743) (@milas)
- 7c28e1f: demo: use prompt terminal interface (not TUI) (#5731) (@milas)
- d9570e8: docker: use the CLI library for creating our docker client. (#5719) (@nicks)
- 1044dea: feat(helm): fix #5726, add kube-version flag support to helm command (#5727) (@olivierchatry)
- cc43eb7: fix: upgrade @material-ui/styles from 4.11.4 to 4.11.5 (#5725) (@nicks)
- 0f2bc96: ignore: add Go umask files to ephemeral set (#5740) (@milas)
- fea09f1: kubernetesapply: fix excessive GC for k8s_custom_deploy (#5734) (@milas)
- b15d85b: portforward: deprecate implicit container port behavior (#5735) (@milas)
- 41b744c: tiltfile: handle stdin blobs (#5723) (@nicks)
- 9b3e18e: web: migrate more tests from Enzyme to React Testing Library and add test helpers for exception cases (#5733) (@lizzthabet)
- 597444d: web: preserve filters across resource views (#5706) (@nicks)
- 65ba26f: web: refactor AnalyticsNudge component and tests for react testing library (#5714) (@lizzthabet)
- 5b19eda: web: remove Enzyme dependencies and set up Jest without it (#5737) (@lizzthabet)