You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Release notes generated using configuration in .github/release.yml at 0.96.0 -->
13
+
## Highlights
14
+
-**[Features](https://kube.rs/features/)**: `webpki-roots` added #1323, and [predicates](https://docs.rs/kube/latest/kube/runtime/utils/predicates/index.html) no longer require `unstable-runtime`#1578
15
+
-**Local auth**: improve leniency/kubectl-alignment #1595, remove http proxy vars #1520
16
+
-**Dependencies**: upgrades to `tower` and `secrecy`, and `derivative` swapped for `educe`
17
+
18
+
## What's Changed
19
+
### Added
20
+
* rustls: optionally use WebPKI roots to avoid panicking on Android & iOS by @ewilken in https://github.com/kube-rs/kube/pull/1323
21
+
* Stabilise runtime predicates by @clux in https://github.com/kube-rs/kube/pull/1578
22
+
* Add `ObjectRef::from` as alias for `::from_obj` by @nightkr in https://github.com/kube-rs/kube/pull/1598
23
+
### Changed
24
+
* Bump `secrecy` to 0.10 by @clux in https://github.com/kube-rs/kube/pull/1588
25
+
* Upgrades `tower` to 0.5.1 by @markdingram in https://github.com/kube-rs/kube/pull/1589
26
+
* runtime: rename references from Flatten to Decode by @clux in https://github.com/kube-rs/kube/pull/1520
27
+
### Removed
28
+
* remove using HTTP PROXY from environment variable by @aviramha in https://github.com/kube-rs/kube/pull/1587
29
+
### Fixed
30
+
* replace derivative dependency with educe by @rorosen in https://github.com/kube-rs/kube/pull/1585
31
+
* change auth behavior to match upstream on unknown/empty user - use null auth by @aviramha in https://github.com/kube-rs/kube/pull/1595
0 commit comments