Merge pull request #97346 from linux-on-ibm-z/issue-97318

Bump agnhost and nonewprivs versions
This commit is contained in:
Kubernetes Prow Robot 2020-12-16 19:19:08 -08:00 committed by GitHub
commit b9ce4ac212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
dependencies: dependencies:
# agnhost: bump this one first # agnhost: bump this one first
- name: "agnhost" - name: "agnhost"
version: "2.25" version: "2.26"
refPaths: refPaths:
- path: test/images/agnhost/VERSION - path: test/images/agnhost/VERSION
match: \d.\d match: \d.\d

View File

@ -1 +1 @@
2.25 2.26

View File

@ -51,7 +51,7 @@ import (
func main() { func main() {
rootCmd := &cobra.Command{ rootCmd := &cobra.Command{
Use: "app", Use: "app",
Version: "2.25", Version: "2.26",
} }
rootCmd.AddCommand(auditproxy.CmdAuditProxy) rootCmd.AddCommand(auditproxy.CmdAuditProxy)

View File

@ -1 +1 @@
1.2 1.3