Skip to content

Releases: buildkite/agent

v2.2-beta.1

21 Oct 06:51
Compare
Choose a tag to compare
v2.2-beta.1 Pre-release
Pre-release
Added some tests to the S3Downloader

v2.1.4

16 Oct 04:27
Compare
Choose a tag to compare
  • yum.buildkite.com now shows all previous versions of the agent

v2.1.3

16 Oct 03:45
Compare
Choose a tag to compare
  • Fixed problem with bootstrap.sh not resetting git checkouts correctly

v2.1.2

16 Oct 00:48
Compare
Choose a tag to compare
  • Removed unused functions from the bootstrap.sh file that was causing garbage output in builds
  • FreeBSD 386 machines are now supported

v2.1.1

15 Oct 22:01
Compare
Choose a tag to compare
  • Fixed issue with starting the bootstrap.sh file on linux systems fork/exec error

v2.1

15 Oct 06:43
Compare
Choose a tag to compare
Bumped to version 2.1

v2.1-beta.3

01 Oct 23:57
Compare
Choose a tag to compare
v2.1-beta.3 Pre-release
Pre-release
  • Only fetch the required branch + commit when running a build
  • Added support for a repository command hook
  • Change the git origin when a repository URL changes
  • Improved mime type coverage for artefacts
  • Added support for pipeline.yml files, starting to deprecate steps.json
  • Show the UUID in the log output when uploading artifacts
  • Added graceful shutdown #176
  • Fixed header time and artifact race conditions
  • OS information is now correctly collected on Windows
  • Added support for FreeBSD - see instructions here: https://gist.github.com/keithpitt/61acb5700f75b078f199

v2.1-beta.2

04 Aug 00:48
Compare
Choose a tag to compare
v2.1-beta.2 Pre-release
Pre-release
  • Optimised artifact state updating
  • Dump artifact upload responses when --debug-http is used

v2.1-beta.1

30 Jul 13:31
Compare
Choose a tag to compare
v2.1-beta.1 Pre-release
Pre-release
  • Debian packages now include the debian_version property 📦
  • Artifacts are uploaded faster! We've optimised our Agent API payloads to have a smaller footprint meaning you can uploading more artifacts faster! 🚗💨
  • You can now download artifacts from private S3 buckets using buildkite-artifact download ☁️
  • The agent will now change it's process title on linux/amd64 machines to report it's current status: buildkite-agent v2.1 (my-agent-name) [job a4f-a4fa4-af4a34f-af4]

v2.0.4

29 Jul 15:56
Compare
Choose a tag to compare
  • Changed the format that --version returns buildkite-agent version 2.0.4, build 456 🔍
  • Added post-artifact global and local hooks 🎣