Skip to content

Commit bdf2b5e

Browse files
Bump kube to 1.1.0 and k8s-openapi to 0.25.0, feature 1_31
1 parent e4c568e commit bdf2b5e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
env:
66
DOCKER_BUILDKIT: "1"
7-
K8S_OPENAPI_ENABLED_VERSION: "1.30"
7+
K8S_OPENAPI_ENABLED_VERSION: "1.31"
88

99
jobs:
1010
lint:

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "k8s-controller"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55
rust-version = "1.83.0"
66

@@ -13,12 +13,12 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
1313
[dependencies]
1414
async-trait = "0.1"
1515
futures = "0.3"
16-
kube = { version = "0.98.0", default-features = false, features = ["client"] }
17-
kube-runtime = "0.98.0"
16+
kube = { version = "1.1.0", default-features = false, features = ["client"] }
17+
kube-runtime = "1.1.0"
1818
rand = "0.8"
1919
serde = "1"
2020
tracing = "0.1"
2121

2222
[dev-dependencies]
23-
k8s-openapi = { version = "0.24", default-features = false, features = ["v1_30"] }
23+
k8s-openapi = { version = "0.25.0", default-features = false, features = ["v1_31"] }
2424
tokio = "1"

0 commit comments

Comments
 (0)