kube-rs / kube

Rust Kubernetes client and controller runtime
https://kube.rs
Apache License 2.0
2.91k stars 304 forks source link

preparing 0.93 #1545

Closed clux closed 2 months ago

clux commented 2 months ago

it's been a month since the last release so it's time to get another release out the door, particularly since there's a new fix in there (#1541)

merged prs in milestone

biggest features that i plan to highlight

i'll prep some release notes herein by tonight, and probably do a release tomorrow.

Highlights

  1. A new core::labels module for creating typed label selectors for ListParams or WatchParams. Can be constructed with the native LabelSelector, or directly from Selector / Expression. Via #1539.
  2. A new optional prelude module for extension traits to simplify imports. Via #1527
clux commented 2 months ago

started doing it and it failed half-way through again, this time for a rejection of cargo categories...

error: failed to publish to registry at https://crates.io

Caused by:
  the remote server responded with an error (status 400 Bad Request): The following category slugs are not currently supported on crates.io: configuration

  See https://crates.io/category_slugs for a list of supported slugs.
clux commented 2 months ago

alright, fixed manually by:

maybe there's an easier way to resume here, but closing for now, release notes will be live in a few minutes: https://github.com/kube-rs/kube/releases/tag/0.93.0 it's live on crates: https://crates.io/crates/kube/0.93.0