vendor: udpate agent dependency

To include the grpc yamux dialer.

Included kata agent git log:
e37feac protocol: client: enable builtin yamux client support
a862fea agent: Fix container creation rollback
9602e11 vendor: Update libcontainer vendoring
92f87a1 agent: Rollback properly when container creation fails
128f87d mount: Correct error message with mount failure.
7a182a4 device: VmPath can be empty if an Id is provided
0275654 ci: lib: allow override of tests_repo
205a4d7 github: Add issue template
103aacd announce: Add total memory
e277ec6 announce: Add device and storage handlers
5d7463f announce: Add standard fields when running as PID 1
4655950 agent: Add announce function
5e6c385 CI: Require pullapprove ack for protocol changes
5d40027 tests: Skip more tests if non-root
4ba8499 tests: Use root skip function
9a2da30 tests: Move helper function
ae2be84 device: Add validation and debug
9e7b27c mount: Log params and validate

Signed-off-by: Peng Tao <bergwolf@gmail.com>
This commit is contained in:
Peng Tao
2018-04-05 00:14:38 +00:00
parent 5a9ff3c235
commit 8ead054e25
10 changed files with 1827 additions and 10 deletions

View File

@@ -60,7 +60,7 @@
[[constraint]]
name = "github.com/kata-containers/agent"
revision = "a93071539feee29bfa22b6184380d3fd7c156ef7"
revision = "c8199f60759a1d52932df37a1af710cdeada8c81"
[[constraint]]
name = "github.com/containerd/cri-containerd"
@@ -74,3 +74,7 @@
non-go = true
go-tests = true
unused-packages = true
[[constraint]]
branch = "master"
name = "github.com/hashicorp/yamux"