Bump Velero dependencies to latest version.

* Fix UT errors: non-constant format string in call to ...
* Fix linter issues.
* Not touch the k8s client version and the controller-runtime version.

Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
Xun Jiang
2026-05-11 16:15:20 +08:00
parent ce360b4033
commit 5e3cb1eb68
14 changed files with 140 additions and 106 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ func NewServer() Server {
func (s *server) BindFlags(flags *pflag.FlagSet) Server {
s.flagSet = flags
s.config.BindFlags(flags)
s.flagSet.ParseErrorsWhitelist.UnknownFlags = true // Velero.io word list : ignore
s.flagSet.ParseErrorsAllowlist.UnknownFlags = true // Velero.io word list : ignore
return s
}