Skip to content

v0.8.10

Choose a tag to compare

@kevpar kevpar released this 23 Sep 18:41
3805087

Highlights

  • shim: Added support for GMSA in HCS schema v2 process-isolated Windows containers.
  • shim: Added support for assigning host devices into process-isolated Windows containers.
  • shim: Correctly calculate cap for UVM CPU count when there are multiple processor groups on the host.
  • shim: Switched to connect directly to the GCS for hypervisor-isolated Windows containers. This should improve reliability and allow future innovations.
  • shim: Removed code that blocked processor weight/maximum to be set for processor QoS for process-isolated Windows containers. Previously there was an OS issue preventing this from working, but that has been fixed.
  • hcsshim package: Fixed an issue that could cause Windows container layers to have incorrect modification timestamps. This could lead to a case impacting container start time due to directory timestamps not matching the expected value. #830.