From 7a828312554430fa08809f91dc86cfa90ec75644 Mon Sep 17 00:00:00 2001 From: Rajas Kakodkar Date: Wed, 16 Dec 2020 07:35:59 +0000 Subject: [PATCH 1/3] bump VERSION Signed-off-by: Rajas Kakodkar --- test/images/agnhost/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/agnhost/VERSION b/test/images/agnhost/VERSION index 8bd2249aca9..e90e35faf56 100644 --- a/test/images/agnhost/VERSION +++ b/test/images/agnhost/VERSION @@ -1 +1 @@ -2.25 +2.26 From 794080c8da337b5958f27a85c56aa2bfec228778 Mon Sep 17 00:00:00 2001 From: Rajas Kakodkar Date: Wed, 16 Dec 2020 07:36:31 +0000 Subject: [PATCH 2/3] bump VERSION Signed-off-by: Rajas Kakodkar --- test/images/nonewprivs/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/nonewprivs/VERSION b/test/images/nonewprivs/VERSION index 5625e59da88..7e32cd56983 100644 --- a/test/images/nonewprivs/VERSION +++ b/test/images/nonewprivs/VERSION @@ -1 +1 @@ -1.2 +1.3 From 902f4a90380a91edfe6f69ffb136dce572746a9f Mon Sep 17 00:00:00 2001 From: Rajas Kakodkar Date: Wed, 16 Dec 2020 17:29:55 +0000 Subject: [PATCH 3/3] 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)