0.91.0
Kubernetes v1_30
support via k8s-openapi
0.22
Please upgrade k8s-openapi along with kube to avoid conflicts.
Unstable Stream Sharing
A more complete implementation that allows sharing watcher
streams between multiple Controller
s (for #1080) has been added under the unstable-runtime
feature-flag in #1449 and #1483 by @mateiidavid. This represents the first usable implementation of shared streams (and replaces the older prototype part in #1470). While some changes are expected, you can check the shared_stream_controller example for a high-level overview.
What's Changed
Added
- Add shared stream interfaces by @mateiidavid in #1449
- Allow to create non-controller owner reference for resource by @Danil-Grigorev in #1475
- feat(runtime): support for owned shared streams by @mateiidavid in #1483
Changed
Removed
Fixed
- Include inner error message in Display for SerdeError by @XAMPPRocky in #1481
- Remove invalid
uniqueItems
property from CRDs when Sets are used by @sbernauer in #1484
New Contributors
- @tyrone-wu made their first contribution in #1466
- @XAMPPRocky made their first contribution in #1481
Full Changelog: 0.90.0...0.91.0