v0.4.1
Installation
Summary of Changes
- Better UX for kubernetes resources not associated with a Dockerfile
- Tiltfile now allows ifs / loops in the global scope
- Support YAML printed by Helm
- Improved Docker version negotiation for older Docker versions
Changelog
35c74a3 Add git fetch --tags
to release docs (#883)
c360e43 Remove the branch override for starlark. The options branch was merged in to master. (#912)
4adb6af Show unbuilt k8s resources (#905)
d1c0feb Update manifest.go (#921)
a4f0041 cli: down works on gyaml (#910)
0c032a6 compose: small cleanups (rename funcs and files) (#899)
b93e720 dc: fix file watching (#932)
e27d75a docker: Add version negotation to docker init. Fixes #931 (#933)
bb77634 engine: docker-compose manifest and global logs respect the same filters (#919)
05b6c45 engine: paramaterize Tiltfile (#913)
ed18ec9 engine: record more metadata on tiltfile execution (#914)
0ca503a fix unused errs (#898)
377b963 hud: always expand k8s_yaml (#934)
1abce8a integration: log oneup HTTP requests (#896)
b1a6998 internal: rename tiltfile2 pkg -> tiltfile (#918)
353d3ab k8s: more flexible yaml parsing to match kubectl. Fixes issue #893 (#895)
222dfc5 model: fast build fields to dockerInfo.buildDetails [ch1136] (#888)
95b5322 model: refactor static build properies onto m.buildInfo.buildDetails [ch1136] (#879)
15d432a model: rename dockerInfo.DockerRef -> dockerInfo.Ref (#892)
3a1b61b model: use go-cmp for equality checking, which is slightly better for flexibility/correctness (#882)
f9fe914 ospath: check ospath.Child for nonsensical args (#878)
321e2f6 remove some irrelevant docker compose todos (#885)
d9e04c0 rty: forbid file names with colons because they mess up the windows git client (#889)
cd638f1 server: Add a websocket endpoint that streams down the View object (#908)
d96547d server: a simple http server that serves the HUD view (#877)
fc5b60d store: batch actions together so that a flood of LogActions doesn't overwhelm the subscribers (#903)
4b41ac6 synclet: remove contaierIdForPod and other unused code (#891)
3b635b6 tilt: delete some unused code (#901)
a37b5f2 tilt: fix docs typo (#900)
bdcfcd3 tilt: pull k8s fields out to K8SResourceInfo (#917)
913ba6a tilt: remove redundant error message from starlark errors (#909)
52daf17 tilt: replace some Empty()s with typechecks (#922)
211eb0c tiltfile2: make it more clear when k8s_yaml accepts a string (#897)
d38b3e5 tiltfile2: starlark enable global reassignment (#906)
e0c3b1a tiltfile: dc manifest tests (#902)
69da812 upper: docker compose upper tests [ch1194] (#916)
3f07619 vendor: gorilla/websocket (#907)
04c1cdb vendor: update to new starlark (#904)
1873821 watch: remove inotify-specific bits of watcher_linux (#890)
457c4b0 web: add scaffolding for Tilt web UX (#887)
6e137aa web: basic test scaffolding (#915)
e7028fe web: live reload HUD updates (#911)
a4b923b web: use create-react-app to generate web ui scaffolding (#886)