From f6451c93b132236161a17eabd1584cf490848d6a Mon Sep 17 00:00:00 2001 From: Federico Paolinelli Date: Fri, 19 Feb 2021 10:23:40 +0100 Subject: [PATCH] Bump up agnhost version to 2.29 This is to consume the changes for binding the udp listeners of netexec to specific addresses. Signed-off-by: Federico Paolinelli --- build/dependencies.yaml | 2 +- test/images/agnhost/VERSION | 2 +- test/images/agnhost/agnhost.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 3376a658746..7e8d07e491a 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -18,7 +18,7 @@ dependencies: # agnhost: bump this one first - name: "agnhost" - version: "2.28" + version: "2.29" refPaths: - path: test/images/agnhost/VERSION match: \d.\d diff --git a/test/images/agnhost/VERSION b/test/images/agnhost/VERSION index 410158ac6db..072e651358f 100644 --- a/test/images/agnhost/VERSION +++ b/test/images/agnhost/VERSION @@ -1 +1 @@ -2.28 +2.29 diff --git a/test/images/agnhost/agnhost.go b/test/images/agnhost/agnhost.go index 436a5d78768..a02f398ac7d 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.28", + Version: "2.29", } rootCmd.AddCommand(auditproxy.CmdAuditProxy)