v0.10.15
Changelog
ffd3e5d assets: add better tests (#2429)
8d32351 build_control: enforce resource_deps in buildorder (#2428)
ee26835 cli: fix build test (#2377)
29b8564 cloud: adjust snapshot json serialization (#2431)
9bd3770 cloud: include snapshots when reporting updates (#2389)
41ba52d cloud: report tiltfile loads like other manifests (#2397)
241b990 cloud: snapshotHighlight and path accidentally got capitalized (#2401)
ba35d2e containerupdate: tar shouldn't echo the files processed. no other container updater does this and it looks weird (#2400)
9807cf4 dc: make image actually optional (#2407)
8ae99b3 dockerfile: disable broken by aaa50e5 temporarily (#2394)
bd8ce9b dockerfile: when reinserting directives from a parsed dockerfile, do so in determinisitic order (fix flaky test) (#2410)
aaa50e5 engine: when parsing/unparsing dockerfile to inject image deps, preserve '# syntax =' directive (#2373)
e441508 engine: when we fail to get the running container info, print the error on Redirect so it shows up in the right resource view (#2399)
737b140 k8s: make registry tests linux-only (#2378)
bc07c1a k8s: sort k8s entities on manifest creation (#2388)
33cb9a5 tilt: 0.10.14 (#2376)
92c088b tilt: make backend able to send snapshots (#2379)
59e1d48 tiltfile: add a temporary work-around for helm regression (#2392)
0bf4492 tiltfile: add resource_deps arg (#2416)
79849bb tiltfile: adjust an error message to make it clear that we're not building the image (#2426)
a0b0213 tiltfile: custom host in port forwards (#2382)
7701f76 tiltfile: fix error logging for kustomize/helm (#2387)
8c77047 tiltfile: if --namespace flag passed, helm builtin should also add yaml defining the namespace (#2418)
29ad19f tiltfile: move git.Repo into its own extension (#2402)
d6f8277 tiltfile: move some function calls (#2396)
21808aa tiltfile: pass manifest names from cmdline args around as slice instead of map (#2408)
524d409 tiltfile: refactor a function to not depend on GitRepo (#2412)
aa06f5a tiltfile: simplify port-forward data models (#2393)
02fcf0d tiltfile: store file read state on the starlark thread (#2435)
0a02b14 toast: fix broken wire rule (#2421)
bcb3d13 toast: remove prettier, this is no longer necessary (#2424)
dd48171 toastify wire (#2413)
3824ede tweak the tiltfile for tilt-web a bit (#2411)
13ce032 web: When the UI disconnects, don't clear it. Just put up a warning bar. Fixes issue #1989 (#2381)
655403f web: add a Tiltfile for tilt-web (#2405)
4a18f12 web: add buttons for team snapshots, updates (#2425)
01c7c3a web: add generators for typescript defs (#2422)
39171f9 web: all js props should be lower-case (#2420)
8dbf3e3 web: also store highlighted text in snapshot (#2395)
fb6db06 web: better unify cloud.Snapshot and JS Snapshot type (#2398)
fb10ee0 web: don't highlight endpoint link after clicking (#2385)
62e614a web: scroll highlight in to view if it is a snapshot (#2391)
f21cd19 webview: implement more of the protobuf version of /api/view
(#2433)
628ed7c webview: simple GRPC server (#2404)