v0.11.0
Changelog
566d0ff build: simplify ImageBuild API (#2746)
4c29906 bump version to v0.10.26 (#2727)
7d38c96 ci: use -mod vendor for build-macos (#2762)
8dd626a docker: fork some buildkit ssh agent code (#2749)
e1f020e docker: support docker build --ssh. Fixes issue #2437 (#2750)
84c9abf engine/build_control: enable parallel build (off by default) [ch4065] (#2729)
c66d42d engine/store: rename maxBuildSlots to maxParallelUpdates (#2754)
ec948ac engine/tests: fakeBuildAndDeployer stores/completes builds by targetIDs instead of buildIndex (#2734)
21ae37d engine: attach span ids instead of counts to build events, now that they can happen in parallel (#2738)
a3f03b0 engine: fix local controller test (#2742)
be95768 engine: hook local resource serve controller up to upper (#2747)
97e5758 engine: remove dockerfile-based image caching. This is leftover from the fast_build days and is superceded by live_update (#2737)
f46ff00 engine: simple local process execer (#2744)
1f54e9e engine: structured errors (#2739)
202658f goreleaser: fix some deprecation notices (#2728)
9e03b89 hud: fix status color for local resource runtime status (#2755)
5e4a21c integration: when compiling Tilt, use vendor deps (#2741)
2730bfd internal/engine/local: controller for local serve (#2735)
dbf8fb9 local execer: start serve commands in process groups and clean them up (#2761)
ef4933f local serve: correctly separate resource logs (#2751)
37d49a9 local: remove stoppedCh and use procNum to filter out old events (#2759)
182166c logger: fix level filtering (#2748)
f0ae716 logger: use WarnLvl instead of prepending logs with "WARNING" (#2732)
529469e max number of parallel updates is 3 by default [ch4065] (#2758)
aae788e model: local resource should support serve (#2730)
1bcc45a store: lock around TestingStore actions (#2740)
f399802 tiltfile: ability to specify serve commands in tiltfile (#2733)
7e57291 tiltfile: refactor local target tests to use assertNextManifest style tests (#2731)
f5e51f0 tiltfile: required arg test for max_parallel_updates (for now) (#2757)
931e1ef tiltfile: set max build slots from tiltfile [ch4065] (#2745)
6297a6f vendor: remove replace() calls on direct deps (#2764)
adf5607 vendor: upgrade jeger-client-go (#2763)
4f7de19 web: visual treatment for warnings (#2705)