Releases: buildkite/agent
Releases · buildkite/agent
v2.2-beta.4
New beta agent release (Comparison) 🎉
- Fix: Amazon Linux & CentOS 6 packages now start and shutdown the agent gracefully (#306) - thanks @jnewbigin
- Fix: Build headers now work even if ANSI escape codes are applied (#279)
v2.1.10
New stable agent release (Comparison) 🎉
- Fix: Amazon Linux & CentOS 6 packages now start and shutdown the agent gracefully (#290 #305) - thanks @jnewbigin
v2.1.9
New stable agent release (Comparison) 🎉
- New: Docker Compose 1.7.x support, including docker network removal during cleanup (#300)
- New: Docker Compose builds now specify
--pull
, so base images will always attempted to be pulled (#300) - New: Docker Compose command group is now expanded by default (#300)
- New: Docker Compose builds now only build the specified service’s image, not all images. If you want to build all set the environment variable
BUILDKITE_DOCKER_COMPOSE_BUILD_ALL=true
(#297) - New: Step commands are now run with bash’s
-o pipefail
option, preventing silent failures (#301) - Fix:
BUILDKITE_DOCKER_COMPOSE_LEAVE_VOLUMES
undefined errors inbootstrap.sh
have been fixed (#283) - Fix: Build headers now work even if ANSI escape codes are applied
v2.1.8
v2.2-beta.3
New beta agent release (Comparison) 🎉
- Fix: Git clean brokenness has been fixed in the Go-based bootstrap (#278)
v2.1.7
New stable agent release (Comparison) 🎉
- New: Added support for
BUILDKITE_S3_ACCESS_URL
(#247) allowing you set your own host for build artifact links. This means you can set up your own proxy/web host that sits in front of your private S3 artifact bucket, and click directly through to them from Buildkite. - New: Added support for
BUILDKITE_GIT_CLEAN_FLAGS
(#271) allowing you to ensure all builds have completely clean checkouts using an environment hook withexport BUILDKITE_GIT_CLEAN_FLAGS=-fqdx
- New: Added support for various new ARM builds (#263) allowing you to run the agent on services such as Scaleway
- Fix: Updated to Golang 1.6 (26d37c5)
- Fix: Increased many of the HTTP timeouts to ease the stampede on the agent endpoint (#260)
- Fix: Corrected bash escaping errors which could cause problems for installs to non-standard paths (#266)
- Fix: Made HTTPS the default for all artifact upload URLs (#269)
- Fix: Added Buildkite's bin dir to the end, not the start, of $PATH (#268)
- Fix: Ensured that multiple commands separated by newlines fail as soon as a command fails (#273)
v2.2-beta.2
New beta agent release (Comparison) 🎉
- New: Added support for environment variable substitution in pipeline files (#246)
- New: Added support for Google Cloud Storage for artifacts (#207)
- New: Added support for
BUILDKITE_DOCKER_COMPOSE_LEAVE_VOLUMES
(#252) which allows you to keep the docker-compose volumes once a job has been run
This release also includes the following fixes that are also available in the latest stable release:
- New: Added support for
BUILDKITE_S3_ACCESS_URL
(#261) allowing you set your own host for build artifact links. This means you can set up your own proxy/web host that sits in front of your private S3 artifact bucket, and click directly through to them from Buildkite. - New: Added support for
BUILDKITE_GIT_CLEAN_FLAGS
(#270) allowing you to ensure all builds have completely clean checkouts using an environment hook withexport BUILDKITE_GIT_CLEAN_FLAGS=-fqdx
- New: Added support for various new ARM builds (#258) allowing you to run the agent on services such as Scaleway
- Fix: Increased many of the HTTP timeouts to ease the stampede on the agent endpoint (#259)
- Fix: Corrected bash escaping errors which could cause problems for installs to non-standard paths (#262)
- Fix: Made HTTPS the default for all artifact upload URLs (#265)
- Fix: Added Buildkite's bin dir to the end, not the start, of $PATH (#267)
- Fix: Ensured that multiple commands separated by newlines fail as soon as a command fails (#272)
v2.1.6.1
v2.1.6
v2.1.5
New stable agent release (Comparison) 🎉
- Fix: Use TrimPrefix instead of TrimLeft (#203)
- Fix: Update launchd templates to use .buildkite-agent dir (#212)
- Fix: Link to docker agent in README (#225)
- Fix: Send desired signal instead of always SIGTERM (#215)
- Fix: Bootstrap script fetch logic tweaks (#243)
- Fix: Avoid upstart on Amazon Linux (#244)