From 902f4a90380a91edfe6f69ffb136dce572746a9f Mon Sep 17 00:00:00 2001 From: Rajas Kakodkar Date: Wed, 16 Dec 2020 17:29:55 +0000 Subject: [PATCH] bump agnhost VERSION Signed-off-by: Rajas Kakodkar --- build/dependencies.yaml | 2 +- test/images/agnhost/agnhost.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 6078bdab662..be5987c6106 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -1,7 +1,7 @@ dependencies: # agnhost: bump this one first - name: "agnhost" - version: "2.25" + version: "2.26" refPaths: - path: test/images/agnhost/VERSION match: \d.\d diff --git a/test/images/agnhost/agnhost.go b/test/images/agnhost/agnhost.go index 0e9bd6986c2..8bb19733b79 100644 --- a/test/images/agnhost/agnhost.go +++ b/test/images/agnhost/agnhost.go @@ -51,7 +51,7 @@ import ( func main() { rootCmd := &cobra.Command{ Use: "app", - Version: "2.25", + Version: "2.26", } rootCmd.AddCommand(auditproxy.CmdAuditProxy)