Skip to content

v0.2.5

Latest
Compare
Choose a tag to compare
@cpanato cpanato released this 28 Jan 09:02
v0.2.5
201dcad

What's Changed

  • if the file is generated and does not have a date stop the checks by @cpanato in #247

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.5",
    sha256 = "08520be644db1ade22a36d84dbeec9a00995e3eb450e433aef20ae56fbaf3bea",
    urls = [
        "https://github.com/kubernetes/repo-infra/archive/v0.2.5.tar.gz",
    ],
)

Full Changelog: v0.2.4...v0.2.5