From 1a5d9ffac341108b6f59fc0f6abeb6f6af658d6a Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Wed, 20 May 2020 18:03:57 -0400 Subject: [PATCH] build: Update to repo-infra@v0.0.5 to support go1.14.3 and go1.13.11 Signed-off-by: Stephen Augustus --- build/dependencies.yaml | 8 ++++++++ build/root/WORKSPACE | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 69ab6a814bc..44d789d011b 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -197,3 +197,11 @@ dependencies: match: k8s.gcr.io\/pause:\d+\.\d+ - path: test/utils/image/manifest.go match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"} + + - name: "repo-infra" + version: 0.0.5 + refPaths: + - path: build/root/WORKSPACE + match: strip_prefix = "repo-infra-\d+.\d+.\d+" + - path: build/root/WORKSPACE + match: https://github.com/kubernetes/repo-infra/archive/v\d+.\d+.\d+.tar.gz diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index 9c2e8b218f5..d00ff6b1dc3 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 = "7ad484dc5558432ca0666cff68bfc584d52fdb7d3e08905405182a631af56128", - strip_prefix = "repo-infra-0.0.4", + sha256 = "55e56b332ead9c32e1d53c9834a5c918a4cecd6859b70645eba6cd10372fd68f", + strip_prefix = "repo-infra-0.0.5", urls = [ - "https://github.com/kubernetes/repo-infra/archive/0.0.4.tar.gz", + "https://github.com/kubernetes/repo-infra/archive/v0.0.5.tar.gz", ], )