v0.33.0
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Breaking Changes
docker_build(tag, context)
now emits an error if the build context doesn't exist. (see #6125 for more info)docker_build(tag, '-')
builds an image with an empty build contextdocker_compose
runs with--remove-orphans
by default, deleting containers that have been removed from the compose file
Other notable changes
- Fixes PWA (#6123)
- Image pruner works with
custom_build
when images are tagged withdev.tilt.gc=true
- Fixes a bug where files where being ignored too aggressively (#6129)
- Update to Kubernetes 1.27 client libraries
Changelog
- 503e976: Fix link in custom_build api docs (#6136) (@dnephin)
- 34f876c: Include CustomBuild in HasBuild condition (#6135) (@dnephin)
- 5420200: Update version numbers: 0.32.4 (@dev-errant)
- 7969745: assets: add manifest.json to the static asset list (#6126) (@nicks)
- 76c887e: build: handle missing build contexts (#6141) (@nicks)
- 541352d: buildkitapi: add printing for legacy build events (#6128) (@nicks)
- 63831a8: buildkitapi: more debugging tools (#6132) (@nicks)
- 64692cc: compose: use --remove-orphans by default (#6144) (@nicks)
- 36001a6: dockerignore: tweak the directory-skipping optimization (#6140) (@nicks)
- 16ffead: go: update to go 1.20 (#6149) (@nicks)
- 5c63a9f: vendor: update to k8s 1.27 (#6147) (@nicks)