Go Cni Versions Save

A generic CNI library to provide APIs for CNI plugin interactions

v1.1.9

1 year ago

What's Changed

  • opts: add cgroupPath capability by @squeed in #110
  • Add Go 1.20 support by @austinvazquez in #111

New Contributors

  • @squeed made their first contribution in #110

Full Changelog: https://github.com/containerd/go-cni/compare/v1.1.8...v1.1.9

v1.1.8

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/containerd/go-cni/compare/v1.1.7...v1.1.8

v1.1.0

2 years ago
  • result: expose raw result (#67)
  • result: change Raw from a struct field to a method (#68)
  • Rename branch from master to main (#69)
  • remove dependency on github.com/pkg/errors (#71)
  • update github.com/containernetworking/cni from v0.8.0 to v1.0.1 (#70, #72)