Skip to content

v0.11.4

Choose a tag to compare

@dbentley dbentley released this 31 Jan 22:05
c64bd7b

Changelog

0665b58 Link to GitHub project board for Roadmap (#2847)
b53c4c8 analytics: disable tilt analytics when DO_NOT_TRACK=1, CI=1 (#2878)
078b92a build/engine: inject clusterRef (rather than imageRef) into YAML (#2875)
1521aea build: do progress backoff at render-time instead of at logging-time (#2863)
6a2e889 build: remove deprecated fastbuild code (#2852)
4d4f59c build: use progress ids to print buildkit output more effectively (#2851)
7dc69db buildcontrol: don't parallelize local_resource with other commands (#2854)
7ae832c bump version to v0.11.3 (#2844)
16cbf29 ci: report Jest results in JUnit XML format (#2833)
37df64b circleci: cache golangci-lint cache on git rev, fallback to most recent otherwise (#2869)
a35baae circleci: cache golangci-lint parsing (#2865)
f877f66 circleci: upgrade docker in the integration test container. They changed the URL format, so our download script was downloading an old version (#2889)
c64bd7b container: RefSet calculates local/clusterRef from Registry to keep things from getting out of sync (#2883)
8dc7252 container: make clusterref optional, return localref if no clusterref provided; make registry a struct (#2876)
9184593 docker: fix a bug where we were leaving buildkit sessions open (#2845)
6265be1 down: allow tiltfile args (#2848)
bea2ac4 engine-test: clarify engine test and make it more robust (#2866)
b9bec97 engine: remove an incremental build reference (#2857)
65ed8e9 engine: remove image from LiveUpdateResult (cleanup) (#2858)
a2f8ecc hud: fix a panic in the websocket handler. context.TODO() doesn't have a logger on it :O (#2879)
93fe058 hud: when printing push output, make sure we always print the last "finished" line (#2873)
e7ae56a integration: bump timeout and reenable local_resource test (#2843)
a780954 integration: fix a race condition in the tilt args integration test (#2867)
5810c54 integration: use the write log writer, so we get an error report if this command fails (#2864)
6e78796 k8srollout: first pass at a pod rollout monitor (#2868)
926adfa local_resource: expand on sleep comment (#2886)
64ca6eb logstore: Return structured log lines for printing to stdout (#2860)
8622660 makefile: increase the timeout on golangci-lint, and make sure it's using vendoring (#2853)
cbb26ad model: ImageTarget has both localRef and clusterRef [ch4292] (#2872)
a41258b network: remove the network package for checking ports, it's now obsolete (#2874)
8e32686 rename NewImageTarget to MustNewImageTarget to make a future PR smaller (#2884)
70af56b shorttest: no more tiltfile DC tests (#2887)
3c751ee store: separate localref and clusterref in ImageBuildResult (#2859)
a8110d9 tilt: add decode_yaml file function. (#2850)
4f58f76 tilt: enable errcheck on tests (#2877)
0ecd032 tiltfile: error in default_registry if registry is not canonical (#2871)
bac3de9 vendor: vendor our client-go patches with go.mod replace() (#2842)
f6f3f8e web: fix an off-by-one error in how we show progress logs (#2849)
67c9271 web: more robust highlighting on firefox. grumble grumble selection apis grumble grumble (#2881)