Skip to content

v0.4.0

Compare
Choose a tag to compare
@jazzdan jazzdan released this 21 Dec 16:03
· 4079 commits to master since this release
cf601e2

Installation

Installation Guide

Summary of Changes

  • Adds support for Docker API versions v1.23-1.30
  • Improved handling of dockerignore/gitignore
  • Alpha docker-compose support
  • assorted bug fixed and UX improvements

Changelog

3bbba28 Add docker-compose to development dependencies (#859)
db58932 Docker compose support (WIP) (#848)
24b64d2 Fix a few typos / parameter names in docs (#874)
8bc9682 build: handle older docker versions (#867)
edae18a build: remove some dead code (#868)
2e2dd49 dockcompose: docker compose client interface (#855)
c396c3e docker compose: rebuild service on Dockerfile/dc.yml change [ch1111] (#854)
05a5e6f docker: reject older docker versions if we haven't tested them (#870)
1cb41c8 engine: docker compose logs test (#866)
348a9f9 engine: fix some race conditions (#880)
272bc42 engine: manual builds on (#846)
c0f7a7e engine: put tiltfile errors in the global log (#861)
78a914d engine: store InitManifests from command line; not first non-empty Tiltfile load (#872)
43b8fb7 engine: use docker compose client interface via wire (#858)
5d0cd96 fix test from bad merge o_0 (#869)
cf601e2 hud: print docker compose logs to log modal (#876)
d588f1e hud: show build history (#849)
6753559 model/manifest: sort result of manifest.Dependencies() (#845)
f210e2f model: docker compose manifest equality tests (#853)
5585943 model: move k8s-specific info to model.deployInfo [ch1136] (#871)
ed7703c model: nest resource-specific info on manifest/manifestState [ch1136] (#865)
4e689b0 model: separate out dockerignore from gitignore (#843)
2e28e9d store: multiple build statuses in the view state (#814)
665ef5b store: show a message in the HUD if there are no manifests (#847)
365e277 testing: update internal/watch to use the tempdir fixture (#862)
bc11985 tiltfile2: add TODO
5e55026 tiltfile2: auto-infer git repos (#840)
fa1a3cd tiltfile2: basic test for loading a docker compose manifest (#850)
82080c1 tiltfile2: docker-compose error test cases (#851)
cabcf47 tiltfile2: resolve docker-compose path relative to tiltfile root (#852)
c8e9777 tiltfile: if the tiltfile is in the root of a git repo, pick up that repo. (#873)
8fd2b6e vendor: go-cmp (#881)
ffc637a watch: fix a bug when a file and its ancestor both have direct watches (#863)
7e778c2 wip (#856)