From aebb3faeff3ca4f486542020df5fc27949fd9d29 Mon Sep 17 00:00:00 2001 From: Amim Knabben Date: Fri, 12 Feb 2021 19:13:38 -0500 Subject: [PATCH] Bump agnhost 2.28 --- 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 558b6bb4d57..243a3d2c383 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -10,7 +10,7 @@ dependencies: # then after merge and successful postsubmit image push / promotion, bump this - name: "agnhost: dependents" - version: "2.26" + version: "2.28" 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 99c854e0f77..80e05e1c8e7 100644 --- a/test/utils/image/manifest.go +++ b/test/utils/image/manifest.go @@ -221,7 +221,7 @@ const ( func initImageConfigs() (map[int]Config, map[int]Config) { configs := map[int]Config{} - configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.26"} + configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.28"} configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"} configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"} configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}