Skip to content

Releases: buildkite/agent

v1.0-beta.7

28 Jan 06:41
Compare
Choose a tag to compare
v1.0-beta.7 Pre-release
Pre-release
  • Rename the binary to buildkite-agent
  • Removed all references of buildbox

v1.0-beta.6

07 Nov 12:26
Compare
Choose a tag to compare
v1.0-beta.6 Pre-release
Pre-release
  • The first official Windows beta

v1.0-beta.5

21 Oct 06:07
Compare
Choose a tag to compare
v1.0-beta.5 Pre-release
Pre-release
  • The S3 Uploader can now use the EC2 instance meta data keys for uploading files

v1.0-beta.4

21 Oct 04:24
Compare
Choose a tag to compare
v1.0-beta.4 Pre-release
Pre-release
  • $BUILDBOX_DIR can now be overridden in bootstrap.sh
  • $BUILDBOX_BIN_DIR is injected into the ENV by the agent, and is set to the folder where the buildbox-agent binary is being run from

v1.0-beta.3

21 Oct 03:02
Compare
Choose a tag to compare
v1.0-beta.3 Pre-release
Pre-release
  • Starting experimenting with Windows support
  • buildbox-agent build-meta-data has been renamed to: buildbox-agent build-data
  • buildbox-agent artifact has been renamed to: buildbox-agent build-artifact
  • The --url parameter has been renamed to --endpoint and the ENV variable BUILDBOX_AGENT_ENDPOINT
  • No longer add EC2=true if you're using --meta-data-ec2-tags
  • Fixed places where the agent should disconnect

v1.0-beta.2

18 Sep 18:13
Compare
Choose a tag to compare
v1.0-beta.2 Pre-release
Pre-release
  • The new combined binary is: ~/.buildbox/bin/buildbox-agent
  • Updated CLI method names:
    • buildbox agent start => buildbox-agent start
    • buildbox artifact upload ... => buildbox-agent artifact upload ...
    • buildbox data set ... => buildbox-agent build-meta-data set ...
  • Included a --no-pty option
  • Agents can now set a priorty with --priority
  • Meta data can automatically be filled with EC2 tags by using: --meta-data-ec2-tags
  • Jobs are now accepted before running
  • Don't show io.Copy errors when they're expected
  • The agent now reports it's PID to Buildbox
  • Sending a USR1 signal to the agent will cause it to dump debugging information into the log

v1.0-beta.1

29 Aug 14:28
Compare
Choose a tag to compare
v1.0-beta.1 Pre-release
Pre-release
  • Combined buildbox-agent, buildbox-artifact and ``buildbox-data` into 1 binary.
  • Agents can now be started with the --token parameter that allows agents to be created on the fly
  • Agents now send a disconnect signal to Buildbox when they shut down
  • Deprecated use of --access-token when starting an agent. It must be started with your account agent token instead.

v0.2

11 Jul 08:28
Compare
Choose a tag to compare
  • Improved logging
  • buildbox-data for getting/setting key values on a build
  • buildbox-artifact now supports downloading
  • Various bug fixes

v0.2-beta.13

11 Jul 04:49
Compare
Choose a tag to compare
v0.2-beta.13 Pre-release
Pre-release
  • Tweaked what gets logged when downloading artifacts

v0.2-beta.12

11 Jul 02:09
Compare
Choose a tag to compare
v0.2-beta.12 Pre-release
Pre-release
  • Added basic support for downloading artifacts: buildbox-artifact download "pkg/*" .