Skip to content

Releases: Automattic/a8c-ci-toolkit-buildkite-plugin

5.3.0

18 Mar 14:30
8c0e122
Compare
Choose a tag to compare

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

17 Mar 17:43
14a14de
Compare
Choose a tag to compare

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

10 Mar 13:34
937292f
Compare
Choose a tag to compare

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

06 Mar 10:45
3f97017
Compare
Choose a tag to compare

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

06 Mar 03:57
e4f78da
Compare
Choose a tag to compare

Bug Fixes

  • Make install_gems account for different C system libraries if Gemfile.lock includes nokogiri [#149]

5.1.0

06 Mar 03:09
37a2fd2
Compare
Choose a tag to compare

New Features

  • Add new comment_with_manifest_diff command for commenting manifest diff on PRs in Android projects [#164]

5.0.0

02 Mar 23:59
42e3cf6
Compare
Choose a tag to compare

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

24 Feb 12:48
e78e8dd
Compare
Choose a tag to compare

Breaking Changes

  • pr_changed_files command now uses exit codes by default, with stdout output requiring explicit --stdout flag [#151]

3.11.0

12 Feb 14:20
8d93f62
Compare
Choose a tag to compare

New Features

  • Add pr_changed_files command to detect changes made in a Pull Request [#148]

3.10.1

04 Feb 16:11
3edaee2
Compare
Choose a tag to compare

3.10.1

Bug Fixes

  • Do not echo three dashes at the end of restore cache script [#146]