vendor: update agent

This new version of kata-agent brings support for
stats of a certain container

Short logs:
077e6f9 grpc : Add the StatsContainer api for `events cli`
d29bf53 block: Get rid of device prediction for Storage as well
3b565ad block: Use PCI address to determine block device name

Signed-off-by: Haomin <caihaomin@huawei.com>
This commit is contained in:
c00416947 2018-05-11 19:19:57 +08:00
parent 91e9ed0898
commit f1f534c6ae
3 changed files with 3422 additions and 120 deletions

4
Gopkg.lock generated
View File

@ -99,7 +99,7 @@
"protocols/client",
"protocols/grpc"
]
revision = "04d58dd248a36404c33c9d12c499c60f1828060b"
revision = "ea0e6ae4862c8af0b2d10eb6c074682fd676016a"
[[projects]]
name = "github.com/kubernetes-incubator/cri-o"
@ -263,6 +263,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "976f719dc5f3fd1a56eb21237161c89b7f499a14e4b0638bc358698d4e0dbf8f"
inputs-digest = "cb04b7652592ba04799fda27eb1f6d2034b5d669e1c82665d223fb004d676652"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -60,7 +60,7 @@
[[constraint]]
name = "github.com/kata-containers/agent"
revision = "04d58dd248a36404c33c9d12c499c60f1828060b"
revision = "ea0e6ae4862c8af0b2d10eb6c074682fd676016a"
[[constraint]]
name = "github.com/containerd/cri-containerd"

File diff suppressed because it is too large Load Diff