Releases: containerd/nri
Releases · containerd/nri
v0.8.0
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
v0.6.1
What's Changed
- go.mod: github.com/containerd/ttrpc v1.2.3 by @thaJeztah in #71
- Fix deadlock during NRI plugin registration by @bobbypage in #79
New Contributors
- @bobbypage made their first contribution in #79
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Task: fix typo in godoc by @thaJeztah in #61
- socketpair_unix: avoid double close(), set FD_CLOEXEC by @champtar in #66
- adaptation, stub: allow extra ttrpc client and server options. by @klihub in #67
- socketpair_windows: remove implementation for now by @champtar in #69
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.1.1
What's Changed
- [release/0.1 backport] remove containerd as dependency by @thaJeztah in #58
Full Changelog: v0.1.0...v0.1.1
v0.5.0
This release removes the circular dependency on github.com/containerd/containerd
What's Changed
- scripts: fix protobuf URL on arm64 by @thaJeztah in #52
- make plugins/ulimit-adjuster a separate module by @thaJeztah in #54
- remove containerd as dependency by @thaJeztah in #51
- gha: remove GOPATH and workingdir, update actions/setup-go@v4, actions/checkout@v4 by @thaJeztah in #53
- Take pkg/hooks from github.com/containers/common (carry 46) by @thaJeztah in #55
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- api: initialize OCI LinuxMemory resources to empty. by @klihub in #37
- docs: add a chapter about security considerations. by @klihub in #36
- Makefile: fix 'install-*' targets. by @klihub in #38
- Add gitignore for build artifacts by @austinvazquez in #32
- update module name of the logger plugin by @Iceber in #41
- fix the
NRI_PLUGIN_NAME
env value when launching a pre-installed plugin by @Iceber in #42 - Fix ParseEventMask to produce proper masks for 'pod' and 'container' shorthand event notations. by @ZP-AlwaysWin in #39
- Updated the OCI Hook Injector README to resovle broken links to the p… by @swgriffith in #34
- stub: pass context to plugins, pass updated resources to UpdateContainers. by @klihub in #40
- .github: add test build to CI workflow. by @klihub in #47
- Add support for rlimits by @samuelkarp in #48
- releases: update note about 0.4.0 by @samuelkarp in #50
New Contributors
- @Iceber made their first contribution in #41
- @ZP-AlwaysWin made their first contribution in #39
- @swgriffith made their first contribution in #34
- @samuelkarp made their first contribution in #48
Full Changelog: v0.3.0...v0.4.0