Skip to content

Update dependency rules_shell to v0.8.0#30

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/rules_shell-0.x
Open

Update dependency rules_shell to v0.8.0#30
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/rules_shell-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
rules_shell bazel_dep minor 0.5.10.8.0

Release Notes

bazelbuild/rules_shell (rules_shell)

v0.8.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_shell", version = "0.8.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_shell",
    sha256 = "20721f63908879c083f94869e618ea8d4ff5edb91ff9a72a2ebee357fdbc352d",
    strip_prefix = "rules_shell-0.8.0",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.8.0/rules_shell-v0.8.0.tar.gz",
)

load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()
What's Changed
New Contributors

Full Changelog: bazel-contrib/rules_shell@v0.7.1...v0.8.0

v0.7.1

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_shell", version = "0.7.1")
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_shell",
    sha256 = "3709d1745ba4be4ef054449647b62e424267066eca887bb00dd29242cb8463a0",
    strip_prefix = "rules_shell-0.7.1",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.7.1/rules_shell-v0.7.1.tar.gz",
)

load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()
What's Changed

Full Changelog: bazel-contrib/rules_shell@v0.7.0...v0.7.1

v0.6.1

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_shell", version = "0.6.1")

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_shell",
    sha256 = "e6b87c89bd0b27039e3af2c5da01147452f240f75d505f5b6880874f31036307",
    strip_prefix = "rules_shell-0.6.1",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.6.1/rules_shell-v0.6.1.tar.gz",
)

load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()

What's Changed

Full Changelog: bazel-contrib/rules_shell@v0.6.0...v0.6.1

v0.6.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_shell", version = "0.6.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_shell",
    sha256 = "fce2a7a974aa70e9367068122e19c39a6a27a5aca30698bcf9030beb529612b6",
    strip_prefix = "rules_shell-0.6.0",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.6.0/rules_shell-v0.6.0.tar.gz",
)

load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_shell@v0.5.1...v0.6.0


  • If you want to rebase/retry this PR, check this box

View the repository job log

@renovate renovate Bot force-pushed the renovate/rules_shell-0.x branch from c1193b8 to fe6e373 Compare September 14, 2025 19:51
@renovate renovate Bot changed the title Update dependency rules_shell to v0.6.0 Update dependency rules_shell to v0.6.1 Sep 14, 2025
@renovate renovate Bot changed the title Update dependency rules_shell to v0.6.1 Update dependency rules_shell to v0.7.1 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/rules_shell-0.x branch from fe6e373 to 64e6d52 Compare March 31, 2026 11:56
@renovate renovate Bot changed the title Update dependency rules_shell to v0.7.1 Update dependency rules_shell to v0.8.0 Apr 19, 2026
@renovate renovate Bot force-pushed the renovate/rules_shell-0.x branch from 64e6d52 to 6343a61 Compare April 19, 2026 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants