Skip to content

Releases: microsoft/hcsshim

v0.10.0-rc.2

06 Dec 01:20
734a0ed
Compare
Choose a tag to compare
v0.10.0-rc.2 Pre-release
Pre-release
plumb AMD certs to workload containers (#1549)

confidential containers: Add AMD cert plumbing

Add logic to plumb AMD certificates to workload containers. The
assumption is that the certificates will be "fresh enough" for
necessary attestation and key release by the workflow and third
party services.

Additionally add error logging when UVM reference info file
is not found

Signed-off-by: Maksim An <[email protected]>

v0.9.5

31 Oct 23:43
e0b7d33
Compare
Choose a tag to compare

What's Changed

  • [release/0.9] Call container.Terminate() on shutdown timeouts #1554

Full Changelog: v0.9.4...v0.9.5

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