All Versions
208
Latest Version
Avg Release Cycle
6 days
Latest Release
20 days ago

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_FLAGS and BUILDKITE_GIT_CLEAN_FLAGS in bootstrap.bat #610 (@solemnwarning)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix unbounded memory usage in artifact uploads (#493)