Skip to content

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

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]

3.10.0

03 Feb 07:02
e1517df
Compare
Choose a tag to compare

New Features

  • Add command to prepare a Windows host to run CI for a Node app [#100]

3.9.1

15 Jan 11:46
29064ab
Compare
Choose a tag to compare

Bug Fixes

  • Dependency Cache: Fix Dependency Cache [#138]
  • run_swiftlint: Error gracefully when swiftlint_version is missing in the .swiftlint.yml file [#139]

Full Changelog: 3.9.0...3.9.1

3.9.0

15 Jan 08:29
daf2a4f
Compare
Choose a tag to compare

What's Changed

  • Dependency Cache: Dependency Cache on CI per Project [without GRADLE_RO_DEP_CACHE] [#135]

New Contributors

Full Changelog: 3.8.0...3.9.0

3.8.0

08 Jan 08:10
86bc60f
Compare
Choose a tag to compare

New Features

  • lint_localized_strings_format will bypass CocoaPods if a Podfile.lock is not found [#136]

3.7.1

19 Sep 15:11
e05b61b
Compare
Choose a tag to compare

Bug Fixes

  • Fix logic in our github_api helper to auto-detecting the GitHub host [#127] [#128]
  • Fix not working SARIF upload on non-PR branches [#124]

Full Changelog: 3.7.0...3.7.1

3.7.0

18 Sep 15:10
cf08aea
Compare
Choose a tag to compare

New Features

  • Add a script for commenting dependencies diff on PRs in Android projects [#120]
  • Append summarized list to dependency diff comment [#122]

Bug Fixes

  • Don't require passing owner and repo names to upload_sarif_to_github [#121]

Full Changelog: 3.6.2...3.7.0

3.6.2

13 Sep 10:46
643381d
Compare
Choose a tag to compare

Bug Fixes

  • Fix passing main branch name when sending sarif file [#118]

Full Changelog: 3.6.1...3.6.2

3.6.1

12 Sep 16:20
e5b4558
Compare
Choose a tag to compare

Bug Fixes

  • Check for $BUILDKITE_PULL_REQUEST = false when uploading sarif file [#116]

Internal Changes

  • Tooling change: Dangermattic setup [#113]

Full Changelog: 3.6.0...3.6.1

3.6.0

10 Sep 15:21
11f6d26
Compare
Choose a tag to compare

New Features

  • Refactor install_swiftpm_dependencies to allow specifying --workspace/--project/--use-spm type of project explicitly, and improve implicit/automatic project type detection logic. [#105]
  • Introduce a command for uploading .sarif files to GitHub's registry [#111]

Bug Fixes

  • Make sure install_swiftpm_dependencies uses the correct Package.resolved file (.xcworkspace vs .xcodeproj/project.xcworkspace). [#105]

Full Changelog: 3.5.1...3.6.0