mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
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 <fpaoline@redhat.com>
This commit is contained in:
parent
5125f1fc31
commit
f6451c93b1
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2.28
|
||||
2.29
|
||||
|
@ -51,7 +51,7 @@ import (
|
||||
func main() {
|
||||
rootCmd := &cobra.Command{
|
||||
Use: "app",
|
||||
Version: "2.28",
|
||||
Version: "2.29",
|
||||
}
|
||||
|
||||
rootCmd.AddCommand(auditproxy.CmdAuditProxy)
|
||||
|
Loading…
Reference in New Issue
Block a user