Releases: travis-ci/worker
Releases · travis-ci/worker
4.4.0 - 2018-10-05
Added
- trace: build.sh trace download support for jupiterbrain backend
Changed
- config: refactor config propagation to pass config struct directly
4.3.0 - 2018-10-03
Changed
- amqp_log_writer: propagate more job metadata with "time to first log line" event
Fixed
- progress: omit text progress folds when progress type is not "text"
4.2.0 - 2018-10-01
Changed
- config: replace
silence-metrics
option withlog-metrics
, changing log metrics from opt-out to opt-in - backend/gce: support start attributes with
OS
value of"windows"
4.1.2 - 2018-09-13
Fixed
- step-run-script: take into account custom job timeouts when checking for hard timeout
4.1.1 - 2018-09-13
Added
- trace: build.sh trace download support for docker backend
Fixed
- step-run-script: fix job termination in case of log maxsize or hard timeout
- gce: ensure correct ssh permissions on build vms
- gce: fix build instance on context timeout
4.1.0 - 2018-08-30
Added
- backend/jupiterbrain: override for CPU count and RAM in created instances
Changed
- trace: guard trace download step on the trace flag from the payload
- trace: propagate the trace flag in state update message
4.0.1 - 2018-08-22
Added
- backend/gce: build.sh trace persisting
- backend/gce: make migration behavior on host maintenance events conditional on GPU usage
4.0.0 - 2018-07-23
Added
- amqp_log_writer: support separate AMQP connection for log writing
Changed
- build: update all dependencies, build binaries via go 1.10.3
- development: move tooling dependencies into the
deps
target - backend/gce: specify
"TERMINATE"
on host maintenance - processor: signature of
NewProcessor
to allow for log writer factory
injection
Fixed
- backend/gce: use consistent zone value
3.12.0 - 2018-07-18
Added
- backend/docker: support for env-based image selection
- processor: log entries recording time delta since start of processing
3.11.0 - 2018-07-12
Added
- backend/gce, backend/jupiterbrain: incremental progress reporting during instance startup