Skip to content

Commit

Permalink
Update kubernetes crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 49d2a10 commit 208d262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ipnet = "2.9.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
tracing = "0.1.40"
# Set the exact k8s API version to use
k8s-openapi = { version = "0.23.0", features = ["v1_27"] }
k8s-openapi = { version = "0.24.0", features = ["v1_27"] }
6 changes: 3 additions & 3 deletions crates/k8s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jsonschema = "0.27.0"
# do not specify a specific k8s api version in the lib crate,
# this should be done in the bin crate
# https://kube.rs/upgrading/#renovate
k8s-openapi = { version = "0.23.0", features = ["schemars"] }
kube = { version = "0.97.0", default-features = false, features = [
k8s-openapi = { version = "0.24.0", features = ["schemars"] }
kube = { version = "0.98.0", default-features = false, features = [
"client",
"rustls-tls",
"runtime",
Expand All @@ -31,4 +31,4 @@ tracing = { version = "0.1.40" }

[dev-dependencies]
# we do enable a specific version for dev, so that tests can run
k8s-openapi = { version = "0.23.0", features = ["schemars", "v1_27"] }
k8s-openapi = { version = "0.24.0", features = ["schemars", "v1_27"] }

0 comments on commit 208d262

Please sign in to comment.