File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,19 @@ UNRELEASED
7
7
===================
8
8
* see https://github.com/kube-rs/kube/compare/0.82.2...main
9
9
10
- 0.82.2 / 2023-04-19
10
+ [ 0.82.2] ( https://github.com/kube-rs/kube/releases/tag/0.82.2 ) / 2023-04-19
11
11
===================
12
+ <!-- Release notes generated using configuration in .github/release.yml at 0.82.2 -->
13
+ ## Watcher Fixes
14
+ Two fixes to allow ` watcher::Config ` to function as intended.
12
15
16
+ ## What's Changed
17
+ ### Fixed
18
+ * ` runtime::watcher ` : only set rv if semantic is any by @goenning in https://github.com/kube-rs/kube/pull/1204
19
+ * ` watcher::Config ` : Derive ` Clone ` + ` Debug ` + ` PartialEq ` by @clux in https://github.com/kube-rs/kube/pull/1206
20
+
21
+
22
+ ** Full Changelog** : https://github.com/kube-rs/kube/compare/0.82.1...0.82.2
13
23
[ 0.82.1] ( https://github.com/kube-rs/kube/releases/tag/0.82.1 ) / 2023-04-14
14
24
===================
15
25
<!-- Release notes generated using configuration in .github/release.yml at 0.82.1 -->
You can’t perform that action at this time.
0 commit comments