Skip to content

Release supporting bazel 3.0.0

Choose a tag to compare

@fejta fejta released this 17 Apr 23:39
· 116 commits to master since this release
f2aeea6
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_k8s_repo_infra",
    strip_prefix = "repo-infra-0.0.4",
    sha256 = "7ad484dc5558432ca0666cff68bfc584d52fdb7d3e08905405182a631af56128",
    urls = [
        "https://github.com/kubernetes/repo-infra/archive/0.0.4.tar.gz",
    ],
)
  • Bazel 3.0.0
    • Protobuf 3.11.4
    • rules_go 0.22.4 (golang 1.14.2, 1.13.10)
    • gazelle 0.20.0
    • buildtools 2.2.1
    • rules_nodejs 1.6.0
  • Golangci-lint 1.24.0