github tilt-dev/tilt v0.24.0

latest releases: v0.33.20, v0.33.19, v0.33.18...
2 years ago

Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰

Notable Changes

Disable Resources is out of beta and now available in the Tilt UI! You can enable and disable resources individually or in bulk. You can also tilt disable <resource list> and tilt enable <resource list> via the CLI.

Tilt will now display all resources defined in the Tiltfile, even ones that are not loaded by your tilt up command. Non-loaded resources will show up as "disabled", instead of being hidden entirely. You can also disable all your resources by default by using the Tiltfile config API.

disable-resources-table-view

Other Notable Changes

  • ✨ Allow a custom path to kustomize executable (#5428)
  • ✨ Improve error messaging in the Tilt UI when there are websocket connection issues (#5414)
  • 🐛 Fix #5447 with LiveUpdate
  • 🐛 Fix #5403 with running Tilt on Github Codespaces
  • 🐛 Fix #5291 where Tilt fails to clean up extension directories

Changelog

1b7fb88 Add Additional Linters (#5429)
9eadb46 Kustomize: specify custom executable path (#5428)
42ea446 Update version numbers: 0.23.9
ddae2f3 build: Trick buildkit into not reading .dockerignore (#5416)
ecb9daa cli: add tilt enable/disable (#5443)
35c2800 cli: report tilt args invocations to analytics (#5427)
e272813 cli: tilt args output indicates when there is no change (#5436)
acdcb6c demo: fix perpetual "Waiting for cluster" in some setups (#5425)
5261b51 engine: fix build graph structure error on LU-only targets (#5454)
b79d1f1 engine: support shutting down multiple DC resources with one DC invocation (#5424)
b985cb7 extension: reorganize update() to be more level-triggered (#5435)
8e500a8 features: turn on Disable Resources feature flag by default (#5438)
06758a2 lint: prefer strings.ReplaceAll to strings.Replace with -1 (#5440)
b073b17 repo: reorganize update() to be more level-triggered (#5432)
06e73d2 scripts: automatically tag the extension repo as part of the release process (#5452)
83877be store: add WithManifestLogHandler (#5430)
66a7b2c tiltfile: add config.clear_enabled_resources (#5437)
3715756 tiltfile: fetch extensions inside tiltfile state scratch dir (#5426)
d178eae tiltfile: set disabled state instead of dropping disabled resources (#5418)
ae85cd4 web: add a CSRF token to the websocket. Fixes #5403 (#5421)
d7316bc web: add bulk action buttons for disabling resources in Table View (#5405)
df0d5a3 web: add disabled resource status count to summary and improve semantic a11y markup (#5420)
bfda9c2 web: add resource selection checkbox for tables, so all resources within a table can be selected or deselected at once (#5439)
35e7209 web: show error state of websocket while connecting (#5414)

Docker images

  • docker pull tiltdev/tilt:v0.24.0

Don't miss a new tilt release

NewReleases is sending notifications on new releases.