Releases: buildkite/agent
Releases · buildkite/agent
v1.0-beta.24
- Added a new
environment
bootstrap hook - Fix to allow the s3 uploader to use the instances credentials
v1.0-beta.23
- Added support for
BUILDKITE_DOCKER_FILE
so you can change the location of the Dockerfile we use - Fixed a bug when executing console commands in a docker container
- Fixed bugs around path handling in artifacts
v1.0-beta.22
- Added
--recursive
togit submodule sync
- Fixed Docker builds appearing to hang on first build
v1.0-beta.21
- Fixed a regression where
ENV
based configuration didn't work anymore
v1.0-beta.20
- Renamed
no-script-eval
tono-command-eval
- Add ENV support to
no-pty
,no-automatic-ssh-fingerprint-verification
andno-command-eval
- You can now load the
agent start
configuration from a.conf
file. Example: https://github.com/buildkite/agent/blob/master/templates/agent.conf
v1.0-beta.19
- Fixed a bug when showing logs with a "%" character in them
- Show an error message when subcommands don't exist
- Reworked the opening registration logs so we show the meta data and agent name that is returned from Buildkite
v1.0-beta.18
- Added support for Docker Compose
- Deprecates Fig (in favour of Docker Compose)
To update from Fig to Docker Compose:
- Install Docker Compose on your build agents
- Change
$BUILDKITE_FIG_CONTAINER
to$BUILDKITE_DOCKER_COMPOSE_CONTAINER
- Optionally rename your
fig.yml
todocker-compose.yml
v1.0-beta.17
We skipped v1.0-beta.16, sorry about that 😎
BUIDLKITE_S3_ACCESS_KEY
andBUIDLKITE_S3_SECRET_KEY
are now supported when using a custom S3 bucket as an artifact upload destination- Added a new
pre-artifact
hook - SHA-1 checksums are uploaded to Buildkite for each artifact
- Added a new subcommand
buildkite-agent artifact shasum
that will output to STDOUT the SHA-1 checksum of an artifact - Don't output terminal colors on Windows or if the output isn't a TTY
- All logging now goes to STDERR by default
- Ignore ErrTooLong errors when scanning lines
- Reset bash shell options after running a hook or a build script
- Allow agents to be remotely shut down
v1.0-beta.15
- Replaces all
BUILDBOX
env andbuildbox-agent
bin references inbootstrap.bat
and andstart.bat
for Windows
v1.0-beta.14
- Renames
buildkite-agent build-artifact
tobuildkite-agent artifact