Releases: tilt-dev/tilt
Releases · tilt-dev/tilt
v0.36.1
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Changelog
- f5efb86: Update version numbers: 0.36.0 (@dev-errant)
- 7564790: build(deps): bump golang.org/x/crypto from 0.40.0 to 0.45.0 (#6644) (@dependabot[bot])
- 9c68f19: build(deps): bump node-forge from 1.3.1 to 1.3.2 in /web (#6647) (@dependabot[bot])
- 820b0f9: demo: fix k3d-based demo on docker 29 (#6650) (@nicks)
- 8e5e4d6: docker: fix deprecated types (#6651) (@nicks)
- 9e4ffd1: engine: skip a flaky windows test (#6668) (@nicks)
- ba5b84e: feat(cli): add --since, --tail, --json flags to tilt logs (#6656) (@0xBigBoss)
- a877a7c: hud: don't print the resource prefix when printing json (#6667) (@nicks)
- 1d374c5: hud: factor out LogStreamer (#6665) (@nicks)
- 41cc177: tiltfile: fix more deprecated types (#6655) (@nicks)
v0.36.0
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Breaking Changes
- Dropped support for Helm 2
- Added validation errors to dir / serve_dir local_resource arguments (before, using them incorrectly would fail silently)
local()andlocal_resource()commands run in an env where kubeconfig points to the cluster that tilt is connected to.
Changelog
- 9509690: Fixes #5907: Add modal popup option for ui_button inputs (#6620) (@hectorgarcia-cw)
- c2ec0f5: Update version numbers: 0.35.2 (@dev-errant)
- 21127e0: build(deps): bump github.com/containerd/containerd/v2 (#6630) (@dependabot[bot])
- 337299f: build(deps): bump js-yaml from 3.14.1 to 3.14.2 in /web (#6636) (@dependabot[bot])
- 5806b2b: build(deps): bump min-document from 2.19.0 to 2.19.1 in /web (#6631) (@dependabot[bot])
- 4f869d4: engine: mark some tests flaky on windows (#6640) (@nicks)
- 8125620: localexec: always inject kubeconfig into local env (#6619) (@nicks)
- b235cc7: tiltfile: support helm v4, drop helm v2 (#6638) (@nicks)
- 15a14b6: tiltfile: validation on local_resource dir, serve_dir (#6633) (@nicks)
- 8be076f: vendor: update buildkit (#6629) (@nicks)
- f67cdb5: web: tweak api css (#6637) (@nicks)
v0.35.2
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Changelog
- 20510df: Ignore the temporary files of flymake (#6615) (@kvch)
- 33fc9d7: Update version numbers: 0.35.1 (@dev-errant)
- 09c5604: chore: use buildkit instead of toast for ts protogen (#6614) (@nicks)
- 17e577a: k8s: fix filter_yaml on crds (#6613) (@nicks)
- eb60ec4: vendor: upgrade to k8s 1.34 (#6616) (@nicks)
v0.35.1
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Changelog
- 285288a: Docker delete volumes (#6594) (@SeanMBrennan)
- 20f3f62: Fix typo (#6588) (@arrrnas)
- af9af8a: Update version numbers: 0.35.0 (@dev-errant)
- a02d9e3: build(deps): bump cipher-base from 1.0.4 to 1.0.6 in /web (#6601) (@dependabot[bot])
- a855d95: build(deps): bump form-data from 3.0.1 to 3.0.4 in /web (#6585) (@dependabot[bot])
- 04fd1f2: build(deps): bump github.com/docker/docker (#6595) (@dependabot[bot])
- cd52d4f: build(deps): bump github.com/go-viper/mapstructure/v2 (#6580) (@dependabot[bot])
- 680d4f0: build(deps): bump github.com/go-viper/mapstructure/v2 (#6600) (@dependabot[bot])
- 3a01eb6: build(deps): bump helm.sh/helm/v3 from 3.17.3 to 3.18.4 (#6582) (@dependabot[bot])
- b802b0d: build(deps): bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 (#6596) (@dependabot[bot])
- 32b4090: build(deps): bump pbkdf2 from 3.1.2 to 3.1.3 in /web (#6577) (@dependabot[bot])
- 9d3451c: build(deps): bump sha.js from 2.4.11 to 2.4.12 in /web (#6602) (@dependabot[bot])
- 79d9597: cmd: fix a flaky test (#6572) (@nicks)
- 6656b49: docker: remove RegistryAuthPrivelegedFunc (#6607) (@nicks)
- f1c411b: store: initialize BuildStatus at startup (#6606) (@nicks)
- ecbb943: web: remove react-test-renderer (#6604) (@nicks)
- e484ee1: web: remove ui analytics (#6571) (@nicks)
- 2a34815: web: update to react router 6 (#6592) (@nicks)
- d81305b: web: update to react17 (#6605) (@nicks)
v0.35.0
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Major changes
tiltfile API: add ci_settings(readiness_timeout)
Sets a timeout on how long to wait for
resources to become ready. defaults to 5m
Changelog
v0.34.5
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Changelog
- 06acc12: Update version numbers: 0.34.4 (@dev-errant)
- 0b2f928: cli: skip kubeconfig minification if no k8s deploy commands (#6558) (@nicks)
v0.34.4
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Changelog
- a163a0c: Update version numbers: 0.34.3 (@dev-errant)
- 0450877: cli: inject kubeconfig into cmds on tilt down (#6555) (@nicks)
v0.34.3
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Changelog
- 334b906: Update version numbers: 0.34.2 (@dev-errant)
- fb577d0: build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 (#6540) (@dependabot[bot])
- 8529897: build(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /web (#6544) (@dependabot[bot])
- f68da4a: golangci-lint: update to v2 (#6550) (@nicks)
- 396dd9b: vendor: update helm (#6549) (@nicks)
- 3a126e1: vendor: update to k8s 1.33 (#6547) (@nicks)
v0.34.2
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Changelog
- 9d41c48: Update version numbers: 0.34.1 (@dev-errant)
- a2631c1: When calculating Kustomize dependencies, include components (#6534) (@borntyping)
- 661604e: liveupdate: always update k8s clusters with kubectl exec (#6535) (@nicks)
v0.34.1
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Changelog
- 9d2fee7: Update version numbers: 0.34.0 (@dev-errant)
- 0a06aa8: build(deps): bump @babel/runtime from 7.24.0 to 7.26.10 in /web (#6522) (@dependabot[bot])
- f59a7ec: build(deps): bump github.com/containerd/containerd from 1.7.18 to 1.7.27 (#6520) (@dependabot[bot])
- dd8f0fb: build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 (#6519) (@dependabot[bot])
- 1ec928a: docker: add a timeout on exec setup (#6524) (@nicks)
- 7cf75d3: golang: update to go 1.24 (#6526) (@nicks)
- 7aaeedb: minikube: use cluster name to find minikube profile (#6528) (@nicks)
- 161ad54: vendor: upgrade to compose-go/v2 (#6529) (@nicksieger)