Skip to content

v0.9.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 01:52
· 655 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 = "aedc52557a74dc69d0be0638d6bad38f0f617e2fef475a2945e2662ae5ee2f94",
    strip_prefix = "bazel-lib-0.9.7",
    url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v0.9.7.tar.gz",
)

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

aspect_bazel_lib_dependencies()

# Optional: register the following toolchain to use jq

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

register_jq_toolchains(version = "1.6")

What's Changed

  • feat: add os_arch_name() function to repo_utils and cleanup yq & jq toolchains for repository names follow this convention by @gregmagolan in #82
  • feat: add jq_host and yq_host repositories by @gregmagolan in #83

Full Changelog: v0.9.6...v0.9.7