Skip to content

Commit

Permalink
Update Rust crate kube to 0.76.0 (#498)
Browse files Browse the repository at this point in the history
[![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]>
  • Loading branch information
renovate[bot] and sbernauer committed Nov 4, 2022
1 parent 9091fa5 commit 9aa7e54
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ either = "1.8.0"
futures = "0.3.23"
json-patch = "0.2.6"
k8s-openapi = { version = "0.16.0", default-features = false, features = ["schemars", "v1_24"] }
kube = { version = "0.75.0", features = ["jsonpatch", "runtime", "derive"] }
kube = { version = "0.76.0", features = ["jsonpatch", "runtime", "derive"] }
lazy_static = "1.4.0"
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.4.0" }
rand = "0.8.5"
Expand All @@ -40,10 +40,5 @@ snafu = "0.7.1"
rstest = "0.15.0"
tempfile = "3.3.0"

[features]
default = ["native-tls"]
native-tls = ["kube/native-tls"]
rustls-tls = ["kube/rustls-tls"]

[workspace]
members = ["stackable-operator-derive"]

0 comments on commit 9aa7e54

Please sign in to comment.