Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit d421237

Browse files
committed
uprev vendor kata client
This uprev includes the following fix: agent: disable yamux keep alive Signed-off-by: fupan <lifupan@gmail.com>
1 parent 2fe3bfa commit d421237

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

vendor/github.com/kata-containers/agent/protocols/client/client.go

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

vendor/vendor.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2147,15 +2147,19 @@
21472147
{
21482148
"path": "gopkg.in/yaml.v2",
21492149
"revision": "a3f3340b5840cee44f372bddb5880fcbc419b46a"
2150-
}
2150+
},
2151+
{
2152+
"path": "github.com/kata-containers/runtime/virtcontainers",
2153+
"revision": "fca7eb822d29380502f38296b71b6e969253c4ee"
2154+
},
21512155
{
2152-
"path": "github.com/kata-containers/runtime/virtcontainers",
2153-
"revision": "fca7eb822d29380502f38296b71b6e969253c4ee"
2154-
}
2156+
"path": "github.com/kata-containers/agent/protocols/grpc",
2157+
"revision": "7de74f37cd1e015b2735e7f80d01289fa30d450d"
2158+
},
21552159
{
2156-
"path": "github.com/kata-containers/agent/protocols/grpc",
2157-
"revision": "7de74f37cd1e015b2735e7f80d01289fa30d450d"
2158-
}
2160+
"path": "github.com/kata-containers/agent/protocols/client",
2161+
"revision": "17b44df35a174c09966cf9d2ccc8472a597feda1"
2162+
}
21592163
],
21602164
"rootPath": "github.com/hyperhq/hyperd"
21612165
}

0 commit comments

Comments
 (0)