Skip to content

Commit 2c97edd

Browse files
committed
import changelog for 0.96.0
Signed-off-by: clux <[email protected]>
1 parent 4d13cbd commit 2c97edd

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,28 @@ UNRELEASED
77
===================
88
* see https://github.com/kube-rs/kube/compare/0.96.0...main
99

10-
0.96.0 / 2024-10-09
10+
[0.96.0](https://github.com/kube-rs/kube/releases/tag/0.96.0) / 2024-10-09
1111
===================
12+
<!-- 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
1232

1333
[0.95.0](https://github.com/kube-rs/kube/releases/tag/0.95.0) / 2024-09-16
1434
===================

0 commit comments

Comments
 (0)