Skip to content

v0.7.7

Compare
Choose a tag to compare
@jazzdan jazzdan released this 07 Mar 22:17
· 3737 commits to master since this release

Changelog

5810352 Fix buildargs string to *string conversion (#1247)
6b41cfe Revert "output: capture all stdout and stderr, redirect to file (#1205)" (#1215)
4d7b78e analytics: report tiltfile builtin invocation counts (#1209)
5c0b5bc build: delete dead code :surprised_face: (#1216)
7291a4e cli: increment version to 0.7.6 (#1211)
a28da6f container: Add a concept of image selectors in place of image refs. (#1261)
1e34278 container: centralize ref-parsing (#1210)
68cc352 development/logging: logger that writes to file (for hud debugging) (#1255)
e7bb9d3 docker-compose: fix a flaky test (#1213)
0454161 dockerfile: allow COPY --from in base images (#1237)
4eab45d engine: add timeout for service watch (#1181)
f45c95c engine: custom_build and kubectl exec syncer (#1228)
680df3d engine: hack to allow us to watch all containers of a pod for logs [ch1737] (#1251)
5343af2 engine: handle common image deps (#1200)
5eeae69 engine: keep trying to watch for Docker Compose events if we didn't actually start watching the first time (#1257)
0c0038a engine: prefix logs with container name where appropriate (#1260)
fd312ec engine: prioritize building no-build resources first (#1239)
f3bf242 engine: rm dead code in podLogManager (#1252)
ba3169a engine: skip images that have already been built and don't have updates (#1242)
6f1daf3 engine: skip unnecessary pushes (#1241)
55759eb engine: support multi-stage image builds in docker-compose (#1248)
08be3c7 engine: tiltfile logs also written to global logs (#1243)
7b4946d globalyaml: apply namespaces first (#1233)
cca9c2c hud: serve web assets directly from Tilt (#1219)
80f039e integration: custom_build integration test (#1235)
dd257d1 integration: support optional GOPATH (#1234)
6aa78dc k8s: delete some dead code (#1258)
1d00cc8 model: add CustomBuild (#1226)
61c3626 output: capture all stdout and stderr, redirect to file (#1205)
d6458b8 output: redirect all output to logger (#1231)
3f223fd support fast build container updates with image deps (#1249)
b4955b2 tilt: fix misc lint errors (#1244)
70fa8f3 tiltfile: add custom_build (#1230)
07d7422 tiltfile: add k8s_kind (#1250)
6c6f165 tiltfile: add recursive option to listdir (#1229)
1e398ba tiltfile: add test for renaming variables (#1212)
bfdc0ec tiltfile: don't print 'Successfully executed' prematurely (#1253)
7812da8 tiltfile: fast_build.add may take a string (in addition to localpath, gitrepo) (#1232)
1786e14 tiltfile: fix tests to reflect preference for fb.add(src: str...) [ch1716] (#1240)
88db011 tiltfile: include sources in k8s yaml parse errors (#1220)
74d53d1 tiltfile: note on dockerignore behavior (#1236)
1020f50 vendor: for exec syncing (#1227)
e36b2cb web: Demonstrate what a new experiment looks like (#1225)
98b5e97 web: add a little react router for starting new experiments (#1224)
c2adfee web: support ansi color codes (#1262)
e281408 wire: re-wire os.Stdout DI a bit (#1214)