Release v0.27.0
·
86 commits
to main
since this release
What's Changed
- chore: update README.md for v0.26.1 by @auth-for-create-pull-request in #383
- fix: upgrade to macos-14 GitHub runner by @cgrindel in #384
- chore(deps): update dependency rules_swift to v2.2.3 by @renovate in #386
- chore(deps): update dependency build_bazel_rules_swift to v2.2.3 by @renovate in #385
- chore(deps): update dependency rules_shell to v0.3.0 by @renovate in #387
- fix: upgrade to macos-15 runners to avoid missing Xcode error by @cgrindel in #389
- chore(deps): update dependency rules_python to v0.38.0 by @renovate in #388
- chore(deps): update dependency bazel to v7.4.1 by @renovate in #391
- chore(deps): update dependency rules_python to v0.39.0 by @renovate in #392
- chore(deps): update dependency gazelle to v0.40.0 by @renovate in #393
- chore(deps): update dependency rules_python to v0.40.0 by @renovate in #394
- Fix missing positional argument by @stevebarrau in #395
- chore(deps): update dependency rules_shell to v0.3.0 by @renovate in #396
- chore(deps): update dependency rules_swift to v2.2.4 by @renovate in #399
- chore(deps): update dependency build_bazel_rules_swift to v2.2.4 by @renovate in #398
- chore: replace Bazel 6.5.0 with Bazel 8.0.0rc2 by @cgrindel in #400
- Add rules_shell loads where needed by @ted-xie in #401
- chore: sync the Bazel version number in BCR presubmit with .bazelversion by @cgrindel in #402
New Contributors
- @stevebarrau made their first contribution in #395
Full Changelog: v0.26.1...v0.27.0
Bazel Module Snippet
bazel_dep(
name = "rules_bazel_integration_test",
version = "0.27.0",
dev_dependency = True,
)
Workspace Snippet
http_archive(
name = "rules_bazel_integration_test",
sha256 = "677a613853557cec70241db3c60814ddb36d4af4b9b8faa5db9047ce893e58e9",
urls = [
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.27.0/rules_bazel_integration_test.v0.27.0.tar.gz",
],
)
load("@rules_bazel_integration_test//bazel_integration_test:deps.bzl", "bazel_integration_test_rules_dependencies")
bazel_integration_test_rules_dependencies()
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()