Skip to content

Commit 6b8742d

Browse files
authored
Bump to kube 1.0 for Kubernetes 1.33 (#162)
* Sanity update test of kube Signed-off-by: clux <[email protected]> * actual 1.0 Signed-off-by: clux <[email protected]> --------- Signed-off-by: clux <[email protected]>
1 parent a079521 commit 6b8742d

File tree

2 files changed

+49
-53
lines changed

2 files changed

+49
-53
lines changed

Cargo.lock

Lines changed: 44 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ telemetry = ["opentelemetry-otlp"]
2929
actix-web = "4.11.0"
3030
futures = "0.3.31"
3131
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread"] }
32-
k8s-openapi = { version = "0.24.0", features = ["latest"] }
32+
k8s-openapi = { version = "0.25.0", features = ["latest"] }
3333
schemars = { version = "0.8.22", features = ["chrono"] }
3434
serde = { version = "1.0.219", features = ["derive"] }
3535
serde_json = "1.0.140"
@@ -52,11 +52,11 @@ hyper = "1"
5252
tower-test = "0.4.0"
5353

5454
[dependencies.kube]
55-
features = ["runtime", "client", "derive" ]
56-
version = "0.99.0"
55+
features = ["runtime", "client", "derive"]
56+
version = "1.0.0"
5757

5858
# testing new releases - ignore
59-
#git = "https://github.com/kube-rs/kube.git"
60-
#branch = "main"
59+
# git = "https://github.com/kube-rs/kube.git"
60+
# branch = "main"
6161
#rev = "19b90ad3a4dbc83e1dd742847c7707333259b1bb"
6262
#path = "../kube/kube"

0 commit comments

Comments
 (0)