Buildkite v3.35.0 Release Notes
Release Date: 2022-03-23 // about 2 months ago-
๐ Full Changelog
๐ 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
- ๐ When creating directories, make them only accessible by current user and group #1580 (@pda)
- ๐ Make
Previous changes from 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)