Skip to content

Commit e01187e

Browse files
committed
changelog for 0.82.2
Signed-off-by: clux <[email protected]>
1 parent 5b77e6c commit e01187e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,19 @@ UNRELEASED
77
===================
88
* see https://github.com/kube-rs/kube/compare/0.82.2...main
99

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
1111
===================
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.
1215

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
1323
[0.82.1](https://github.com/kube-rs/kube/releases/tag/0.82.1) / 2023-04-14
1424
===================
1525
<!-- Release notes generated using configuration in .github/release.yml at 0.82.1 -->

0 commit comments

Comments
 (0)