|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v0.3.0](https://github.com/koordinator-sh/koordinator/tree/v0.3.0) (2022-05-07) |
| 4 | +[Full Changelog](https://github.com/koordinator-sh/koordinator/compare/v0.2.0...v0.3.0) |
| 5 | + |
| 6 | +**Features and improvements:** |
| 7 | + |
| 8 | +- Support CPU burst strategy [\#52](https://github.com/koordinator-sh/koordinator/issues/52) |
| 9 | +- Support Memory QoS strategy [\#55](https://github.com/koordinator-sh/koordinator/issues/55) |
| 10 | +- Support LLC and MBA isolation strategy [\#56](https://github.com/koordinator-sh/koordinator/issues/56) |
| 11 | +- Protocol design between runtime-manager and hook server [\#62](https://github.com/koordinator-sh/koordinator/issues/62) |
| 12 | +- Improve overall code coverage from 39% to 56% [\#69](https://github.com/koordinator-sh/koordinator/issues/69) |
| 13 | + |
| 14 | +**Fixed bugs:** |
| 15 | + |
| 16 | +- when deploy on ACK 1.18.1 koord-manager pod always crash [\#49](https://github.com/koordinator-sh/koordinator/issues/49) |
| 17 | +- Handle unexpected CPU info in case of koordlet panic [\#90](https://github.com/koordinator-sh/koordinator/issues/90) |
| 18 | + |
| 19 | +**Merged pull requests:** |
| 20 | + |
| 21 | +- New feature: cpu burst strategy [\#73](https://github.com/koordinator-sh/koordinator/pull/73) ([stormgbs](https://github.com/stormgbs)) |
| 22 | +- Introduce protocol between RuntimeManager and RuntimeHookServer [\#76](https://github.com/koordinator-sh/koordinator/pull/76) ([honpey](https://github.com/honpey)) |
| 23 | +- Improve readme [\#88](https://github.com/koordinator-sh/koordinator/pull/88) ([hormes](https://github.com/hormes)) |
| 24 | +- update image file format [\#92](https://github.com/koordinator-sh/koordinator/pull/92) ([zwzhang0107](https://github.com/zwzhang0107)) |
| 25 | +- 🌱 add expire cache [\#93](https://github.com/koordinator-sh/koordinator/pull/93) ([jasonliu747](https://github.com/jasonliu747)) |
| 26 | +- ✨ support LLC & MBA isolation [\#94](https://github.com/koordinator-sh/koordinator/pull/94) ([jasonliu747](https://github.com/jasonliu747)) |
| 27 | +- fix cpuinfo panic on arm64 [\#97](https://github.com/koordinator-sh/koordinator/pull/97) ([saintube](https://github.com/saintube)) |
| 28 | +- 📖 fix typo in docs [\#98](https://github.com/koordinator-sh/koordinator/pull/98) ([jasonliu747](https://github.com/jasonliu747)) |
| 29 | +- Introduce HookServer config loading from /etc/runtime/hookserver.d/ [\#100](https://github.com/koordinator-sh/koordinator/pull/100) ([honpey](https://github.com/honpey)) |
| 30 | +- add memory qos strategy [\#101](https://github.com/koordinator-sh/koordinator/pull/101) ([saintube](https://github.com/saintube)) |
| 31 | +- add an issue template and rename feature request to proposal [\#108](https://github.com/koordinator-sh/koordinator/pull/108) ([hormes](https://github.com/hormes)) |
| 32 | +- Introduce cri request parsing/generate-hook-request/checkpoing logic [\#110](https://github.com/koordinator-sh/koordinator/pull/110) ([honpey](https://github.com/honpey)) |
| 33 | +- 🌱 add unit test for resmanager [\#111](https://github.com/koordinator-sh/koordinator/pull/111) ([jasonliu747](https://github.com/jasonliu747)) |
| 34 | +- Add cpu suppress test and revise memory qos [\#112](https://github.com/koordinator-sh/koordinator/pull/112) ([saintube](https://github.com/saintube)) |
| 35 | +- ✨ Remove deprecated go get from Makefile [\#116](https://github.com/koordinator-sh/koordinator/pull/116) ([jasonliu747](https://github.com/jasonliu747)) |
| 36 | +- 🌱 add license checker in workflow [\#117](https://github.com/koordinator-sh/koordinator/pull/117) ([jasonliu747](https://github.com/jasonliu747)) |
| 37 | +- Support cpu burst strategy [\#118](https://github.com/koordinator-sh/koordinator/pull/118) ([stormgbs](https://github.com/stormgbs)) |
| 38 | +- 🌱 add unit test for memory evict feature [\#119](https://github.com/koordinator-sh/koordinator/pull/119) ([jasonliu747](https://github.com/jasonliu747)) |
| 39 | +- add UTs for runtime handler [\#125](https://github.com/koordinator-sh/koordinator/pull/125) ([saintube](https://github.com/saintube)) |
| 40 | +- 📖 add changelog for v0.3 [\#126](https://github.com/koordinator-sh/koordinator/pull/126) ([jasonliu747](https://github.com/jasonliu747)) |
| 41 | + |
| 42 | +**New Contributors** |
| 43 | + |
| 44 | +- [honpey](https://github.com/honpey) made their first contribution in [\#76](https://github.com/koordinator-sh/koordinator/pull/76) |
| 45 | +- [saintube](https://github.com/saintube) made their first contribution in [\#97](https://github.com/koordinator-sh/koordinator/pull/97) |
| 46 | + |
3 | 47 | ## v0.2.0 |
4 | 48 |
|
5 | 49 | ## Isolate resources for best-effort workloads |
|
0 commit comments