Skip to content

Bump rules_vulkan from 0.8.0 to 0.9.0 in /e2e/smoke#139

Merged
mxpv merged 1 commit into
mainfrom
dependabot/bazel/e2e/smoke/rules_vulkan-0.9.0
Jun 4, 2026
Merged

Bump rules_vulkan from 0.8.0 to 0.9.0 in /e2e/smoke#139
mxpv merged 1 commit into
mainfrom
dependabot/bazel/e2e/smoke/rules_vulkan-0.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps rules_vulkan from 0.8.0 to 0.9.0.

Release notes

Sourced from rules_vulkan's releases.

v0.9.0

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_vulkan", version = "0.9.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_vulkan",
    sha256 = "f2f8606a6c7b372a76e7b23c4f6f3845ea9830912de6318f2a3a95bcac480f1d",
    strip_prefix = "rules_vulkan-0.9.0",
    url = "https://github.com/myorg/rules_vulkan/releases/download/v0.9.0/rules_vulkan-v0.9.0.tar.gz",
)

What's Changed

... (truncated)

Commits
  • 0803f68 Bump gazelle from 0.51.0 to 0.51.1
  • b9d5c45 Bump rules_cc from 0.2.18 to 0.2.19
  • 57ae776 Bump rules_go from 0.60.0 to 0.61.0
  • 1d95a29 Bump rules_cc from 0.2.18 to 0.2.19 in /e2e/smoke
  • 55d7c2f Update Vulkan SDK versions
  • e668dec Bump bazel-contrib/.github/.github/workflows/release_ruleset.yaml
  • 5b0ae1f Update Vulkan SDK versions
  • d6d1916 Bump bazel-contrib/.github/.github/workflows/release_ruleset.yaml
  • 1830621 Bump gazelle from 0.50.0 to 0.51.0
  • 155b23e Bump platforms from 1.0.0 to 1.1.0 in /e2e/smoke
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rules_vulkan](https://github.com/mxpv/rules_vulkan) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/mxpv/rules_vulkan/releases)
- [Commits](v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: rules_vulkan
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jun 4, 2026
@mxpv mxpv merged commit 263b53a into main Jun 4, 2026
15 checks passed
@mxpv mxpv deleted the dependabot/bazel/e2e/smoke/rules_vulkan-0.9.0 branch June 4, 2026 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant