Skip to content

v0.11.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 16:13
· 690 commits to main since this release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "aspect_bazel_lib",
    sha256 = "99adeb864638d44e81304a02c9c801fa5520471b52b1230d558c697ec432048c",
    strip_prefix = "bazel-lib-0.11.7",
    url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.11.7.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")

aspect_bazel_lib_dependencies()

Optional toolchains:

# Register the following toolchain to use jq

load("@aspect_bazel_lib//lib:repositories.bzl", "register_jq_toolchains")

register_jq_toolchains(version = "1.6")

# Register the following toolchain to use yq

load("@aspect_bazel_lib//lib:repositories.bzl", "register_yq_toolchains")

register_yq_toolchains(version = "4.24.5")

What's Changed

  • Revert "test: change release action to use app token (#99)" by @kormide in #110

Full Changelog: v0.11.6...v0.11.7