Skip to content

Commit

Permalink
Merge pull request #568 from diconico07/fix-watch-crash-api-unreachable
Browse files Browse the repository at this point in the history
Fix watch crash api unreachable
  • Loading branch information
yujinkim-msft committed Apr 5, 2023
2 parents b999938 + e491948 commit 3477694
Show file tree
Hide file tree
Showing 23 changed files with 759 additions and 678 deletions.
1,019 changes: 504 additions & 515 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions agent/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "agent"
version = "0.9.4"
version = "0.9.5"
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>", "<bfjelds@microsoft.com>"]
edition = "2018"
rust-version = "1.63.0"
Expand All @@ -26,9 +26,9 @@ futures-core = "0.3"
futures-util = "0.3"
hyper = "0.14.2"
h2 = "=0.3.3"
kube = { version = "0.69.1", features = ["derive"] }
kube-runtime = "0.69.1"
k8s-openapi = { version = "0.14.0", default-features = false, features = ["schemars", "v1_23"] }
kube = { version = "0.80.0", features = ["derive"] }
kube-runtime = "0.80.0"
k8s-openapi = { version = "0.17.0", default-features = false, features = ["schemars", "v1_23"] }
lazy_static = "1.4"
log = "0.4"
mockall_double = "0.2.0"
Expand Down

0 comments on commit 3477694

Please sign in to comment.