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

0.19 KubeCon special release (November 2017)

Pre-release
Pre-release
Compare
Choose a tag to compare
@shuklanirdesh82 shuklanirdesh82 released this 02 Dec 03:15
· 36 commits to master since this release
641f741

Please note that DEB/RPM packages are deprecated and may not be available after December 2017 release.

What's New

  • Support for Windows Containers: Promoted from "Developer Tech-preview"!
    • Performance improvements for volume creation operation.
  • Bug fixes & improved code quality (Please see "Change Log" section)

Developer Tech-preview features

Above feature should not be used in production. Please let us know if you've any feedback or feature requests.

Contact us at

Downloads

Installation instructions

Change Log

0.19 (2017-12-01)

Full Changelog

Closed issues:

  • IndexError('tuple index out of range',) when trying to create any volume with v0.18 #1996
  • [vFile] allow user to choose ETCD ports for vFile usage #1970
  • Error creating volumes #1969
  • Limit the number of log files generated by vDVS/vFile #1964
  • cannot create/delete volumes when using the cli Docker EE with UCP #1950
  • Revisit the error handling for vFile design #1943
  • Investigate possible etcd persistence issues #1937
  • Skylight performance improvement - Investigate to reduce disk-attach wait time in the Windows plugin #1780
  • Handle swarm node role change in vFile plugin #1732
  • Allow multiple Docker Hosts accessing same volume #1608
  • Skylight performance improvement - Investigate accelerating fs_windows implementation #1553

Merged pull requests:

  • Implement the new locking and notification system for vFile #2001 (luomiao)
  • Allow for a null VC uuid for a VM to allow the plugin to be used on standalone hosts. #1997 (govint)
  • Reduce disk-attach wait time in the Windows plugin (fixes #1780) #1991 (shuklanirdesh82)
  • allow user to choose ETCD ports for vFile usage #1988 (lipingxue)
  • Allow create calls to be idempotent in the VDVS plugin #1985 (govint)
  • Fix to use slot number to generate the PCI bridge function number. #1982 (govint)
  • Support identifying controllers on secondary PCI buses. #1978 (govint)
  • Fix issue in build.sh and add more log for vFile. #1975 (lipingxue)
  • Limit the number of log files generated by vDVS/vFile #1973 (shuklanirdesh82)
  • vFile: Add data-dir setting and rejoin function for ETCD. #1945 (luomiao)
  • vFile: handle swarm node promotion and demotion #1868 (luomiao)