What's Changed
- fix: bug when storing cpu burst value in file when it is 0 by @JustinChengLZ in #1056
- fix(vpa): skip qrm hinter check when pod request is scaling down by @Bourbon-Wang in #1062
- feat(borwein): Add Borwein V3 model support by @jinxin32 in #1066
- fix(cpu): reject inplace update from non-snb to snb allocation by @luomingmeng in #1071
- fix(network): handle zero resource requests in NIC selection by @luomingmeng in #1057
- refactor(cpu): rename sharedCoresNUMABindingResultAnnotationKey to NUMABindingResultAnnotationKey by @luomingmeng in #1060
- refactor(cpu): improve cpu usage calculation and quota adjustment by @luomingmeng in #1070
- feat(gpu): implement gpu plugins by @JustinChengLZ in #1008
- feat(memory): support vm.watermark_scale_factor by @lubinszARM in #1075
- feat(memory): support SetMemTHP by @lubinszARM in #1073
- Revert "fix(cpu-advisor): skip validation for non-numa_exclusive allocations" by @luomingmeng in #1089
New Contributors
Full Changelog: v0.5.40...v0.5.42