This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
Releases: everpeace/kube-throttler
Releases · everpeace/kube-throttler
v1.1.1
What’s Changed from v1.1.0
🐛 Bug Fixes
- Fix: reconciliation loop is heavily throttled in a large cluster (#39) @everpeace
Thanks to @everpeace
v1.1.0
What’s Changed from v1.0.1
🚀 Features
- Support tuning parameters in plugin args (#36) @everpeace
- select affected pods for clusterthrottle faster (#34) @everpeace
🧰 Maintenance
- stress test in e2e (#38) @everpeace
- implement simple e2e test (#37) @everpeace
- refactor controllers (#35) @everpeace
Thanks to @everpeace
v1.0.1
What’s Changed from v1.0.0
🐛 Bug Fixes
- Fix: Pod is not un-reserved when reconciliation is rate limited (#33) @everpeace
Thanks to @everpeace
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What’s Changed from v0.7.4
💣 Breaking Changes
- Re-implement the whole codebase as scheduler-plugin (#27) @everpeace
Thanks to @everpeace