Releases: microsoft/hcsshim
Releases · microsoft/hcsshim
v0.5.1: Merge pull request #77 from darrenstahlmsft/RemoveTP5
Remove TP5 support
Fix bugs in v0.4.4
This fixes a few issues in the new utility VM layer support that was introduced in v0.4.4.
Update release to add support for servicing layers
Don't follow reparse points when cloning the utility VM This works around a Go issue where on Windows filepath.Walk follows reparse points.
v0.5.0: Merge pull request #72 from darrenstahlmsft/ContainerError
Stop saying all container errors occured in win32
v0.4.3: Merge pull request #62 from msabansal/dns
Added dns support
v0.4.2: Merge pull request #65 from Microsoft/jjh/processlist
Add support for ProcessList
v0.4.1: Merge pull request #63 from darrenstahlmsft/ReparseModifiedTime
Only update directory modified times if not a reparse point
v0.4.0: Merge pull request #61 from darrenstahlmsft/RemoveOldAPI
Deleting old API in preparation for v0.4.0
v0.3.5: Merge pull request #51 from Microsoft/ContainerAlreadyStoppedError
Added known error code when shutdown is already complete
v0.3.4: Merge pull request #49 from Microsoft/CallbackLock
Prevent deadlock when unregistering notification handler