Skip to content

Releases: buildkite/agent

v3.34.0

28 Feb 23:57
Compare
Choose a tag to compare

Added

  • Introduce spawn-with-priority option #1530 (sema)

Fixed

  • Retry 500 responses when batch creating artifacts #1568 (moskyb)
  • Report OS versions when running on AIX and Solaris #1559 (yob)
  • Support multiple commands on Windows #1543 (keithduncan)
  • Allow BUILDKITE_S3_DEFAULT_REGION to be used for unconditional bucket region #1535 (keithduncan)

Changed

  • Go version upgraded from 1.16 to 1.17 #1557 #1549
  • Remove the CentOS (end-of-life) docker image #1561 (tessereth)
  • Plugin git clone is retried up to 3 times #1539 (pzeballos)
  • Docker image alpine upgraded from 3.14.2 to 3.15.0 #1541

Security

v3.33.3

30 Sep 02:14
86d12d8
Compare
Choose a tag to compare

v3.33.3 (2021-09-29)

Fixed

  • Fix erroneous working directory change for hooks that early exit #1520

v3.33.2

29 Sep 03:15
c2b3d9d
Compare
Choose a tag to compare

v3.33.2 (2021-09-29)

Fixed

  • Reverted a non-backwards compatible change to artifact download path handling #1518

v3.33.1

28 Sep 08:20
f28209e
Compare
Choose a tag to compare

v3.33.1 (2021-09-28)

Fixed

  • A crash in buildkite-agent bootstrap when command hooks early exit #1516

v3.33.0

28 Sep 04:25
b1aede0
Compare
Choose a tag to compare

v3.33.0 (2021-09-27)

Added

  • Support for unset environment variables in Job Lifecycle Hooks #1488

Changed

  • Remove retry handling when deleting annotations that are already deleted #1507 (@lox)
  • Alpine base image from 3.14.0 to 3.14.2 #1499

Fixed

v3.32.3

01 Sep 02:17
7a866ec
Compare
Choose a tag to compare

v3.32.3 (2021-09-01)

Fixed

  • PowerShell hooks on Windows #1497

v3.32.2

31 Aug 06:01
75537e4
Compare
Choose a tag to compare

v3.32.2 (2021-08-31)

Added

  • Improved error logging around AWS Credentials #1490
  • Logging to the artifact upload command to say where artifacts are being sent #1486
  • Support for cross-region artifact buckets #1495

Changed

  • artifact_paths failures no longer mask a command error #1487

Fixed

  • Failed plug-in checkouts using the default branch instead of the requested version #1493
  • Missing quote in the PowerShell hook wrapper #1494

v3.32.1

06 Aug 04:34
ab7e735
Compare
Choose a tag to compare

v3.32.1 (2021-08-06)

Fixed

  • A panic in the log redactor when processing certain bytes #1478 (scv119)

v3.32.0

30 Jul 03:49
6d308c5
Compare
Choose a tag to compare

v3.32.0 (2021-07-30)

Added

  • A new pre-bootstrap hook which can accept or reject jobs before environment variables are loaded #1456
  • ppc64 and ppc64le architecture binaries to the DEB and RPM packages #1474 #1473 (staticfloat)
  • Use text/yaml mime type for .yml and .yaml artifacts #1470

Changed

v3.31.0

06 Jul 05:11
eade03a
Compare
Choose a tag to compare

v3.31.0 (2021-07-02)

Added

  • Output secret redaction is now on by default #1452
  • Improved CLI docs for buildkite-agent artifact download #1446

Changed

  • Build using golang 1.16.5 #1460

Fixed

  • Discovery of the buildkite-agent binary path in more situations #1444 #1457