Skip to content

Commit 3477694

Browse files
Merge pull request #568 from diconico07/fix-watch-crash-api-unreachable
Fix watch crash api unreachable
2 parents b999938 + e491948 commit 3477694

File tree

23 files changed

+759
-678
lines changed

23 files changed

+759
-678
lines changed

Cargo.lock

+504-515
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>", "<bfjelds@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.63.0"
@@ -26,9 +26,9 @@ futures-core = "0.3"
2626
futures-util = "0.3"
2727
hyper = "0.14.2"
2828
h2 = "=0.3.3"
29-
kube = { version = "0.69.1", features = ["derive"] }
30-
kube-runtime = "0.69.1"
31-
k8s-openapi = { version = "0.14.0", default-features = false, features = ["schemars", "v1_23"] }
29+
kube = { version = "0.80.0", features = ["derive"] }
30+
kube-runtime = "0.80.0"
31+
k8s-openapi = { version = "0.17.0", default-features = false, features = ["schemars", "v1_23"] }
3232
lazy_static = "1.4"
3333
log = "0.4"
3434
mockall_double = "0.2.0"

0 commit comments

Comments
 (0)