Continuous integration changelog
This page logs significant monthly changes to our CI infrastructure, and is primarily maintained by the DevX team.
Also see the DX newsletter for some of this content, as well as other DX-related updates.
January 2022
- 26th:
asdf
plugin installations are now automatically done by all Buildkite agents. When writing pipelines, individual repositories should not longer use theasdf plugin-add
command. However,asdf install
should still be used to install the tools defined in your.tool-versions
file. We recommend adding these as a.buildkite/pre-command
hook. #3019, #29375 - 19th: Created CI changelog.