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.6.1
What's Changed
🧰 Maintenance
- Clean up the code. by @yanggangtony in #60
🔬 Other Changes
- fix: make reservedResourceAmounts fully goroutine-safe by @sanposhiho in #62
New Contributors
- @yanggangtony made their first contribution in #60
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
🧰 Maintenance
- deps: update dependencies to Kubernetes v1.26 by @sanposhiho in #58
New Contributors
- @sanposhiho made their first contribution in #58
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
🚀 Features
- Upgrade Kubernetes v1.25.4 (golang 1.19) by @everpeace in #53
🧰 Maintenance
- paved tagpr powered automated release flow by @everpeace in #47
- configure Tagpr by @everpeace in #48
- fix typo in scheduler name in integration test by @everpeace in #50
- add login to gchr.io in release action by @everpeace in #51
- refactor release pipeline so that tagpr can invoke release.yaml directly. by @everpeace in #54
- make sample deployment manifest conform 'restricted' pod security admission by @everpeace in #55
- bump kindest/node(node image for integration test) to v1.25 by @everpeace in #56
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What’s Changed from v1.3.1
💣 Breaking Changes
- Upgrade Kubernetes v1.24.3 (go 1.18) (#46) @everpeace
Thanks to @everpeace
v1.3.1
What’s Changed from v1.3.0
🚀 Features
- register ClusterEvents for waking up pods in unschedulableQ quickly. (#45) @everpeace
Thanks to @everpeace
v1.3.0
What’s Changed from v1.2.0
🧰 Maintenance
- Upgrade kubernetes v1.23.4 (#44) @everpeace
Thanks to @everpeace
v1.2.0
What’s Changed from v1.1.4
🚀 Features
- Publish an pod event when the pod resource requests exceed throrttle's threshold for warning users (#43) @everpeace
Thanks to @everpeace
v1.1.4
What’s Changed from v1.1.3
🐛 Bug Fixes
- map fields specifiy omitempty to prevent output "null" value (#42) @everpeace
Thanks to @everpeace
v1.1.3
What’s Changed from v1.1.2
🚀 Features
- checking key with RLock can achieve more throughput in reserve cache (#41) @everpeace
Thanks to @everpeace
v1.1.2
Merge pull request #40 from everpeace/fix-mutex-in-reserve-cache Fix panic on concurrent access to reserved resource amount cache