Releases: buildkite/agent
Releases · buildkite/agent
v3.35.2
v3.35.1
v3.35.0
v3.35.0 (2022-03-23)
Changed
- Make
go fmt
mandatory in this repo #1587 (@moskyb) - Only search for finished artifact uploads when using
buildkite-agent artifact download
andartifact shasum
#1584 (@pda) - Improve help/usage/errors for
buildkite-agent artifact shasum
#1581 (@pda) - Make the agent look for work immediately after completing a job, rather than waiting the ping interval #1567 (@extemporalgenome)
- Update github.com/aws/aws-sdk-go to the latest v1 release #1573 (@yob)
- Enable dependabot for go.mod #1574 (@yob)
- Use build matrix feature to simplify CI pipeline #1566 (@ticky)
- Interested in using Build Matrices yourself? Check out our docs!
- Buildkite pipeline adjustments #1597 (@moskyb)
Fixed
- Use
net.JoinHostPort()
to join host/port combos, rather thanfmt.Sprintf()
#1585 (@pda) - Fix minor typo in help text for `buildkite-agent pipeline upload #1595 (@moskyb)
Added
- Add option to skip updating the mirror when using git mirrors. Useful when git is mounted from an external volume, NFS mount etc #1552 (@fatmcgav)
- Use the more secure SHA256 hashing algorithm alongside SHA1 when working with artifacts #1582 #1583 #1584 (@pda)
Security
v3.34.1
v3.34.0
Added
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
- Lock down file permissions on windows #1562 (tessereth)
- Reject pipeline uploads containing redacted vars #1523 (keithduncan)
v3.33.3
v3.33.2
v3.33.1
v3.33.0
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
- Support for trailing slash path behaviour in artifact download #1504 (@jonathan-brand)