Releases: tilt-dev/tilt
Releases · tilt-dev/tilt
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)
v0.34.0
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Changelog
- d502493: Update version numbers: 0.33.22 (@dev-errant)
- 939cd90: cli: reconcile
tilt up
andtilt logs
(#6517) (@nicks) - 804a5d1: cli: tweak how new log flags are injected (#6516) (@nicks)
- d338075: docker: remove support for building to microk8s docker socket (#6495) (@nicks)
- d4bd91e: engine: remove some dead code (#6497) (@nicks)
- 62b10e4: feat(cli): allow specifying log filters (#6513) (@georgijd-form3)
- 1482d27: fix install crashing when $script:ErrorActionPreference='Stop' (#6491) (@asrichesson)
- 6d9d99f: fix tilt stuck in pending state (#6493) (@knisbet)
- 258b83f: k8s: add websocket support to exec (#6496) (@ChyZma)
- 0d9dd84: k8s: rebase portforward fork (#6506) (@nicks)
- 2e7cd3a: store: update how we model file changes (#6503) (@nicks)
- cdab500: tiltfile: fix a bug where sometimes a base image wasn't pushed (#6514) (@nicks)
- d4b9c2c: watch: tweak dir change events (#6488) (@nicks)
- afab020: web: update some yarn deps (#6507) (@nicks)
v0.33.22
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Changelog
- ab51f91: Update
metadata:annotations: Too long
error string detection (#6480) (@andrew-farries) - ea06944: Update version numbers: 0.33.21 (@dev-errant)
- 5afc52e: build(deps): bump cross-spawn from 6.0.5 to 6.0.6 in /web (#6472) (@dependabot[bot])
- 875606f: build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 (#6475) (@dependabot[bot])
- 0d4e855: build(deps): bump nanoid from 3.3.7 to 3.3.8 in /web (#6476) (@dependabot[bot])
- 03b64de: controllers: ensure all sources implement fmt.Stringer (#6481) (@nicks)
- cf2aeb6: vendor: k8s 1.32 (#6482) (@nicks)