Skip to content

Commit 46b152f

Browse files
committed
vendor: Bump hcsshim to 0.9.0
This change bumps hcsshim to 0.9.0. Main thing this tag contains is support for Kubernetes Host Process containers See: https://kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/ Signed-off-by: Daniel Canter <[email protected]>
1 parent e648fa2 commit 46b152f

63 files changed

Lines changed: 1413 additions & 361 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.16
55
require (
66
github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8
77
github.com/Microsoft/go-winio v0.5.0
8-
github.com/Microsoft/hcsshim v0.8.21
8+
github.com/Microsoft/hcsshim v0.9.0
99
github.com/containerd/aufs v1.0.0
1010
github.com/containerd/btrfs v1.0.0
1111
github.com/containerd/cgroups v1.0.1
@@ -60,7 +60,7 @@ require (
6060
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.0.1
6161
go.opentelemetry.io/otel/sdk v1.0.1
6262
go.opentelemetry.io/otel/trace v1.0.1
63-
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
63+
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
6464
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
6565
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
6666
google.golang.org/grpc v1.41.0

go.sum

Lines changed: 83 additions & 6 deletions
Large diffs are not rendered by default.

integration/client/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module github.com/containerd/containerd/integration/client
33
go 1.15
44

55
require (
6-
github.com/Microsoft/hcsshim v0.8.21
6+
github.com/Microsoft/hcsshim v0.9.0
77
github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1
88
github.com/containerd/cgroups v1.0.1
99
// the actual version of containerd is replaced with the code at the root of this repository
10-
github.com/containerd/containerd v1.5.1
10+
github.com/containerd/containerd v1.5.7
1111
github.com/containerd/containerd/api v0.0.0
1212
github.com/containerd/go-runc v1.0.0
1313
github.com/containerd/ttrpc v1.0.2

integration/client/go.sum

Lines changed: 78 additions & 3 deletions
Large diffs are not rendered by default.

vendor/github.com/Microsoft/hcsshim/.gitignore

Lines changed: 37 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/.golangci.yml

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/Makefile

Lines changed: 87 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/README.md

Lines changed: 78 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)