Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jun 19, 2024
1 parent 4297a39 commit da45785
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
## Unreleased
* see https://github.com/kube-rs/kube/compare/0.92.0...main

## [0.92.1](https://github.com/kube-rs/kube/releases/tag/0.92.1) / 2024-06-19
## Bugfix Release
This release fixes [#1524](https://github.com/kube-rs/kube/issues/1524); a regression from [0.92.0](https://github.com/kube-rs/kube/releases/tag/0.92.0) causing `watcher` to skip pages on initial list. See [#1525](https://github.com/kube-rs/kube/pull/1525).

It is recommended to upgrade from 0.92.0.

## What's Changed
### Fixed
* Fix watcher not fully paginating on Init by @clux in https://github.com/kube-rs/kube/pull/1525

## [0.92.0](https://github.com/kube-rs/kube/releases/tag/0.92.0) / 2024-06-12
<!-- Release notes generated using configuration in .github/release.yml at 0.92.0 -->
## Runtime: Decreased Memory Usage from `watcher`
Expand Down

0 comments on commit da45785

Please sign in to comment.