All Versions
174
Latest Version
Avg Release Cycle
26 days
Latest Release
65 days ago
Changelog History
Page 11
Changelog History
Page 11
-
v3.0-beta.32 Changes
September 25, 2017๐ Full Changelog
โ Added
- โ Add --no-plugins option to agent #540 (@lox)
- ๐ Support docker environment vars from v2 #545 (@lox)
๐ Changed
- ๐จ Refactored bootstrap to be more testable / maintainable #514 #530 #536 #522 (@lox)
- Add BUILDKITE_GCS_ACCESS_HOST for GCS Host choice #532 (@jules2689)
- ๐ Prefer plugin, local, global and then default for hooks #549 (@lox)
- ๐ Integration tests for v3 #548 (@lox)
- โ Add docker integration tests #547 (@lox)
- ๐ Use latest golang 1.9 #541 (@lox)
- ๐ Faster globbing with go-zglob #539 (@lox)
- ๐ฆ Consolidate Environment into env package (@lox)
๐ Fixed
- ๐ Fix bug where ssh-keygen error causes agent to block #521 (@lox)
- Pre-exit hook always fires now
-
v3.0-beta.31 Changes
August 14, 2017 -
v3.0-beta.30 Changes
August 11, 2017๐ Full Changelog
๐ Fixed
- ๐ Agent is prompted to verify remote server authenticity when cloning submodule from unkown host #503
- ๐ Windows agent cannot find git executable (Environment variable/Path issue?) #487
- ๐ ssh-keyscan doesn't work for submodules on a different host #411
- ๐ Fix boolean plugin config parsing #508 (@toolmantim)
๐ Changed
-
v3.0-beta.3 Changes
June 01, 2016โ Added
- Added support for BUILDKITE_GIT_CLONE_FLAGS (#330) giving you the ability customise how the agent clones your repository onto your build machines. You can use this to customise the "depth" of your repository if you want faster clones BUILDKITE_GIT_CLONE_FLAGS="-v --depth 1". This option can also be configured in your buildkite-agent.cfg file using the git-clone-flags option
- BUILDKITE_GIT_CLEAN_FLAGS can now be configured in your buildkite-agent.cfg file using the git-clean-flags option (#330)
- ๐ Allow metadata value to be read from STDIN (#327). This allows you to set meta-data from files easier cat meta-data.txt | buildkite-agent meta-data set "foo"
๐ Fixed
- ๐ Fixed environment variable sanitisation #333
-
v3.0-beta.29 Changes
July 18, 2017โ Added
- โ Added a
--timestamp-lines
option tobuildkite-agent start
that will insert RFC3339 UTC timestamps at the beginning of each log line. The timestamps are not applied to header lines. [#501](@lox) - Ctrl-c twice will force kill the agent [#499](@lox)
- Set the content encoding on artifacts uploaded to s3 [#494] (thanks @airhorns)
- Output fetched commit sha during git fetch for pull request [#505](@sj26)
๐ Changed
- โ Migrate the aging goamz library to the latest aws-sdk [#474](@lox)
- โ Added a
-
v3.0-beta.28 Changes
June 23, 2017โ Added
- ๐ ๐ The agent will now poll the AWS EC2 Tags API until it finds some tags to apply before continuing. In some cases, the agent will start and connect to Buildkite before the tags are available. The timeout for this polling can be configured with --wait-for-ec2-tags-timeout (which defaults to 10 seconds) #492
๐ Fixed
- ๐ ๐ Fixed 2 Windows bugs that caused all jobs that ran through our built-in buildkite-agent bootstrap command to fail #496
-
v3.0-beta.27 Changes
May 31, 2017โ Added
- ๐ Allow pipeline uploads when no-command-eval is true
๐ Fixed
- ๐ ๐ Fixes to a few more edge cases when exported environment variables from hooks would include additional quotes #484
- ๐ฆ Apt server misconfigured -
Packages
reports wrong sizes/hashes - ๐ Rewrote
export -p
parser to support multiple line env vars
-
v3.0-beta.26 Changes
May 29, 2017๐ Fixed
- ๐คฆโโ๏ธ We accidentally skipped a beta version, there's no v3.0-beta.25! Doh!
- ๐ ๐ Fixed an issue where some environment variables exported from environment hooks would have new lines appended to the end
-
v3.0-beta.24 Changes
May 26, 2017โ Added
- ๐ ๐ Added an --append option to buildkite-agent annotate that allows you to append to the body of an existing annotation
๐ Fixed
- ๐ ๐ Fixed an issue where exporting multi-line environment variables from a hook would truncate everything but the first line
-
v3.0-beta.23 Changes
May 10, 2017โ Added
- ๐ ๐ New command buildkite-agent annotate that gives you the power to annotate a build page with information from your pipelines. This feature is currently experimental and the CLI command API may change before an official 3.0 release