Commit 49b7cd7 1 parent 89b9e5f commit 49b7cd7 Copy full SHA for 49b7cd7
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Select a version of `kube` along with the generated [k8s-openapi](https://github
17
17
``` toml
18
18
[dependencies ]
19
19
kube = { version = " 0.88.1" , features = [" runtime" , " derive" ] }
20
- k8s-openapi = { version = " 0.21.0 " , features = [" latest" ] }
20
+ k8s-openapi = { version = " 0.21.1 " , features = [" latest" ] }
21
21
```
22
22
23
23
[ Features are available] ( https://github.com/kube-rs/kube/blob/main/kube/Cargo.toml#L18 ) .
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ sanity() {
21
21
RECOMMENDED_K8S_OPENAPI=" $( rg " k8s-openapi =" README.md | head -n 1) " # only check first instance
22
22
if ! [[ $RECOMMENDED_K8S_OPENAPI =~ $USED_K8S_OPENAPI ]]; then
23
23
echo " prerelease: abort: recommending k8s-openapi pinned to a different version to what we use"
24
+ echo " ${RECOMMENDED_K8S_OPENAPI} vs. used: ${USED_K8S_OPENAPI} "
24
25
exit 1
25
26
fi
26
27
# TODO: verify versions of tools for release?
You can’t perform that action at this time.
0 commit comments