Skip to content

Commit 9aa7e54

Browse files
Update Rust crate kube to 0.76.0 (#498)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [kube](https://togithub.com/kube-rs/kube) | dependencies | minor | `0.75.0` -> `0.76.0` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/operator-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTQuMCJ9--> Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 9091fa5 commit 9aa7e54

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Cargo.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ either = "1.8.0"
1515
futures = "0.3.23"
1616
json-patch = "0.2.6"
1717
k8s-openapi = { version = "0.16.0", default-features = false, features = ["schemars", "v1_24"] }
18-
kube = { version = "0.75.0", features = ["jsonpatch", "runtime", "derive"] }
18+
kube = { version = "0.76.0", features = ["jsonpatch", "runtime", "derive"] }
1919
lazy_static = "1.4.0"
2020
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.4.0" }
2121
rand = "0.8.5"
@@ -40,10 +40,5 @@ snafu = "0.7.1"
4040
rstest = "0.15.0"
4141
tempfile = "3.3.0"
4242

43-
[features]
44-
default = ["native-tls"]
45-
native-tls = ["kube/native-tls"]
46-
rustls-tls = ["kube/rustls-tls"]
47-
4843
[workspace]
4944
members = ["stackable-operator-derive"]

0 commit comments

Comments
 (0)