File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 workflow_dispatch :
44 inputs :
55 rancher_ref :
6- description : " Submit PR against the following rancher/rancher branch (e.g. release/v2.7 )"
6+ description : " Submit PR against the following rancher/rancher branch (e.g. release/v2.11 )"
77 required : true
8- default : " release/v2.10 "
8+ default : " release/v2.11 "
99 new_fleet :
10- description : " New Fleet version (e.g. 0.8 .0-rc.3)"
10+ description : " New Fleet version (e.g. 0.12 .0-rc.3)"
1111 required : true
1212 default : " "
1313 new_chart :
14- description : " New Rancher Chart version (e.g. 103 .1.0)"
14+ description : " New Rancher Chart version (e.g. 106 .1.0)"
1515 required : true
1616 default : " "
1717 should_bump_api :
2121 go_version :
2222 description : " Go version used for bumping the api. This should be the same version as in the go.mod file of the project."
2323 required : true
24- default : ' 1.23 .*'
24+ default : ' 1.24 .*'
2525
2626env :
2727 GOARCH : amd64
You can’t perform that action at this time.
0 commit comments