Skip to content

v0.8.21

Compare
Choose a tag to compare
@dcantah dcantah released this 26 Aug 23:28
· 17 commits to release/0.8 since this release
54f80fb

Packages

  • Adjusted behavior in the github.com/microsoft/hcsshim/hcn package where logs were being generated on every invocation of any of the hcn.XSupported methods or hcn.GetSupportedFeatures. There's now only one log printed on the first invocation of any of the methods.
  • Add a new GetCachedSupportedFeatures to the github.com/microsoft/hcsshim/hcn package. This optimizes for scenarios where multiple calls are made to check if certain features are supported by caching the very first result from HCN.
  • Add a new GetHNSEndpointStats function to the github.com/microsoft/hcsshim/ package. This allows statistics about the hns endpoint to be queried.

Bug Fixes/Misc.

  • Add a best effort fix to remedy some errors seen during container layer setup on RS5 (Windows Server 2019). See #919