v0.14.0 This release is *mostly* a collection of bugfixes, some that were previously backported as hotfixes, and some more notable ones that haven't yet been released. No breaking API changes. No new features. Fixes: - Fix errors from `go list` due to cilium replace directives (#417) - agent: Fix LA-based scaling being 4x too small (#421) - plugin: Fix 'Buffer' underflow (#424) - Backported in v0.13.4 - plugin: Ignore completed pods in Filter (#423) - Backported in v0.13.4 - plugin: Fix scoring to use current resources (#426) - Backported in v0.13.5 - plugin: Calculate "remaining reservable" resources via SaturatingSub (#428) - plugin: Fix event queue usage (#430) - Backported in v0.13.6 No protocol changes. Other changes: - plugin: Log 'Buffer' in more places (#424) - Backported in v0.13.4 Upgrade path from v0.13.x: - No ordering requirements.