File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,20 @@ UNRELEASED
7
7
===================
8
8
* see https://github.com/kube-rs/kube/compare/0.85.0...main
9
9
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
11
11
===================
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
12
24
13
25
[ 0.84.0] ( https://github.com/kube-rs/kube/releases/tag/0.84.0 ) / 2023-07-14
14
26
===================
You can’t perform that action at this time.
0 commit comments