Highlights
CustomResource
derive added features for crd yaml output:- Configuration edge cases:
- Feature use:
- Depedency minors:
thiserror
,hashbrown
,jsonptr
,json-patch
. Killedlazy_static
/once_cell
What's Changed
Added
- Feature: Allow to pass selectableFields for CRD definition by @Danil-Grigorev in #1605
- add support for CRD annotations and labels in kube-derive by @verokarhu in #1631
- Feature: Add config setting to disable gzip compression #1627 by @markdingram in #1628
Changed
Fixed
- fix(kube-runtime): setup backoff with builder pattern by @tiagolobocastro in #1603
- allow null user in kubeconfig's context by @aviramha in #1608
- Gauge SelectableField by k8s 1.30 version by @Danil-Grigorev in #1610
- Add a compile_error if setting selectable fields on K8s < 1.30 by @clux in #1612
- conditionally install
aws-lc-rs
by @goenning in #1617 - Warn when trying to use an unsupported proxy protocol by @nightkr in #1626
New Contributors
- @bryantbiggs made their first contribution in #1629
- @verokarhu made their first contribution in #1631
Full Changelog: 0.96.0...0.97.0