Skip to content

v3.52.0

Compare
Choose a tag to compare
@buildkite-agent-releaser buildkite-agent-releaser released this 17 Aug 08:18
e3f1c7c

v3.52.0 (2023-08-17)

Full Changelog

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

  • Fix step get is printing the address of the stdout stream at the start #2299 (@triarius)

Changed

  • Add a newline after printing errors from the config parser #2296 (@triarius)

Internal