Install Tilt ⬇️ | Upgrade Tilt ⬆️ | Tilt Extensions 🧰
Notable Changes
tilt ci
now defaults to a 30 minute timeout. Configurable withtilt ci --timeout
. https://docs.tilt.dev/api.html#api.ci_settings- fixes port-forwarding when localhost resolves to a non-standard ipv6 address (thanks @louismrose) #5981
Changelog
- 3fea136: Ignores IPv6 addresses containing a zone index (#5984) (@louismrose)
- a8d4552: Update version numbers: 0.30.13 (@dev-errant)
- f5b6d30: build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /web (#5985) (@dependabot[bot])
- 90a370a: build(deps): bump express from 4.17.1 to 4.18.2 in /web (#5986) (@dependabot[bot])
- 563471a: build(deps): bump helm.sh/helm/v3 from 3.10.0 to 3.10.3 (#5990) (@dependabot[bot])
- e0ab3f6: config: copy go's file lock and use it instead of client-go's (#5982) (@nicksieger)
- c56545d: controllers: add a dummy session reconciler (#5995) (@nicks)
- 61044df: controllers: move Session into a reconciler (#5996) (@nicks)
- bfe8403: controllers: objects need to be cloned before update (#6006) (@nicks)
- 720582e: k8s: the default host (localhost) should get the default port-forwarding behavior (#5988) (@nicks)
- f4ca7c2: runtimelog: port docker compose log streamer to the reconciler (#5826) (@nicks)
- a92de33: session: add a global timeout to the api model (#6003) (@nicks)
- 26900dd: session: api for graceful recovery in 'tilt ci' (#5992) (@nicks)
- f53e573: session: implement ci timeouts, defaulting to 30m (#6004) (@nicks)
- 9c00ce3: session: implementation of ci_settings(k8s_grace_period=[duration]) (#5997) (@nicks)
- b8fa225: store: move the session actions into their own package (#5994) (@nicks)