Skip to content

Releases: buildkite/agent

v1.0-beta.18

17 Mar 04:56

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

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

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

Choose a tag to compare

v1.0-beta.14 Pre-release
Pre-release
  • Renames buildkite-agent build-artifact to buildkite-agent artifact

v1.0-beta.12

16 Feb 14:30

Choose a tag to compare

v1.0-beta.12 Pre-release
Pre-release
  • Send group header timings to Buildkite
  • DEBUG logs are now send to STDERR

v1.0-beta.11

13 Feb 09:04

Choose a tag to compare

v1.0-beta.11 Pre-release
Pre-release
  • Simplified handling of scripts with arguments (*nix only)
  • Beta support for bootstrap hooks (*nix only)

v1.0-beta.10

03 Feb 09:35

Choose a tag to compare

v1.0-beta.10 Pre-release
Pre-release
  • Experimental support for running build scripts with arguments

v1.0-beta.9

30 Jan 14:10

Choose a tag to compare

v1.0-beta.9 Pre-release
Pre-release
  • Added support for automatic ssh fingerprint verification. Can be disabled with: --no-automatic-ssh-fingerprint-verification

v1.0-beta.8

29 Jan 09:26

Choose a tag to compare

v1.0-beta.8 Pre-release
Pre-release
  • You can now set the build path via the --build-path command line argument
  • The bootstrap.sh script has stricter rules about missing ENV variables
  • The bootstrap-script argument now allows relative directories to be specified

v1.0-beta.7

28 Jan 06:41

Choose a tag to compare

v1.0-beta.7 Pre-release
Pre-release
  • Rename the binary to buildkite-agent
  • Removed all references of buildbox