Skip to content

Commit

Permalink
Downgrade kube, minimal version of kubernetes 1.18 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets authored Nov 16, 2022
1 parent 6a519ce commit f8dcf9e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 54 deletions.
78 changes: 26 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ edition = "2018"
actix-web = "4.0.1"
actix-rt = "2.6.0"
chrono = "0.4"
kube = { version = "0.76.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.14.0", features = ["v1_17"] }
kube = { version = "0.71.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.14.0", features = ["v1_18"] }
log = "0.4.17"
failure = "0.1.6"
env_logger = "0.7.1"
Expand Down

0 comments on commit f8dcf9e

Please sign in to comment.