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)