Skip to content

v0.2.4

Choose a tag to compare

@cpanato cpanato released this 26 Jan 15:18
· 17 commits to master since this release
v0.2.4
b719aa1

What's Changed

Using repo-infra

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

http_archive(
    name = "io_k8s_repo_infra",
    strip_prefix = "repo-infra-0.2.4",
    sha256 = "4ee936b3e412e4f180cfb4d8f7f537d21afb9d5a1c8bed9100ace0cafe698888",
    urls = [
        "https://github.com/kubernetes/repo-infra/archive/v0.2.4.tar.gz",
    ],
)

Full Changelog: v0.2.3...v0.2.4