diff --git a/build/dependencies.yaml b/build/dependencies.yaml index bdd5bf21a6d..a680e807a98 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -17,7 +17,7 @@ dependencies: # Bazel - name: "repo-infra" - version: 0.1.5 + version: 0.1.6 refPaths: - path: build/root/WORKSPACE match: strip_prefix = "repo-infra-\d+.\d+.\d+" diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index e4ea87d739d..175b9dd5b4c 100644 --- a/build/root/WORKSPACE +++ b/build/root/WORKSPACE @@ -5,10 +5,10 @@ load("//build:workspace_mirror.bzl", "mirror") http_archive( name = "io_k8s_repo_infra", - strip_prefix = "repo-infra-0.1.5", - sha256 = "f705b85b239f53fda5253d36087d09b0162ea65f3baa74b83bd249133032d29b", + strip_prefix = "repo-infra-0.1.6", + sha256 = "a51e1a20d9a286042bd5d171fdbc941b90779f71b1bf7f960935e91f5048a73b", urls = [ - "https://github.com/kubernetes/repo-infra/archive/v0.1.5.tar.gz", + "https://github.com/kubernetes/repo-infra/archive/v0.1.6.tar.gz", ], )