Skip to content

Commit 3d01f4a

Browse files
committed
import changelog from release for 0.85
Signed-off-by: clux <[email protected]>
1 parent 6e75057 commit 3d01f4a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ UNRELEASED
77
===================
88
* see https://github.com/kube-rs/kube/compare/0.85.0...main
99

10-
0.85.0 / 2023-08-06
10+
[0.85.0](https://github.com/kube-rs/kube/releases/tag/0.85.0) / 2023-08-06
1111
===================
12+
<!-- Release notes generated using configuration in .github/release.yml at 0.85.0 -->
13+
14+
## What's Changed
15+
### Added
16+
* Add `WatchStreamExt::reflect` to allow chaining on a reflector by @clux in https://github.com/kube-rs/kube/pull/1252
17+
* Implement ephemeral containers subresource by @jmintb in https://github.com/kube-rs/kube/pull/1153
18+
### Changed
19+
* Swap `dirs-next` dependency to cargo-team maintained `home` crate by @utkarshgupta137 in https://github.com/kube-rs/kube/pull/1207
20+
* Upgrade `k8s-openapi` to `0.19.0` for `v1_27` support by @clux in https://github.com/kube-rs/kube/pull/1271
21+
### Fixed
22+
* `watcher`: return `NoResourceVersion` error if resource version is empty by @aryan9600 in https://github.com/kube-rs/kube/pull/1259
23+
* Update the `scheduler` message when preponing by @nightkr in https://github.com/kube-rs/kube/pull/1260
1224

1325
[0.84.0](https://github.com/kube-rs/kube/releases/tag/0.84.0) / 2023-07-14
1426
===================

0 commit comments

Comments
 (0)