Commit Graph

  • 8c7e6be290
    Merge pull request #3870 from dmcgowan/download-during-apply Phil Estes 2019-12-19 00:11:04 -0500
  • aac1ba0da4
    Merge pull request #3893 from Zyqsempai/3736-added-cpu-and-memory-metrics Phil Estes 2019-12-19 00:09:21 -0500
  • 02dcf384bf
    Disable criu tests in Travis CI Phil Estes 2019-12-17 21:26:38 -0500
  • 62adc516dd sys: mkdirAs: do chown if dir already exists Akihiro Suda 2019-12-18 14:13:40 +0900
  • ff8a2e7c65
    Merge pull request #1359 from AkihiroSuda/shim-v2-runc-v2 Lantao Liu 2019-12-17 11:24:22 -0800
  • 9b5581cc9c
    Merge pull request #3887 from joakimr-axis/joakimr-axis_scripts Michael Crosby 2019-12-17 09:20:32 -0500
  • 49e7039a85 cpu metrics consistency Boris Popovschi 2019-12-17 12:30:12 +0200
  • b9d9bdf1fd make cpu metrics consistent with v2 docs Boris Popovschi 2019-12-17 12:22:55 +0200
  • 929ab521c6 fix system usage naming Boris Popovschi 2019-12-17 11:05:28 +0200
  • 659c971cad task metrics fix Boris Popovschi 2019-12-17 10:52:37 +0200
  • 23dbae3e71 Schema name fix Boris Popovschi 2019-12-17 10:40:11 +0200
  • 566121485b
    Merge pull request #3868 from awprice/issue-3850 Derek McGowan 2019-12-16 21:43:10 -0800
  • 17d61d6b7e Units fix Boris Popovschi 2019-12-16 19:54:21 +0200
  • f287bc2292 Schema names fix bpopovschi 2019-12-16 19:28:42 +0200
  • 6bfb24824b Fix prometheus metrics units bpopovschi 2019-12-16 18:27:50 +0200
  • b98cc79184 Added memory and cpu metrics for cgroupv2 bpopovschi 2019-12-16 16:10:51 +0200
  • aaddaa2732 bump up the default runtime to "io.containerd.runc.v2" Akihiro Suda 2019-12-13 16:01:33 +0900
  • 5473637144
    Merge pull request #3892 from mxpv/dm-retry Akihiro Suda 2019-12-14 15:26:03 +0900
  • 6c82fe5429
    Merge pull request #3891 from AkihiroSuda/rename-pids-v2 Phil Estes 2019-12-14 13:16:50 +1100
  • 75efbaf678 Attempt to make device mapper snapshotter tests less flaky Maksym Pavlenko 2019-12-13 13:20:23 -0800
  • 9eef69e3ae Update after review comments Joakim Roubert 2019-12-13 08:07:08 +0100
  • 43fca9eba2 metrics: rename pids_v2 to pids Akihiro Suda 2019-12-13 15:15:45 +0900
  • 082f7e3aed
    Merge pull request #3890 from estesp/printf-to-log Michael Crosby 2019-12-12 21:02:39 -0500
  • 61d3e49b42
    Merge pull request #1357 from darfux/add-container-restart-test Lantao Liu 2019-12-12 16:52:00 -0800
  • a022c21819 Improve host fallback behaviour in docker remote Alex Price 2019-12-03 11:38:46 +1100
  • fa62b6d238
    Use logrus instead of printf for warning Phil Estes 2019-12-12 19:33:04 -0500
  • ff91f225fa
    Merge pull request #3889 from dmcgowan/allow-empty-scope Phil Estes 2019-12-13 07:36:04 +1100
  • 5d93ece758
    Merge pull request #3799 from AkihiroSuda/cgroup2 Michael Crosby 2019-12-12 14:30:19 -0500
  • 1649e8e43b
    Merge pull request #3848 from liaojh1998/master Michael Crosby 2019-12-12 14:20:07 -0500
  • 08517e5864
    Allow empty scope authorization Derek McGowan 2019-12-12 11:02:25 -0800
  • 499fbb0337 Improve install scripts Joakim Roubert 2019-12-12 13:25:25 +0100
  • 55698e6942
    Merge pull request #3886 from joakimr-axis/joakimr-axis_helptext Akihiro Suda 2019-12-12 20:12:10 +0900
  • e0011978ff start.go: Improve help text Joakim Roubert 2019-12-12 11:19:26 +0100
  • 9862cb8f85 support user remapping in ctr Jie Hao Liao 2019-11-25 01:39:33 -0600
  • 5cccd008a0 integration: Add container restart test darfux 2019-12-11 22:07:39 +0800
  • e68cc95fe4
    Merge pull request #1356 from Random-Liu/revert-#1349 Lantao Liu 2019-12-11 17:14:01 -0800
  • 0253fa42aa
    Merge pull request #1358 from mikebrow/buildfix-appveyor Mike Brown 2019-12-11 13:12:33 -0800
  • 7fcef89b7d add removal of old go Mike Brown 2019-12-11 12:45:07 -0600
  • b02e20f12e cgroup2: enable controllers automatically Akihiro Suda 2019-12-06 15:39:54 +0900
  • 8f870c233f support cgroup2 Akihiro Suda 2019-11-05 13:31:48 +0900
  • f01665aa02
    Merge pull request #3881 from liaojh1998/idmap Akihiro Suda 2019-12-11 20:05:28 +0900
  • 78e6d6175e Update golang to 1.13.4. Lantao Liu 2019-12-10 13:18:49 -0800
  • f0c6684ef1
    Merge pull request #3884 from danbev/building-correction Michael Crosby 2019-12-10 09:57:18 -0500
  • caeacfce34 Correct grammar/typo in BUILDING.MD Daniel Bevenius 2019-12-10 12:19:25 +0100
  • 51a6813c06 Split uid and gid user ns remapping in oci Jie Hao Liao 2019-12-09 20:43:49 -0600
  • 0c2d3b718d Fix privileged devices. Lantao Liu 2019-12-09 17:42:14 -0800
  • 78708b20c7
    Merge pull request #1351 from Random-Liu/better-unknown-state-handling Lantao Liu 2019-12-09 10:34:57 -0800
  • 30d92eff1c
    Defer layer download until unpack Derek McGowan 2019-11-27 11:07:15 -0800
  • e8948e11aa
    Merge pull request #3878 from crosbymichael/bump-console Phil Estes 2019-12-06 18:48:51 -0500
  • 85e8b7f816
    Merge pull request #3877 from crosbymichael/go-runc-race Phil Estes 2019-12-06 18:48:11 -0500
  • facbaa0e79 Better handle unknown state. Lantao Liu 2019-12-05 14:51:02 -0800
  • 9d5a095b00 Bump containerd console for os.File changes Michael Crosby 2019-12-06 13:46:47 -0500
  • cd23ad2447 Bump go-runc for buffer race fix Michael Crosby 2019-12-06 11:40:50 -0500
  • 69828d0bb2
    Merge pull request #1349 from Zyqsempai/1316-use-with-host-devices Mike Brown 2019-12-05 14:13:48 -0800
  • 640ca7812f
    Merge pull request #3874 from crosbymichael/image-meta Maksym Pavlenko 2019-12-04 11:15:02 -0800
  • 6a22a8fc9e Return the underlying images metadata Michael Crosby 2019-12-04 13:03:41 -0500
  • 6ed7ec4472
    Merge pull request #3872 from liaojh1998/ctr-run-readonly Phil Estes 2019-12-04 09:43:25 -0500
  • 5d7bd738e4 Use containerD WithHostDevices bpopovschi 2019-12-03 17:53:29 +0200
  • 787be0efe2 Modify ctr run to search for read-only flag instead of readonly Jie Hao Liao 2019-12-04 00:15:44 -0600
  • 5af0dcbe9d
    Merge pull request #3869 from estesp/enable-appveyor-for-release-branches Michael Crosby 2019-12-03 17:26:30 -0500
  • cfb4f734da
    Make sure for next release branch appveyor runs Phil Estes 2019-12-03 12:51:12 -0500
  • 8b12d46a39
    Merge pull request #3867 from awprice/issue-3865 Akihiro Suda 2019-12-03 11:07:39 +0900
  • f92470b3eb Fix dependency in BUILDING.md Alex Price 2019-12-03 10:59:47 +1100
  • 0881caa9bd
    Merge pull request #1348 from thaJeztah/bump_kubernetes_1.16.3 Lantao Liu 2019-12-02 10:15:35 -0800
  • b0821c801d
    Merge pull request #3857 from Random-Liu/fix-container-pid Michael Crosby 2019-12-02 11:43:43 -0500
  • 8883983731
    Merge pull request #3860 from sayaoailun/master Michael Crosby 2019-12-02 09:54:01 -0500
  • f2ef7b7d79
    Merge pull request #3858 from thaJeztah/reformat_vendor Michael Crosby 2019-12-02 09:03:37 -0500
  • a6b6097c90 Fix container pid. Lantao Liu 2019-11-27 15:29:44 -0800
  • 444f02a89e
    Merge pull request #1344 from darfux/add-resolvconf-to-sandbox-container Lantao Liu 2019-12-01 21:25:19 -0800
  • 726dcaea50 update cpuinfo to make variant matches aarch64 and so on sayaoailun 2019-11-30 23:48:10 +0800
  • 6fa9a42ea7
    vendor.conf: sort imports alphabetically Sebastiaan van Stijn 2019-11-28 13:45:30 +0100
  • a44189d2ff
    vendor.conf: pin all dependencies by git-sha Sebastiaan van Stijn 2019-11-28 13:44:07 +0100
  • 55ea3dc9b1
    vendor.conf: reformat to use columns Sebastiaan van Stijn 2019-11-28 11:59:23 +0100
  • d63c62fb30
    update kubernetes dependency to v1.16.3 Sebastiaan van Stijn 2019-11-28 14:44:15 +0100
  • dbc1fb37d0 Provide resolvConf to sandbox container's mounts Li Yuxuan 2019-11-26 18:34:53 +0800
  • 3a31ce267d
    Merge pull request #3853 from dmcgowan/fix-content-test-cleanup-race Wei Fu 2019-11-27 22:58:37 +0800
  • 40e147cb73
    Merge pull request #1347 from Random-Liu/fix-typo Lantao Liu 2019-11-26 16:36:23 -0800
  • 4f350ad474 Fix typo. Lantao Liu 2019-11-26 15:09:07 -0800
  • ae3c28c4d7
    Merge pull request #1345 from Random-Liu/insecure-skip-verify Lantao Liu 2019-11-26 14:34:55 -0800
  • ab6701bd11 Add insecure_skip_verify option. Lantao Liu 2019-11-26 13:25:52 -0800
  • 3e5402ce02
    Merge pull request #3852 from estesp/update-vendors Derek McGowan 2019-11-26 12:00:04 -0800
  • 8da4346686
    Fix cleanup error on content client test Derek McGowan 2019-11-26 11:22:35 -0800
  • d4d337b425
    Merge pull request #1338 from Random-Liu/add-windows-release-tar-for-test Lantao Liu 2019-11-26 10:58:13 -0800
  • 75a46cec6a
    Merge pull request #3851 from thaJeztah/bump_go_runc Akihiro Suda 2019-11-26 23:50:40 +0900
  • 252d6550f5
    Update cri and docker vendors Phil Estes 2019-11-26 09:46:46 -0500
  • 8a66dc6edb
    bump containerd/go-runc a2952bc25f5116103a8b78f3817f6df759aa7def Sebastiaan van Stijn 2019-11-26 14:54:26 +0100
  • 45fb5aeaf7
    Merge pull request #3793 from dmcgowan/prepare-snapshot-target Akihiro Suda 2019-11-26 13:56:18 +0900
  • 0cb707e5f6 Add build script, this will be used in CI. Lantao Liu 2019-11-15 17:26:31 -0800
  • a60143be5b Add GOOS=windows make release support. Lantao Liu 2019-11-15 10:27:55 -0800
  • 4cc8bafa20 Update vendors. Lantao Liu 2019-11-15 10:27:26 -0800
  • c9d45e6526
    Merge pull request #1341 from estesp/update-docker-vendor Lantao Liu 2019-11-25 14:27:25 -0800
  • 526c0db693
    Support target snapshot references on prepare Derek McGowan 2019-10-09 17:23:46 -0700
  • d1261b5087
    Update snapshot parent filter property to always exist Derek McGowan 2019-10-31 17:18:14 -0700
  • d6359df24f
    Update docker/docker vendor to upstream latest Phil Estes 2019-11-22 16:23:29 -0500
  • 383f4a77ee
    Merge pull request #3842 from estesp/update-x-sys-vendor Wei Fu 2019-11-23 23:25:18 +0800
  • 11ef041ff4
    Update golang.org/x/sys to recent commit Phil Estes 2019-11-22 19:34:38 -0500
  • c3b1bc931b
    Merge pull request #3836 from egernst/devmapper-docs-update Michael Crosby 2019-11-22 14:35:19 -0500
  • c68848f69b
    Merge pull request #3830 from fahedouch/spec_test Phil Estes 2019-11-22 10:05:24 -0800
  • afd33bce81 test add tests to spec_opts fahedouch 2019-11-15 21:39:58 +0100
  • 731e144a48 devmapper: update example base image size in README Eric Ernst 2019-11-20 12:26:16 -0800