Kevin Parsons
05dd66b2e6
Update go-winio in vendor.conf
...
Signed-off-by: Kevin Parsons <kevpar@microsoft.com>
2019-04-15 13:34:57 -07:00
Phil Estes
396eba1b23
Merge pull request #3216 from thaJeztah/bump_mistify_zfs
...
bump mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb
2019-04-15 15:44:15 -04:00
Lantao Liu
19e2b20c13
Use ctr images import.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-04-15 10:37:31 -07:00
Sebastiaan van Stijn
c9059c7673
bump mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb
...
- mistifyio/go-zfs#72 Switch to google/uuid
- removes the github.com/pborman/uuid dependency
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-04-14 13:31:22 +02:00
Lantao Liu
a7021d687a
Merge pull request #1135 from Random-Liu/update-containerd
...
Update containerd
2019-04-12 16:07:12 -07:00
Lantao Liu
34754d4337
Add cri
as required plugin.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-04-12 15:15:38 -07:00
Lantao Liu
603972523e
Update containerd to 32e788a8be
.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-04-12 15:13:45 -07:00
Michael Crosby
32e788a8be
Merge pull request #3205 from Random-Liu/test-runtime-for-cri
...
Use $TEST_RUNTIME for cri test.
2019-04-12 13:51:53 -04:00
Phil Estes
906e8bc7dc
Merge pull request #3207 from crosbymichael/ttrpc-deps
...
Requeue events in the ttrpc publisher
2019-04-12 17:54:12 +01:00
Michael Crosby
63c7a879b6
Requeue events in the shim publisher
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-04-12 11:57:20 -04:00
Jared Cordasco
fc167f9578
Correct PusherFunc helper to match Pusher intf
...
Signed-off-by: Jared Cordasco <jcordasc@coglib.com>
2019-04-12 09:12:55 -05:00
Jared Cordasco
a7af3c13a5
Correct import path in services/server package
...
Signed-off-by: Jared Cordasco <jcordasc@coglib.com>
2019-04-11 23:07:46 -05:00
Lantao Liu
9cc58781fa
Check task list to avoid unnecessary cleanup.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-04-11 16:29:09 -07:00
Michael Crosby
97d247cd0f
Rename hrpc
to tcpServer
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-04-11 15:06:06 -04:00
Derek McGowan
5f4c977ba0
Merge pull request #3162 from crosbymichael/tcpservice
...
Add tcp service for grpc listeners
2019-04-11 11:55:00 -07:00
Derek McGowan
ff90b036c7
Merge pull request #3202 from crosbymichael/nofile
...
Set nofile to 1048576
2019-04-11 11:47:57 -07:00
Derek McGowan
acca107732
Merge pull request #3204 from crosbymichael/fix-forward
...
Fix API forward events for shims
2019-04-11 11:46:46 -07:00
Lantao Liu
42aaca565a
Merge pull request #1129 from Random-Liu/use-v1-for-now
...
Use runc.v1 for now for debugging.
2019-04-11 10:46:09 -07:00
Michael Crosby
047348e198
Add dialer for events service
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-04-11 12:01:52 -04:00
Phil Estes
5703f415c6
Merge pull request #3197 from Random-Liu/add-required-plugins
...
Add support for required plugins.
2019-04-11 12:02:16 +02:00
Michael Crosby
ae87730ad2
Improve shim shutdown logic
...
Shims no longer call `os.Exit` but close the context on shutdown so that
events and other resources have hit the `defer`s.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-04-10 18:17:07 -04:00
Lantao Liu
fa759f6a1b
Merge pull request #1130 from Random-Liu/fix-status-hang
...
Update go-cni to 891c2a41e18144b2d7921f971d6c9789a68046b2.
2019-04-10 14:35:33 -07:00
Lantao Liu
a12f836d5a
Use $TEST_RUNTIME for cri test.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-04-10 14:11:03 -07:00
Lantao Liu
e425bd019a
Update go-cni to 891c2a41e18144b2d7921f971d6c9789a68046b2.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-04-10 12:07:59 -07:00
Lantao Liu
4b3b99ea11
Add support for required plugins.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-04-10 11:31:59 -07:00
Michael Crosby
4ba756edda
Fix API forward events for shims
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-04-10 13:34:34 -04:00
Michael Crosby
1a1f8f11a5
Set nofile to 1048576
...
Closes #3201
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-04-10 11:39:17 -04:00
Michael Crosby
b911ae3428
Add tcp service for grpc listeners
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-04-10 11:12:50 -04:00
Phil Estes
475619c29e
Merge pull request #3195 from crosbymichael/ttrpc-love
...
Use ttrpc in the daemon for event publishing from shims
2019-04-10 10:29:01 +02:00
Michael Crosby
a6f587e4c4
Use ttrpc to publish runtime v2 events
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-04-09 14:38:50 -04:00
Lantao Liu
5e3de1f43a
Use runc.v1 for now for debugging.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-04-09 10:58:59 -07:00
Michael Crosby
a8a805cad3
Add ttrpc server to containerd
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-04-09 13:08:23 -04:00
Phil Estes
db3a8637c1
Merge pull request #3194 from crosbymichael/shim-oom
...
Add GetOOMScore function
2019-04-09 17:30:52 +02:00
Michael Crosby
c93d645435
Add GetOOMScore function
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-04-09 10:40:54 -04:00
Georgi Sabev
ae5ca8177d
Refactor mount path check and add comments
...
Co-authored-by: Danail Branekov <danailster@gmail.com>
Signed-off-by: Georgi Sabev <georgethebeatle@gmail.com>
2019-04-09 16:20:05 +03:00
Phil Estes
aaca11c40d
Merge pull request #3189 from dmcgowan/extended-security-releases
...
Extend release timeline
2019-04-09 00:37:14 -04:00
Phil Estes
993fb310f6
Merge pull request #3160 from sofat1989/imageresume
...
delete the ingest when any errors happen during resuming status
2019-04-09 00:34:28 -04:00
Lantao Liu
ebb0928057
Merge pull request #1124 from Random-Liu/use-golang-1-11-6
...
Use golang 1.11.6 for now.
2019-04-08 14:30:13 -07:00
Lantao Liu
c20ba1ef11
Use golang 1.11.6 for now.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-04-08 08:55:30 -07:00
Akihiro Suda
4d313c00ab
Merge pull request #3186 from thaJeztah/bump_dependencies
...
Bump dependencies
2019-04-06 13:28:24 +09:00
fesu
7045801fd4
delete the ingest when any errors happen during resuming status
...
Signed-off-by: Su Fei <fesu@ebay.com>
2019-04-06 11:21:18 +08:00
Lantao Liu
d90e060462
Merge pull request #1121 from Random-Liu/update-containerd
...
Update containerd to 591e52c504
.
2019-04-05 12:39:48 -07:00
Derek McGowan
dcf6023c4c
Extend release timeline
...
Update releases active releases with latest version and timeline.
Extend 1.1 an additional 3 months to align with k8s 1.11 EOL and 3 months extended for security.
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2019-04-05 12:27:01 -07:00
Lantao Liu
bf112b3c2b
Update containerd 591e52c504
.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-04-05 11:39:34 -07:00
Phil Estes
d77a5bf72d
Merge pull request #3188 from masters-of-cats/clean-test
...
Introduce 'clean-test' target in Makefile
2019-04-05 14:24:07 -04:00
Lantao Liu
e8e3b9425b
Merge pull request #1118 from Random-Liu/support-comment-in-vendor
...
Support comment in vendor.
2019-04-05 10:51:36 -07:00
Lantao Liu
a022ddfcca
Support comment in vendor.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-04-05 10:00:17 -07:00
Georgi Sabev
d5b770aa87
Introduce 'clean-test' target in Makefile
...
When tests fail they could leave debris behind such as
- overlay mounts
- cgroups
- metadata
These debris can cause subsequent tests to fail
Co-authored-by: Danail Branekov <danailster@gmail.com>
Signed-off-by: Georgi Sabev <georgethebeatle@gmail.com>
2019-04-05 17:17:03 +03:00
Sebastiaan van Stijn
2583d9e426
update gogo/googleapis v1.2.0
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-04-05 14:55:19 +02:00
Sebastiaan van Stijn
a98df70da1
update containerd/btrfs af5082808c833de0e79c1e72eea9fea239364877
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-04-05 14:55:16 +02:00