Skip to content

Commit

Permalink
Merge pull request kubernetes#17281 from fejta/rules
Browse files Browse the repository at this point in the history
Update to repo-infra v0.0.3.
  • Loading branch information
k8s-ci-robot authored Apr 17, 2020
2 parents 691fd98 + 2b66529 commit 90b062a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.2.0
6 changes: 3 additions & 3 deletions load.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def repositories():
if not native.existing_rule("io_k8s_repo_infra"):
http_archive(
name = "io_k8s_repo_infra",
strip_prefix = "repo-infra-0.0.2",
sha256 = "774e160ba1a2a66a736fdc39636dca799a09df015ac5e770a46ec43487ec5708",
strip_prefix = "repo-infra-0.0.3",
sha256 = "a6ca952e365600a17f56f0fc8e41016e1d13cfb2b74c0c29bad6bdba3e3d8a4d",
urls = [
"https://github.com/kubernetes/repo-infra/archive/v0.0.2.tar.gz",
"https://github.com/kubernetes/repo-infra/archive/v0.0.3.tar.gz",
],
)

Expand Down

0 comments on commit 90b062a

Please sign in to comment.