From b69bc865b4ed7506c648d501704a54c72470755b Mon Sep 17 00:00:00 2001 From: Federico Paolinelli Date: Tue, 9 Mar 2021 11:54:44 +0100 Subject: [PATCH] Bump up the agnhost version used This is needed to consume the changes in https://github.com/kubernetes/kubernetes/pull/98883 Signed-off-by: Federico Paolinelli --- build/dependencies.yaml | 2 +- test/utils/image/manifest.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 43d3e8a8999..3ca0eca455b 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -27,7 +27,7 @@ dependencies: # then after merge and successful postsubmit image push / promotion, bump this - name: "agnhost: dependents" - version: "2.28" + version: "2.29" refPaths: - path: test/utils/image/manifest.go match: configs\[Agnhost\] = Config{promoterE2eRegistry, "agnhost", "\d+\.\d+"} diff --git a/test/utils/image/manifest.go b/test/utils/image/manifest.go index c29489475ad..a107ef6c276 100644 --- a/test/utils/image/manifest.go +++ b/test/utils/image/manifest.go @@ -216,7 +216,7 @@ const ( func initImageConfigs() (map[int]Config, map[int]Config) { configs := map[int]Config{} - configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.28"} + configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.29"} configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"} configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"} configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}