Arnavion / k8s-openapi

Rust definitions of the resource types in the Kubernetes client API
Apache License 2.0
382 stars 40 forks source link

release with v1.27 #143

Closed casualjim closed 1 year ago

casualjim commented 1 year ago

Would it be possible to publish a version that has the 1.27 API included?

I'd like to implement the new watch-list support in kube-rs as it's critical for us.

Arnavion commented 1 year ago

Can you implement it against k8s-openapi master and make sure everything is correct? I want to be sure the changes I made to WatchEvent, ie adding annotations to WatchEvent::Bookmark, is correct and sufficient.

Arnavion commented 1 year ago

I saw that you've made https://github.com/kube-rs/kube/pull/1255 . Let me know when kube is satisfied with it and they're sure that everything is fine from the k8s-openapi side, and I'll cut a release.

Arnavion commented 1 year ago

Released v0.19.0