bazel-contrib/rules_bazel_integration_test
### [`v0.9.0`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.9.0)
[Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.8.0...v0.9.0)
#### What's Changed
- Update README.md for v0.8.0 by [@auth-for-create-pull-request](https://togithub.com/auth-for-create-pull-request) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/68](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/68)
- Add env parameter to bazel_integration_test, remove "CC" passing by [@k1nkreet](https://togithub.com/k1nkreet) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/71](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/71)
- Configure Renovate by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/73](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/73)
- chore(deps): update dependency rules_python to v0.13.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/77](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/77)
- chore(deps): update actions/checkout action to v3 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/78](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/78)
- chore(deps): update dependency bazel_skylib to v1.3.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/75](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/75)
- chore(deps): update dependency cgrindel_bazel_starlib to v0.7.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/74](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/74)
- fix: address issues running `find_child_workspace_packages.sh` with empty child workspaces by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/81](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/81)
- fix: apply suggestions from GH081 code review and address ShellCheck warnings by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/83](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/83)
- chore(deps): update dependency rules_python to v0.14.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/80](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/80)
- chore(deps): update dependency cgrindel_bazel_starlib to v0.8.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/79](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/79)
- chore(deps): update dependency rules_python to v0.15.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/88](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/88)
- chore(deps): update dependency cgrindel_bazel_starlib to v0.9.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/87](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/87)
- fix: the SHA256 for rules_python 0.15.0 was wrong or changed by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/89](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/89)
- chore(deps): update dependency rules_python to v0.15.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/90](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/90)
- chore: additional cleanup for find_child_workspace_packages by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/84](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/84)
- feat: add `remove_child_wksp_bazel_symlinks` to remove child workspace symlinks by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/91](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/91)
#### New Contributors
- [@k1nkreet](https://togithub.com/k1nkreet) made their first contribution in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/71](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/71)
- [@renovate](https://togithub.com/renovate) made their first contribution in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/73](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/73)
**Full Changelog**: https://github.com/bazel-contrib/rules_bazel_integration_test/compare/v0.8.0...v0.9.0
#### Workspace Snippet
```python
http_archive(
name = "contrib_rules_bazel_integration_test",
sha256 = "20d670bb614d311a2a0fc8af53760439214731c3d5be2d9b0a197dccc19583f5",
strip_prefix = "rules_bazel_integration_test-0.9.0",
urls = [
"http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.9.0.tar.gz",
],
)
load("@contrib_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()
```
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v0.8.0
->v0.9.0
Release Notes
bazel-contrib/rules_bazel_integration_test
### [`v0.9.0`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.9.0) [Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.8.0...v0.9.0) #### What's Changed - Update README.md for v0.8.0 by [@auth-for-create-pull-request](https://togithub.com/auth-for-create-pull-request) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/68](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/68) - Add env parameter to bazel_integration_test, remove "CC" passing by [@k1nkreet](https://togithub.com/k1nkreet) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/71](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/71) - Configure Renovate by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/73](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/73) - chore(deps): update dependency rules_python to v0.13.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/77](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/77) - chore(deps): update actions/checkout action to v3 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/78](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/78) - chore(deps): update dependency bazel_skylib to v1.3.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/75](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/75) - chore(deps): update dependency cgrindel_bazel_starlib to v0.7.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/74](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/74) - fix: address issues running `find_child_workspace_packages.sh` with empty child workspaces by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/81](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/81) - fix: apply suggestions from GH081 code review and address ShellCheck warnings by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/83](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/83) - chore(deps): update dependency rules_python to v0.14.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/80](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/80) - chore(deps): update dependency cgrindel_bazel_starlib to v0.8.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/79](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/79) - chore(deps): update dependency rules_python to v0.15.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/88](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/88) - chore(deps): update dependency cgrindel_bazel_starlib to v0.9.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/87](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/87) - fix: the SHA256 for rules_python 0.15.0 was wrong or changed by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/89](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/89) - chore(deps): update dependency rules_python to v0.15.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/90](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/90) - chore: additional cleanup for find_child_workspace_packages by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/84](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/84) - feat: add `remove_child_wksp_bazel_symlinks` to remove child workspace symlinks by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/91](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/91) #### New Contributors - [@k1nkreet](https://togithub.com/k1nkreet) made their first contribution in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/71](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/71) - [@renovate](https://togithub.com/renovate) made their first contribution in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/73](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/73) **Full Changelog**: https://github.com/bazel-contrib/rules_bazel_integration_test/compare/v0.8.0...v0.9.0 #### Workspace Snippet ```python http_archive( name = "contrib_rules_bazel_integration_test", sha256 = "20d670bb614d311a2a0fc8af53760439214731c3d5be2d9b0a197dccc19583f5", strip_prefix = "rules_bazel_integration_test-0.9.0", urls = [ "http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.9.0.tar.gz", ], ) load("@contrib_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() ```Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.