Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 443 Bytes

RELEASE_NOTES.md

File metadata and controls

10 lines (8 loc) · 443 Bytes

Release Notes

0.2

  • Error messages from gvproxy are now returned to the caller, instead of being dropped.
  • Fixed a bug where calling the plugin with no ports specified would cause an unexpected end of JSON input error.
  • Fixed a bug where the plugin could return an error on a CNI DEL command, in violation of the CNI spec.
  • The plugin will now print its version when called directly, without arguments.

0.1

  • Initial release