Releases: Automattic/a8c-ci-toolkit-buildkite-plugin
Releases · Automattic/a8c-ci-toolkit-buildkite-plugin
3.10.1
3.10.1
Bug Fixes
- Do not echo three dashes at the end of restore cache script [#146]
3.10.0
New Features
- Add command to prepare a Windows host to run CI for a Node app [#100]
3.9.1
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
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
New Features
lint_localized_strings_format
will bypass CocoaPods if a Podfile.lock
is not found [#136]
3.7.1
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
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
Bug Fixes
- Fix passing main branch name when sending sarif file [#118]
Full Changelog: 3.6.1...3.6.2
3.6.1
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
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