mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #94152 from BenTheElder/agnhost-version-sync
Agnhost version sync
This commit is contained in:
commit
a86f59b730
@ -1,4 +1,20 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
|
# agnhost: bump this one first
|
||||||
|
- name: "agnhost"
|
||||||
|
version: "2.22"
|
||||||
|
refPaths:
|
||||||
|
- path: test/images/agnhost/VERSION
|
||||||
|
match: \d.\d
|
||||||
|
- path: test/images/agnhost/agnhost.go
|
||||||
|
match: "Version:"
|
||||||
|
|
||||||
|
# then after merge and successful postsubmit image push / promotion, bump this
|
||||||
|
- name: "agnhost: dependents"
|
||||||
|
version: "2.20"
|
||||||
|
refPaths:
|
||||||
|
- path: test/utils/image/manifest.go
|
||||||
|
match: configs\[Agnhost\] = Config{promoterE2eRegistry, "agnhost", "\d+\.\d+"}
|
||||||
|
|
||||||
# Bazel
|
# Bazel
|
||||||
- name: "repo-infra"
|
- name: "repo-infra"
|
||||||
version: 0.0.12
|
version: 0.0.12
|
||||||
|
@ -1 +1 @@
|
|||||||
2.21
|
2.22
|
||||||
|
@ -49,7 +49,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
rootCmd := &cobra.Command{Use: "app", Version: "2.20"}
|
rootCmd := &cobra.Command{
|
||||||
|
Use: "app",
|
||||||
|
Version: "2.22",
|
||||||
|
}
|
||||||
|
|
||||||
rootCmd.AddCommand(auditproxy.CmdAuditProxy)
|
rootCmd.AddCommand(auditproxy.CmdAuditProxy)
|
||||||
rootCmd.AddCommand(connect.CmdConnect)
|
rootCmd.AddCommand(connect.CmdConnect)
|
||||||
|
Loading…
Reference in New Issue
Block a user