Skip to content

v0.33.0

Compare
Choose a tag to compare
@dev-errant dev-errant released this 27 Jun 22:09
· 191 commits to master since this release
5c63a9f

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 context
  • docker_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 with dev.tilt.gc=true
  • Fixes a bug where files where being ignored too aggressively (#6129)
  • Update to Kubernetes 1.27 client libraries

Changelog