v0.10.14
Changelog
80ae8ef Fix margins on LogPane layout (#2332)
795c4a5 Make snapshot highlights default behavior (#2372)
1405ef2 ResourceInfo should not be part of LogPane component (#2329)
e5c7dce See highlight in Snapshot (#2361)
0bb10e3 Show Highlight indication in Snapshot modal (#2353)
11b3734 assets: also be able to fetch assets by git SHA (#2303)
4a70073 assets: refactor the asset server so that the asset directory isn't hard-coded (#2365)
acc99dd build: label all docker images with builtby:tilt [ch3659] (#2307)
79e1028 circleci: configure tilt to notify slack on failure (#2338)
e70b04d cli: make docker-prune cli behavior consistent, make logs useful (#2351)
8bf2ea2 cli: update verison to v0.10.13 (#2299)
a7577f4 cloud: Factor out a separate SnapshotUploader (#2337)
9424c38 cloud: change update put_updates api url (#2359)
b269708 cloud: check http status of snapshot post (#2366)
ba46db0 cloud: convert BuildRecords into update proto objects (#2347)
b7bb4de cloud: fix watermark check in update upload (#2367)
2334f0a cloud: include teamid on new snaphsots (#2301)
cb834f4 cloud: populate is_live_update (#2358)
7c992fa cloud: put_updates: log non-200, match server api (#2362)
e90f9a8 cloud: send update records (#2352)
0c654d5 docker: use new WithAPIVersionNegotiation Opt to actually negotiate API version w/ server instead of erroring (#2325)
821db90 dockerprune: instead of docker.ImagesPrune, only remove tilt-built images with lastTag younger than MaxAge [ch3707] (#2339)
c8691ae dockerprune: only prune images if they match a running manifest (#2350)
faca921 dockerprune: use human-readable size in prune report (#2355)
a92d017 dockerprune: use state.dockerPruneSettings to dictate when/how we prune (#2344)
0bfff3c engine: docker pruner (disabled by default) runs on startup and every hour, prunes old objects [ch3633] (#2315)
18af473 engine: if no targets for LiveUpdate found, redirect SILENTLY (the user doesn't care about this) (#2320)
80f0d6c engine: move next-manifest-to-build logic to its own package so it can be accessed elsewhere (#2340)
7f4bb99 engine: put the log managers into their own subpackage (#2331)
b7108ae engine: remove the old fast_build image pruner (#2327)
f134e9b goreleaser: build with pure-Go os.user (#2375)
eee6c43 integration: fix the analytics tests to use busybox instead of the golang docker image (#2342)
65a14ec k8s: disable the microk8s registry if localhost resolves to ipv6 (#2370)
589957a k8s: more comprehensive ordering of k8s entities (#2364)
3637efa kubectl: fix initialization of 'tilt kubectl' so that verbose logging works (#2324)
19b76f6 logger: fix a logger that wasn't copying bytes correctly (#2311)
df6e650 model: SHA is separate field (#2306)
829f361 sail: remove more dead code (#2354)
5e7c428 store: refactor build result (#2356)
eaad158 tilt: add link to team snapshots (#2305)
3232f0b tiltfile: a better pattern for extensions with mutable state (#2360)
dd24382 tiltfile: configure docker prune settings (#2345)
fc9b647 tiltfile: extensions should reset state in OnStart (#2349)
2ca0424 tiltfile: implement os.environ. Fixes #1980 (#2333)
3f9f868 tiltfile: improve stack traces for include() (#2302)
b3cac59 tiltfile: propose a plugin system so that we don't have one massive package for all tiltfile built-ins (#2309)
7326a29 tiltfile: propose a test framework for the plugin system (#2313)
2fa8c11 tiltfile: pull the k8s context functions into a starlark extension (#2330)
b76a389 vendor: update docker/docker and its deps (#2323)
fb4d901 vendor: update wire dependency (#2341)
8d87d3e web/css: fix logs vanishing under sidebar at small browser widths (#2368)
ca763e4 web: ability to highlight log lines and store them in state (#2335)
195d443 web: add a Makefile rule for running npm link (#2363)
666902b web: correctly build path when rendering snapshot that was made from … (#2326)
dfcb439 web: fix snapshot team link test (#2336)
72f692f web: fix typescript eslint warnings (#2318)
1a5554b web: include path in current snapshot, use when rendering snapshot (#2317)
9ccef95 web: remove preview pane (#2328)
05de434 web: update dependencies (#2316)