Skip to content

Commit

Permalink
import changelog for 0.96.0
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Oct 9, 2024
1 parent 4d13cbd commit 2c97edd
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,28 @@ UNRELEASED
===================
* see https://github.com/kube-rs/kube/compare/0.96.0...main

0.96.0 / 2024-10-09
[0.96.0](https://github.com/kube-rs/kube/releases/tag/0.96.0) / 2024-10-09
===================
<!-- Release notes generated using configuration in .github/release.yml at 0.96.0 -->
## Highlights
- **[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
- **Local auth**: improve leniency/kubectl-alignment #1595, remove http proxy vars #1520
- **Dependencies**: upgrades to `tower` and `secrecy`, and `derivative` swapped for `educe`

## What's Changed
### Added
* rustls: optionally use WebPKI roots to avoid panicking on Android & iOS by @ewilken in https://github.com/kube-rs/kube/pull/1323
* Stabilise runtime predicates by @clux in https://github.com/kube-rs/kube/pull/1578
* Add `ObjectRef::from` as alias for `::from_obj` by @nightkr in https://github.com/kube-rs/kube/pull/1598
### Changed
* Bump `secrecy` to 0.10 by @clux in https://github.com/kube-rs/kube/pull/1588
* Upgrades `tower` to 0.5.1 by @markdingram in https://github.com/kube-rs/kube/pull/1589
* runtime: rename references from Flatten to Decode by @clux in https://github.com/kube-rs/kube/pull/1520
### Removed
* remove using HTTP PROXY from environment variable by @aviramha in https://github.com/kube-rs/kube/pull/1587
### Fixed
* replace derivative dependency with educe by @rorosen in https://github.com/kube-rs/kube/pull/1585
* 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.95.0](https://github.com/kube-rs/kube/releases/tag/0.95.0) / 2024-09-16
===================
Expand Down

0 comments on commit 2c97edd

Please sign in to comment.