Releases: Automattic/a8c-ci-toolkit-buildkite-plugin
Releases · Automattic/a8c-ci-toolkit-buildkite-plugin
5.3.0
Internal Changes
- Update
comment_with_manifest_diff
and comment_with_dependency_diff
commands with extra git fetch/pull
calls to make both of them work as expected on all CI environments. [#177]
Full Changelog: 5.2.0...5.3.0
5.2.0
Internal Changes
- Update
annotate_test_failures
to accept an optional module
argument to make the annotation context
module aware. [#175]
Full Changelog: 5.1.3...5.2.0
5.1.3
Bug Fixes
- Update
comment_with_manifest_diff
command to respect base branch changes prior head branch manifest generation [#173]
Full Changelog: 5.1.2...5.1.3
5.1.2
5.1.2
Bug Fixes
- Wow, can you believe this? TL;DR list from the Android dependency diff script has now colorful headers! 🎨✨ [#170]
5.1.1
Bug Fixes
- Make
install_gems
account for different C system libraries if Gemfile.lock
includes nokogiri
[#149]
5.1.0
New Features
- Add new comment_with_manifest_diff command for commenting manifest diff on PRs in Android projects [#164]
5.0.0
Breaking Changes
prepare_windows_host_for_node.ps1
has been renamed to prepare_windows_host_for_app_distribution.ps1
[#144]
prepare_windows_host_for_app_distribution.ps1
no longer installs Node.js.
Clients should use nvm-buildkite-plugin
instead [#144]
New Features
- Added new command to install Windows 10 SDK on Windows CI machines,
install_windows_10_sdk.ps1
[#144]
prepare_windows_host_for_app_distribution.ps1
automatically installs the Windows 10 SDK if version file is found [#144]
- Added new command to run
refreshenv
on Windows preserving the PATH
, path_aware_refreshenv.ps1
[#144]
4.0.0
Breaking Changes
pr_changed_files
command now uses exit codes by default, with stdout output requiring explicit --stdout
flag [#151]
3.11.0
New Features
- Add
pr_changed_files
command to detect changes made in a Pull Request [#148]
3.10.1
3.10.1
Bug Fixes
- Do not echo three dashes at the end of restore cache script [#146]