File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
dependencies :
2
+ # agnhost: bump this one first
3
+ - name : " agnhost"
4
+ version : " 2.20"
5
+ refPaths :
6
+ - path : test/images/agnhost/VERSION
7
+ match : \d.\d
8
+ - path : test/images/agnhost/agnhost.go
9
+ match : " Version:"
10
+
11
+ # then after merge and successful postsubmit image push / promotion, bump this
12
+ - name : " agnhost: dependents"
13
+ version : " 2.20"
14
+ refPaths :
15
+ - path : test/utils/image/manifest.go
16
+ match : configs\[Agnhost\] = Config{promoterE2eRegistry, "agnhost", "\d+\.\d+"}
17
+
2
18
# Bazel
3
19
- name : " repo-infra"
4
20
version : 0.0.12
Original file line number Diff line number Diff line change @@ -49,7 +49,10 @@ import (
49
49
)
50
50
51
51
func main () {
52
- rootCmd := & cobra.Command {Use : "app" , Version : "2.20" }
52
+ rootCmd := & cobra.Command {
53
+ Use : "app" ,
54
+ Version : "2.20" ,
55
+ }
53
56
54
57
rootCmd .AddCommand (auditproxy .CmdAuditProxy )
55
58
rootCmd .AddCommand (connect .CmdConnect )
You can’t perform that action at this time.
0 commit comments