All Versions
208
Latest Version
Avg Release Cycle
6 days
Latest Release
20 days ago
Changelog History
Page 16
Changelog History
Page 16
-
v3.0-beta.17 Changes
March 23, 2017โ Added
- You can now specify a custom artifact upload destination with BUILDKITE_ARTIFACT_UPLOAD_DESTINATION #421
- git clean is now performed before and after the git checkout operation #418
- โก๏ธ Update our version of lockfile which should fixes issues with running multiple agents on the same server #428
- ๐ Fix the start script for Debian wheezy #429
- ๐ The buildkite-agent binary is now built with Golang 1.8 #433
- ๐ buildkite-agent meta-data get now supports --default flag that allows you to return a default value instead of an error if the remote key doesn't exist #440
-
v3.0-beta.16 Changes
December 04, 2016๐ Fixed
- "No command eval" mode now makes sure commands are inside the working directory ๐
- Scripts which are already executable won't be chmoded ๐
-
v3.0-beta.15 Changes
November 16, 2016๐ Changed
- ๐ท The agent now receives its "job status interval" from the Agent API (the number of seconds between checking if its current job has been remotely canceled)
-
v3.0-beta.14 Changes
November 11, 2016๐ Fixed
- ๐ Fixed a race condition where the agent would pick up another job to run even though it had been told to gracefully stop (PR #403 by @grosskur)
- ๐ Fixed path to ssh-keygen for Windows (PR #401 by @bendrucker)
-
v3.0-beta.13 Changes
October 21, 2016โ Added
- ๐จ Refactored how environment variables are interpolated in the agent
- ๐ The buildkite-agent pipeline upload command now looks for .yaml files as well
- ๐ Support for the steps.json file has been removed
-
v3.0-beta.12 Changes
October 14, 2016โ Added
- โก๏ธ Updated buildkite-agent bootstrap for Windows so that commands won't keep running if one of them fail (similar to Bash's set -e) behaviour #392 (thanks @essen)
-
v3.0-beta.11 Changes
October 04, 2016โ Added
- AWS EC2 meta-data tagging is now more resilient and will retry on failure (#381)
- ๐ Substring expansion works for variables in pipeline uploads, like \${BUILDKITE_COMMIT:0:7} will return the first seven characters of the commit SHA (#387)
-
v3.0-beta.10 Changes
September 21, 2016โ Added
- ๐ The buildkite-agent binary is now built with Golang 1.7 giving us support for macOS Sierra
- The agent now talks HTTP2 making calls to the Agent API that little bit faster
- The binary is a statically compiled (no longer requiring libc)
- meta-data-ec2 and meta-data-ec2-tags can now be configured using BUILDKITE_AGENT_META_DATA_EC2 and BUILDKITE_AGENT_META_DATA_EC2_TAGS environment variables
-
v3.0-beta.1 Changes
May 16, 2016โ Added
- ๐ New version number: v3.0-beta.1. There will be no 2.2 (the previous beta release)
- ๐ Outputs the build directory in the build log (#317)
- Don't output the env variable values that are set from hooks (#316)
- ๐ฆ Sign packages with SHA512 (#308)
- ๐ป A new --meta-data-ec2 command line flag and config option for populating agent meta-data from EC2 information (#314)
- ๐ Binaries are now published to download.buildkite.com (#318)
-
v2.6.9 Changes
January 18, 2018๐ Full Changelog
โ Added
- Implement
BUILDKITE_CLEAN_CHECKOUT,BUILDKITE_GIT_CLONE_FLAGSandBUILDKITE_GIT_CLEAN_FLAGSin bootstrap.bat #610 (@solemnwarning)
๐ Fixed
- ๐ Fix unbounded memory usage in artifact uploads (#493)
- Implement