Skip to content

v0.5.1

Compare
Choose a tag to compare
@jazzdan jazzdan released this 17 Jan 22:13
· 3947 commits to master since this release
1c8dca5

Changelog

607d5c7 build: more user-friendly error fallback for container update (#1037)
b6b5017 dockercompose: ContainerID method (#1032)
678e82e dockercompose: use a channel to more accurately simulate streaming output (#1027)
2c82602 engine: BuildAndDeployer takes sets of targets and returns sets of results (#1017)
833b3ec engine: ImageBuildAndDeployer supports multiple images (#1019)
efb6a22 engine: change WatchManager to watch targets instead of manifests (#1020)
07fecfc engine: clear docker compose 'current log' when we deploy (#1009)
55ce2f7 engine: fix a flaky test with more build synchronization (#1025)
1c8dca5 engine: get status of dc resources on startup (#1038)
7da96c1 engine: make handle build completed function consistent with other handlers (#1033)
e9cb9d5 engine: remove manifest from buildAndDeployCall, in preparation for removing manifest from BuildAndDeployer (#1007)
dbfc16e k8s: skip image push/pull on microk8s (#1034)
8dc7988 model: add setter for image target (#1022)
f914c8d model: manifest.ImageTarget -> manifest.ImageTargets (#1026)
0c6ded1 model: remove some dead code (#1023)
c528bd1 roadmap: docker-compose is in alpha (#1015)
f7b5ed6 store: track pending files per-image instead of per-manifest (#1024)
49a9311 synclet: release the synclet! 🦑 (#1040)
1dde368 tiltfile: more graceful handling when the Dockerfile is empty. this was mostly causing weird behavior in tests (#1016)
a8e0da4 tiltfile: support multiple images per manifest (#1030)
5ef5064 tiltfile: support port-forward strings like in kubectl/dc (#1039)
6f1ac1d watch: add watch function that traverses up directory structure recursively (#1013)