Skip to content

Releases: buildkite/agent

v1.0-beta.24

20 Apr 11:06
Compare
Choose a tag to compare
v1.0-beta.24 Pre-release
Pre-release
  • Added a new environment bootstrap hook
  • Fix to allow the s3 uploader to use the instances credentials

v1.0-beta.23

11 Apr 13:43
Compare
Choose a tag to compare
v1.0-beta.23 Pre-release
Pre-release
  • 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

02 Apr 06:21
Compare
Choose a tag to compare
v1.0-beta.22 Pre-release
Pre-release
  • Added --recursive to git submodule sync
  • Fixed Docker builds appearing to hang on first build

v1.0-beta.21

22 Mar 22:35
Compare
Choose a tag to compare
v1.0-beta.21 Pre-release
Pre-release
  • Fixed a regression where ENV based configuration didn't work anymore

v1.0-beta.20

20 Mar 18:22
Compare
Choose a tag to compare
v1.0-beta.20 Pre-release
Pre-release

v1.0-beta.19

19 Mar 20:52
Compare
Choose a tag to compare
v1.0-beta.19 Pre-release
Pre-release
  • 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

17 Mar 04:56
Compare
Choose a tag to compare
v1.0-beta.18 Pre-release
Pre-release
  • Added support for Docker Compose
  • Deprecates Fig (in favour of Docker Compose)

To update from Fig to Docker Compose:

  1. Install Docker Compose on your build agents
  2. Change $BUILDKITE_FIG_CONTAINER to $BUILDKITE_DOCKER_COMPOSE_CONTAINER
  3. Optionally rename your fig.yml to docker-compose.yml

v1.0-beta.17

11 Mar 00:13
Compare
Choose a tag to compare
v1.0-beta.17 Pre-release
Pre-release

We skipped v1.0-beta.16, sorry about that 😎

  • BUIDLKITE_S3_ACCESS_KEY and BUIDLKITE_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

28 Feb 02:16
Compare
Choose a tag to compare
v1.0-beta.15 Pre-release
Pre-release
  • Replaces all BUILDBOX env and buildbox-agent bin references in bootstrap.bat and and start.bat for Windows

v1.0-beta.14

27 Feb 14:15
Compare
Choose a tag to compare
v1.0-beta.14 Pre-release
Pre-release
  • Renames buildkite-agent build-artifact to buildkite-agent artifact