bump kube to 0.87.1 and k8s-openapi to 0.20.0 #23333
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps kube to 0.87.1 and k8s-openapi to 0.20.0.
To avoid duplicate dependencies, it also bumps serde_with and serde_with_macros to 2.3.3, and mysql_async to 0.33.0.
Also bumps our k8s-openapi feature to v1_26, since we recently upgraded our kubernetes clusters to 1.26.
Motivation
We hit a hang in one of our controllers a couple weeks ago, and it looks like that might have been fixed in kube 0.87.1.
Also, it's generally good to keep deps updated.
Tips for reviewer
There is a new optional field in the ResourceRequirements struct in Kubernetes 1.26, which we aren't using. That is the only non-Cargo change in this PR.
Checklist
$T ⇔ Proto$T
mapping (possibly in a backwards-incompatible way), then it is tagged with aT-proto
label.