-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use kube-rs/kube#910 Signed-off-by: clux <[email protected]> * PoC Predicates for kube-rs/kube#52 Signed-off-by: clux <[email protected]> * remove predicate stuff Signed-off-by: clux <[email protected]> * undo crd update Signed-off-by: clux <[email protected]> * build from branch Signed-off-by: clux <[email protected]> * kube bump Signed-off-by: clux <[email protected]> * bump Signed-off-by: clux <[email protected]>
- Loading branch information
Showing
3 changed files
with
31 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "controller" | ||
version = "0.12.1" | ||
version = "0.12.2" | ||
authors = ["clux <[email protected]>"] | ||
edition = "2021" | ||
default-run = "controller" | ||
|
@@ -29,7 +29,7 @@ telemetry = ["tonic", "opentelemetry-otlp"] | |
actix-web = "4.0.1" | ||
futures = "0.3.21" | ||
tokio = { version = "1.18.2", features = ["macros", "rt-multi-thread"] } | ||
k8s-openapi = { version = "0.14.0", features = ["v1_22"], default-features = false } | ||
k8s-openapi = { version = "0.15.0", features = ["v1_23"], default-features = false } | ||
serde = { version = "1.0.136", features = ["derive"] } | ||
serde_json = "1.0.79" | ||
chrono = { version = "0.4.19", features = ["serde"] } | ||
|
@@ -51,8 +51,9 @@ tonic = { version = "0.6.2", optional = true } | |
|
||
[dependencies.kube] | ||
features = ["runtime", "client", "derive"] | ||
version = "0.72.0" | ||
version = "0.73.0" | ||
|
||
# testing new releases - ignore | ||
#git = "https://github.com/kube-rs/kube-rs.git" | ||
#rev = "7715cabd4d1976493e6b8949471f283df927a79e" | ||
#rev = "8dcd5c0865ad0a40520519032119fbe4ea5f85f7" | ||
#path = "../kube-rs/kube" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters