Skip to content

Commit 84df737

Browse files
committed
vendor: github.com/containerd/containerd v1.5.3
full diff: containerd/containerd@v1.5.2...v1.5.3 - Fix User Agent sent to registry authentication server (changes default user- agent from "Go-http-client/1.1" to "containerd/v1.5.3") - Fix missing Body.Close() calls on push to docker remote - Change Wrapf of non-error to an actual error - fixes Failed to pull image (unexpected commit digest) - fix invalid validation error checking - Update hcsshim to 0.8.18 - Update Go to 1.16.6 - content/local: inline sys.StatATimeAsTime() - windows: Use GetFinalPathNameByHandle for ResolveSymbolicLink - Fix cleanup context of teardownPodNetwork - fixes CRI fails to invoke CNI plugin to teardown network when RunPodSandbox times out - sandbox: send pod UID to CNI plugins as K8S_POD_UID Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 5ae2af4 commit 84df737

11 files changed

Lines changed: 83 additions & 10 deletions

File tree

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ github.com/googleapis/gax-go bd5b16380fd03dc758d11cef74ba
127127
google.golang.org/genproto 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8
128128

129129
# containerd
130-
github.com/containerd/containerd 36cc874494a56a253cd181a1a685b44b58a2e34a # v1.5.2
130+
github.com/containerd/containerd 0e8719f54c6dc6571fc1170da75a85e86c17636b # v1.5.3
131131
github.com/containerd/fifo 650e8a8a179d040123db61f016cb133143e7a581 # v1.0.0
132132
github.com/containerd/continuity bce1c3f9669b6f3e7f6656ee715b0b4d75fa64a6 # v0.1.0
133133
github.com/containerd/cgroups b9de8a2212026c07cec67baf3323f1fc0121e048 # v1.0.1

vendor/github.com/containerd/containerd/content/local/store.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/content/local/store_bsd.go

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

vendor/github.com/containerd/containerd/content/local/store_openbsd.go

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

vendor/github.com/containerd/containerd/content/local/store_unix.go

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

vendor/github.com/containerd/containerd/go.mod

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/metadata/containers.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/metadata/content.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/containerd/remotes/docker/auth/fetch.go

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

vendor/github.com/containerd/containerd/remotes/docker/pusher.go

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

0 commit comments

Comments
 (0)