Changelog
- a6b5e24 Remove dead exec tunnel implementation
- 274e16a Set a token in the standard-mode install config
- 59406fc build: align docker-compose pin with dockhand (5.1.4-r5 -> 5.5.0-r0)
- 668bc8f build: bump docker-compose to 5.5.0-r2 and add git to the runtime images
- 09a4ccf build: use ln -sf for the dev image compose-plugin symlink
- d0e8d62 feat(compose): emit output lines as they arrive and fall back to stderr
- 5654051 feat(edge): stream compose output lines when the caller asks for them
- 0a55c1c fix(compose): teeLines bufio.Reader avoids >1MB-line deadlock (review of #99)
- 9967fa8 fix(security): restrict /etc/hawser/config to 0600 (#82)
- 773ad7a fix: explain compose failures caused by our own timeout, not the compose run itself
- a07b6c7 fix: give compose operations their own timeout instead of RequestTimeout
- 79cb8f1 test(compose): cover build output landing on stdout (counter-test 0)
- 50659bb test(compose): cover teeLines' close() flushing the final unterminated line
- b8ff428 test(compose): gate the docker-dependent build test behind an env switch