[router] upgrade kube version to latest (#9018)
This commit is contained in:
@@ -30,8 +30,8 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "json", "chron
|
||||
tracing-log = "0.2"
|
||||
tracing-appender = "0.2.3"
|
||||
chrono = "0.4"
|
||||
kube = { version = "0.88.1", features = ["runtime", "derive"] }
|
||||
k8s-openapi = { version = "0.21.0", features = ["v1_29"] }
|
||||
kube = { version = "1.1.0", features = ["runtime", "derive"] }
|
||||
k8s-openapi = { version = "0.25.0", features = ["v1_33"] }
|
||||
metrics = "0.24.2"
|
||||
metrics-exporter-prometheus = "0.17.0"
|
||||
uuid = { version = "1.10", features = ["v4", "serde"] }
|
||||
|
||||
Reference in New Issue
Block a user