Fixed
- Fix bug that caused an extra log chunk to be sent in some cases #845 (@idledaemon)
- Don't retry checkout on build cancel #863 (@lox)
- Add buildkite-agent.cfg to docker images #847 (@lox)
Added
- Experimental
--spawn
option to spawn multiple parallel agents #590 (@lox) - Add a linux/ppc64le build target #859 (@lox)
- Basic metrics collection for Datadog #832 (@lox)
- Added a
job update
command to make changes to a job #833 (@keithpitt) - Remove the checkout dir if the checkout phase fails #812 (@lox)
Changed
- Add tests around gracefully killing processes #862 (@lox)
- Removes process callbacks and moves them to job runner #856 (@lox)
- Use a channel to monitor whether process is killed #855 (@lox)
- Move to golang 1.11 #839 (@lox)
- Add a flag to disable http2 in the start command #851 (@lox)
- Use transparent for golang http2 transport #849 (@lox)