Skip to content

Releases: containerd/nri

v0.6.1

18 Apr 21:57
fa64d11
Compare
Choose a tag to compare

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

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 Feb 09:02
bac4892
Compare
Choose a tag to compare

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

13 Nov 17:57
51b5b48
Compare
Choose a tag to compare

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

15 Sep 22:15
c68cf49
Compare
Choose a tag to compare

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

12 Sep 23:25
e2d9a1b
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0...v0.4.0