v3.52.0
v3.52.0 (2023-08-17)
Note: the buildkite-agent step get
command now prints a new line to stdout in circumstances where it previously did not. We advise you to always strip whitespace from the output of this (and other commands). If you are processing the output of this in a POSIX compliant shell with command substitution (i.e. step="$(buildkite-agent step get ...)"
), trailing newlines will be removed automatically.
Added
- [Experimental] Include pipeline and step env in step signatures #2295 (@DrJosh9000)
Fixed
Changed
Internal
- Enable mount-buildkite-agent in release pipeline containers #2298 (@DrJosh9000)
- Update ecr, docker plugins, and agent image ver #2297 (@DrJosh9000)
- Pin bk cli used in agent pipeline to a commit #2294 (@triarius)