Skip to content

Releases: buildkite/agent

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

v1.0-beta.12

16 Feb 14:30
Compare
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
Compare
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
Compare
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
Compare
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