stackabletech / stackablectl

Commandline tool to interact with a Stackable Data Platform
Other
8 stars 1 forks source link

chore(deps): update rust crate kube to 0.78 - autoclosed #200

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
kube dependencies minor 0.77 -> 0.78

Release Notes

kube-rs/kube ### [`v0.78.0`](https://togithub.com/kube-rs/kube/blob/HEAD/CHANGELOG.md#​0780-httpsgithubcomkube-rskubereleasestag0780--2023-01-06) [Compare Source](https://togithub.com/kube-rs/kube/compare/0.77.0...0.78.0) \=================== #### Kubernetes Bump This release brings in the new [`k8s-openapi` release](https://togithub.com/Arnavion/k8s-openapi/releases/tag/v0.17.0) for `1.26` structs, and sets our [MK8SV](https://kube.rs/kubernetes-version/) to `1.21`. Be sure to upgrade `k8s-openapi` and `kube` **simultaneously** to avoid multiple version errors: ```sh cargo upgrade -p k8s-openapi -p kube -i ``` #### What's Changed ##### Added - reflector: add helper function to the `Store` by [@​eliad-wiz](https://togithub.com/eliad-wiz) in [https://github.com/kube-rs/kube/pull/1111](https://togithub.com/kube-rs/kube/pull/1111) ##### Changed - Bump `k8s-openapi@0.17.0` and MK8SV by [@​clux](https://togithub.com/clux) in [https://github.com/kube-rs/kube/pull/1116](https://togithub.com/kube-rs/kube/pull/1116) ##### Removed - Remove deprecated `Config::timeout` by [@​clux](https://togithub.com/clux) in [https://github.com/kube-rs/kube/pull/1113](https://togithub.com/kube-rs/kube/pull/1113) ##### Fixed - fix shell exec exiting message loop when terminalSizeReceiver is dropped by [@​erebe](https://togithub.com/erebe) in [https://github.com/kube-rs/kube/pull/1112](https://togithub.com/kube-rs/kube/pull/1112)

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: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.