Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
vendor: update kata agent
Browse files Browse the repository at this point in the history
Increase dial timeout to fix context deadline exceeded when
using vsocks

Shortlog:
93fe84e protocols: increase dial timeout
730b977 client: bypass grpc dialer backoff strategy
41c09c2 agent: enable memory hierarchical account
4f70b1c channel: remove unused functions
f6486e7 channel: support communication channel hotplug
28afabb release: Kata Containers 1.2.0

fixes #576

Signed-off-by: Julio Montes <[email protected]>
  • Loading branch information
Julio Montes committed Aug 20, 2018
1 parent d748b26 commit 49690b0
Show file tree
Hide file tree
Showing 6 changed files with 537 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

[[constraint]]
name = "github.com/kata-containers/agent"
revision = "e6d26c1bbbaf1c7292b1ee5dfa17ca13159f73b7"
revision = "cd8f37b29332cbc081f00e4186c59944a79574fd"

[[constraint]]
name = "github.com/containerd/cri-containerd"
Expand Down
202 changes: 202 additions & 0 deletions vendor/github.com/containernetworking/cni/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 112 additions & 0 deletions vendor/github.com/containernetworking/cni/pkg/types/args.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 49690b0

Please sign in to comment.