v0.27.2
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
- ✨ Autocomplete across files/extensions when using the Tiltfile VSCode extension (#5702)
- ✨ Kubernetes cluster health monitoring in Tilt UI (#5687)
- ✨ Update Tilt UI tab title & favicon when disconnected (#5678)
- 🐛 Respect dependency order from
resource_deps
ontilt down
(#5668) - 🐛 Fix for full rebuilds erroneously triggering with
k8s_custom_deploy
and Live Update (#5694)
Changelog
- 79729e2: Build dependency graph for k8s deletion in tilt down (#5668) (@grahambrereton-form3)
- b391f7c: LSP: Resolve ext:// URIs (#5688) (@nicksieger)
- b784fb3: Update version numbers: 0.27.1 (@dev-errant)
- 5686716: api: add Cluster field to PortForward spec (#5682) (@milas)
- b4b44bb: api: add cluster helpers to ControllerFixture (#5685) (@milas)
- dfe2a3f: cluster: improve unrecoverable error message (#5689) (@milas)
- 4c8b561: cluster: log default registry information (#5681) (@milas)
- 6c711ad: controllers: move status updates into the reconcile loop (#5699) (@nicks)
- 9ae3d26: engine: remove Refs from ImageTarget (#5680) (@milas)
- fba6909: fix: upgrade styled-components from 5.3.3 to 5.3.5 (#5696) (@snyk-bot)
- a0d021e: k8s_custom_deploy: fix Live Update rebuild (#5694) (@milas)
- 8d918d9: liveupdate: use ImageMap for Tilt-built image matching (#5677) (@milas)
- b34f9ce: model: populate cluster names on images (#5676) (@nicks)
- 6154684: portforward: add indexing for Cluster (#5683) (@milas)
- a1ae5aa: portforward: use K8sClient from Cluster (#5692) (@milas)
- d1e4a72: server: send Cluster as part of partial update (#5700) (@milas)
- 6779743: tiltfile: log non-standard error locations at start of line (#5686) (@landism)
- 325f5b6: vendor: update starlark-lsp to v0.0.0-20220415191241-c73ee55518d2 (#5702) (@nicksieger)
- 254a73e: web: add Cluster Status menu item and dialog in Storybook (#5674) (@lizzthabet)
- 7750170: web: bump async from 2.6.3 to 2.6.4 in /web (#5697) (@dependabot[bot])
- efbe93b: web: display cluster connection status in Tilt UI (#5687) (@lizzthabet)
- b092273: web: refactor button test helpers to remove redudant helpers and centralize test data generators (#5684) (@lizzthabet)
- 66347c5: web: update the document title and favicon when Tilt UI disconnects (#5678) (@lizzthabet)