v0.7.0
What's Changed
- docs: fix broken link to sample plugins in README.md by @weiyuhang2011 in #81
- Modify hook-injector plugin to monitor directories to match cri-o by @AbdelrahmanElawady in #84
- network device injector plugin by @aojea in #82
- go.{mod,sum}, .github: bump minimum golang version to 1.20. by @klihub in #88
- plugins/template: fix a typo in a comment. by @klihub in #96
- plugins/device-injector: fix a small typo in README.md. by @klihub in #97
- stop closed plugins that will be removed by @Iceber in #89
- stub: support restart after stub stopped by @zhaodiaoer in #91
- support pids cgroup by @yylt in #76
- types: Fix a typo by @coolljt0725 in #101
- api: add support for NRI-native CDI injection by @klihub in #98
- Add support for adjusting OOM score adjustment. by @zxj874478410 in #94
- Reset source path of api.pb.go to pkg/api/api.proto by @zxj874478410 in #104
- adaptation: close plugin if initial synchronization fails. by @klihub in #103
- codespell: add codespell config, workflow, fix spelling errors. by @klihub in #105
- fixes: fix mount removal in adjustments, add a test case for it. by @klihub in #107
- sync sandboxes and containers after starting the pre-installed plugins by @Iceber in #43
- deps: bump gingko to v2.19.1, golang to v1.21.x. by @klihub in #110
- ci: verify that code generation works and results match by @askervin in #113
- api: pass configured timeouts to plugins. by @klihub in #109
- fixes: use multiple sync messages if we hit ttrpc max message limit. by @klihub in #111
- device-injector: remove unreachable code. by @CormickKneey in #115
- generate: do not set OOMScoreAdj if no adjustment by @samuelkarp in #116
New Contributors
- @weiyuhang2011 made their first contribution in #81
- @AbdelrahmanElawady made their first contribution in #84
- @aojea made their first contribution in #82
- @zhaodiaoer made their first contribution in #91
- @yylt made their first contribution in #76
- @coolljt0725 made their first contribution in #101
- @zxj874478410 made their first contribution in #94
- @askervin made their first contribution in #113
- @CormickKneey made their first contribution in #115
Full Changelog: v0.6.1...v0.7.0