Releases: tilt-dev/tilt
v0.30.13
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
Fixes bugs #5979, #5949, and #5913
Changelog
- bfae530: Update version numbers: 0.30.12 (@dev-errant)
- 6ecc18b: buildcontrol: restart should do a full delete of the resource (#5977) (@nicks)
- 62e3b7c: kubernetesdiscovery: continue to track pods that are completed but deleted from the cluster (#5972) (@nicks)
- c4513e8: store: clean up the readiness check (#5980) (@nicks)
v0.30.12
v0.30.11
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
Tilt now provides pre-built static linux binaries suitable for use with Alpine Linux or other minimal/distroless images. Check out the assets named tilt.*.linux-alpine.arm64.tar.gz
or tilt.*.linux-alpine.x86_64.tar.gz
and let us know by filing an issue if you have any problems with them.
Changelog
- 78d109c: Update version numbers: 0.30.10 (@dev-errant)
- 7bffa3e: release: build static-linked binaries for alpine linux (#5965) (@nicksieger)
- af2080d: release: exclude alpine archives from brews (#5968) (@nicksieger)
v0.30.10
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
- Fixes for Docker Desktop 4.13
- Allow multiple compose projects in a tiltfile
- Allow flags to
kustomize()
builtin
Changelog
- a943d31: Update version numbers: 0.30.9 (@dev-errant)
- a1be613: docker: update socket location (#5961) (@nicks)
- 15349a7: tiltfile: add kustomize(flags) for passing extra flags (#5957) (@nicks)
- 3c99f13: tiltfile: load compose services from multiple projects/directories (#5952) (@nicksieger)
- df1247b: windows: fix some tests (#5960) (@nicks)
v0.30.9
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
- Fixes a bug in
tilt down
, see #5941
Changelog
v0.30.8
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
- Add
k8s_namespace
function to return the current namespace Tilt is connected to. Complements existingk8s_context
function.
Changelog
- bb6fd56: Detect non-admin socket for Rancher Desktop on Mac (#5936) (@ewilkins-csi)
- 6f7f5f2: Go 1.19 (#5938) (@nicksieger)
- 200400a: Update docs for k8s_namespace (#5937) (@nsheaps)
- 91d1545: Update version numbers: 0.30.7 (@dev-errant)
- 989d4a5: feat: add k8s_namespace() to pull cached namespace (#5935) (@nsheaps)
- a47c07c: release: use Go 1.19 to build releases (#5939) (@nicksieger)
v0.30.7
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
- Fix issue with
tilt snapshot view
- Fix incorrect "circular load" in LSP server/VS Code extension
- LSP Server/VS Code extension can now follow definitions into Tilt extension files
Changelog
- 0233ddf: Update version numbers: 0.30.6 (@dev-errant)
- b37791e: Upgrade starlark-lsp; add resolver function (#5920) (@nicksieger)
- 3a989b0: cleanup deprecated ioutil functions (#5919) (@nicks)
- 7c3dedb: delete minor unreachable code caused by t.Fatal (#5916) (@Abirdcfly)
- fdb4225: snapshot: adjust how the snapshot server binds to an address (#5918) (@nicks)
v0.30.6
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
- dropdown / choice input for cmd_button (thanks @jbadlato !)
Changelog
- cf684e2: Squash all commits (#5900) (@jbadlato)
- 1e8fa55: Update emacs ignore patterns (#5903) (@person142)
- 41f19ef: Update version numbers: 0.30.5 (@dev-errant)
- 36ff34c: build(deps): bump moment from 2.29.2 to 2.29.4 in /web (#5899) (@dependabot[bot])
- 22e1c48: build(deps): bump terser from 4.8.0 to 4.8.1 in /web (#5896) (@dependabot[bot])
- b8bc672: remove slack mentions in circleci notifications (#5891) (@nicks)
- 3c658ab: remove tilt_modules, which are now obsolete (#5906) (@nicks)
- 1db980b: scripts: fix bug in release script (#5892) (@nicks)
v0.30.5
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
- Improved failure handling when watching for file changes.
- Fixed port-forwarding error message
Changelog
- f86eb21: Update error message for port_forwards (#5883) (@Onewaysidewalks)
- 186ce9f: Update version numbers: 0.30.4 (@dev-errant)
- 614acce: cli: fix link to tiltfile_config doc (#5890) (@liskin)
- 297f7a7: cloud: delete the snapshot uploader (#5877) (@nicks)
- 3bd907f: cloud: remove more tilt cloud signin code (#5881) (@nicks)
- 6549abe: filewatch: fix a bug in error handling (#5888) (@nicks)
- 80530d1: filewatch: if the Start() fails, clean up immediately (#5889) (@nicks)
- 6b9bdb2: scripts: use github to record releases (#5876) (@nicks)
- 1e667cb: update readme to reflect Docker acquisition (#5873) (@nicks)
- 240cb14: update readmes to remove references to Windmill as a separate company (#5878) (@nicks)
- 993cf0c: web: remove cloud snapshot dialog (#5875) (@nicks)
v0.30.4
Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
- Bug fixes (see changelog)
Changelog
- 81ef9cc: Replace registry when using outputs_image_ref_to with different cluster host (#5864) (@nicksieger)
- 33fdb81: Update version numbers: 0.30.3 (@dev-errant)
- 50984c5: podlogstream: requeue if the pod hasn't been synced yet (#5870) (@nicks)
- 6ac55e3: store: fix a segfault when events come in out of order (#5867) (@nicks)