diff --git a/build/dependencies.yaml b/build/dependencies.yaml index a47d824d603..db82b14e18e 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -198,7 +198,7 @@ dependencies: match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"} - name: "repo-infra" - version: 0.0.6 + version: 0.0.7 refPaths: - path: build/root/WORKSPACE match: strip_prefix = "repo-infra-\d+.\d+.\d+" diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index faa01133ee6..efd0d2e20d7 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", - sha256 = "7da9e67cd291e2b3b0503649d1beaf82b10c2483f4061ebe05fb7d19f62442f0", - strip_prefix = "repo-infra-0.0.6", + sha256 = "54036881c2d1e55f76969777298e1c4a3cf44ba6c67fbba948c2bbeba91f19fe", + strip_prefix = "repo-infra-0.0.7", urls = [ - "https://github.com/kubernetes/repo-infra/archive/v0.0.6.tar.gz", + "https://github.com/kubernetes/repo-infra/archive/v0.0.7.tar.gz", ], )