Skip to content

Releases: microsoft/hcsshim

v0.9.4

23 Jul 01:59
e6107b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3

20 May 22:44
50b68e6
Compare
Choose a tag to compare

What's Changed

  • [release/0.9] Fix for linter issue on release/0.9 branch by @ameyag in #1385
  • [release/0.9] Fix for port conflict with docker daemon by @ameyag in #1373
  • [release/0.9] Query stats directly in-shim by @dcantah in #1403

Full Changelog: v0.9.2...v0.9.3

v0.8.24

24 Feb 23:48
f43a5f8
Compare
Choose a tag to compare

What's Changed

  • [release/0.8] Backport 'Bugfix for UnicodeString constructor' by @dcantah in #1306

Full Changelog: v0.8.23...v0.8.24

v0.9.2

19 Jan 01:09
fc4f38d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

11 Nov 00:22
460ff88
Compare
Choose a tag to compare

What's Changed

  • [release/0.9] Fix commandline double quoting for job containers by @dcantah in #1226
  • [release/0.9] go.mod: Bump ttrpc to 1.1.0 by @dcantah in #1225
  • [release/0.9] Add reconnect logic for stdio pipes by @dcantah in #1227

Full Changelog: v0.9.0...v0.9.1

v0.8.23

11 Nov 01:12
133feb6
Compare
Choose a tag to compare

What's Changed

  • [release/0.8] Support specifying a specific logrus log level for shim log output by @dcantah in #1213
  • [release/0.8] Add reconnect logic for stdio pipes by @dcantah in #1214
  • [release/0.8] go.mod: Bump ttrpc to 1.1.0 by @dcantah in #1224

Full Changelog: v0.8.22...v0.8.23

v0.9.0

08 Oct 01:08
2a4f814
Compare
Choose a tag to compare

What's New

  • The runhcs containerd shim now supports launching Host Process containers.
  • LCOW layers can now be encrypted via dmverity.
  • Process dumps can now be generated for WCOW and LCOW via an OCI annotation.
  • LCOW container execs now run as whatever user the container was launched as, unless the spec was overridden with a different user.
  • Shared memory is now configurable via an OCI annotation.
  • WCOW supports extensible virtual disks as data disks.
  • LCOW supports hugepage mounts if the kernel used is built with this support.

See the Changelog for the full list of changes!

Bug Fixes

  • Fix duplicate "failed" in HCS error strings.
  • Get rid of redundant logs in HCN version range checks.
  • HNS v1 policy schemas now have correct omitEmpty fields.

See the Changelog for the full list of changes!

Changelog

Read more

v0.8.22

10 Sep 07:21
717ae58
Compare
Choose a tag to compare

Dependencies

v0.8.21

26 Aug 23:28
54f80fb
Compare
Choose a tag to compare

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

v0.8.20

08 Jul 23:27
3ad51c7
Compare
Choose a tag to compare

Packages

  • Fixed an issue in the github.com/Microsoft/hcsshim package where IsAlreadyStopped and IsNotExist would erroneously return true for ERROR_PROC_NOT_FOUND (#1065).