github containerd/containerd v1.4.0-beta.1
containerd 1.4.0-beta.1

latest releases: v1.7.15, v1.6.31, v2.0.0-rc.0...
pre-release3 years ago

containerd 1.4.0-beta.1

Welcome to the v1.4.0-beta.1 release of containerd!
This is a pre-release of containerd

The fifth major release of containerd includes a mix of new features and
expanded support, such as support for CGroups v2, expanded SELinux support,
support for Windows on Kubernetes through CRI, and support for snapshotters
based on shared remote storage. All significant bug and stability fixes included
in this release are also available on supported prior releases. Like previous
major releases, what is not included in this release is also important. There
are only two small additions to the API with no backwards incompatible changes,
allowing client and daemon upgrades to be done independently without disruption.
The incredible increase in usage of containerd over the last year has shown the
value of our core principles to easily expand support for different use cases
while driving toward ever increasing stability.

Runtime

  • Support cgroups v2 #3726
  • Improved SELinux support
  • Rework shim logger shutdown process #4162

Snapshots

  • Support target snapshot option on prepare to allow skipping prepare when snapshot reports target already exists #3793
  • Add filters to walk function #3709
  • Support for FUSE mounts #3765
  • Snapshotter options passed to backend #4080
  • Support for lazy-pull snapshotters such as stargz-snapshotter

Plugins

  • Proxy snapshotter support for cleanup #3925

Client

  • Add spec options for host device and privileged handling #3718
  • WithLease takes options for more flexibility #3719
  • Add unpack options for pull #3826
  • Improve host fallback behaviour in docker remote #3868
  • Defer layer download until unpack to support skipping download when snapshotter reports already exists #3870
  • Split UID and GID namespace mapping in spec generation #3881
  • Propagate snapshotter layer annotations on unpack #3911
  • Create image record after blob download to fix concurrent download issue #3972
  • Add Linux resources to spec options #4083
  • New registry configuration tooling for improved mirror and endpoint options #4138
  • Use spec's mountLabel when mounting container rootfs #4051

API

  • Add filters to snapshot list #3709
  • Add snapshot cleanup #3925

Daemon

  • Support NOTIFY_SOCKET for notifying the daemon's readiness to systemd #4088

Windows

  • Disk usage support in snapshotter #3785
  • Add support for custom wcow and lcow sandbox scratch sizes #3965
  • Enable CRI plugin #4076

CRI

  • Support CNI DNS capabilities cri#1244
  • Build CRI Plugin on Windows and add presubmit cri#1258
  • Use container annotations when creating containers cri#1260
  • Add support for Windows containers process isolation cri#1264
  • Add windows port forward support cri#1284
  • Use http for localhost registry connections cri#1328
  • Add resolv.conf to sandbox container mounts cri#1344
  • Use host devices options from oci specs cri#1349
  • Fix privileged supported cri#1356
  • Update default runtime to io.containerd.runc.v2 cri#1359
  • Add instrospection service cri#1364
  • Unshare cgroup namespace for container when using cgroupv2 cri#1371
  • Add CPU and memory cgroupv2 metrics cri#1376
  • Reload CNI network config on fs change events cri#1405
  • Add support for stargz remote snapshots cri#1431
  • Add support for 'container-name' OCI annotation cri#1436
  • Remove socat for port forwarding cri#1470
  • Add config flag to default empty seccomp profile cri#1472
  • Add SELinux support cri#1487

And many more improvements and bug fixes in the complete changelog

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors

  • Phil Estes
  • Michael Crosby
  • Sebastiaan van Stijn
  • Lantao Liu
  • Akihiro Suda
  • Boris Popovschi
  • Mike Brown
  • Wei Fu
  • Maksym Pavlenko
  • Derek McGowan
  • Brandon Lum
  • Stefan Berger
  • Davanum Srinivas
  • Rui Chen
  • Stefan Berger
  • Kir Kolyshkin
  • Shengjing Zhu
  • Justin Terry
  • Brian Goff
  • Li Yuxuan
  • Fahed Dorgaa
  • Hu Shuai
  • Kazuyoshi Kato
  • Kohei Tokunaga
  • Xiaodong Ye
  • Ted Yu
  • Eric Ren
  • Erik Sipsma
  • Fupan Li
  • Jie Hao Liao
  • Joakim Roubert
  • Mario Macias
  • Paul "TBBle" Hampson
  • Sam Whited
  • Sascha Grunert
  • Alex Price
  • Antonio Ojea
  • Byonggon Chun
  • Darren Shepherd
  • Ed Bartosh
  • Gaurav Singh
  • George Goh
  • Kathryn Baldauf
  • Manuel Rüger
  • Seth Pellegrino
  • Shengjing Zhu
  • Stephen J Day
  • Tibor Vass
  • xianlubird
  • Alex Ellis (OpenFaaS Ltd)
  • Ameya Gawde
  • Angela Li
  • Arnaud Rebillout
  • Chethan Suresh
  • Chris C
  • Daniel Bevenius
  • Dave Syer
  • Drew Erny
  • Eli Uriegas
  • Eric Ernst
  • Erik Wilson
  • Evan Cordell
  • Fabricio Voznika
  • Gábor Lipták
  • Haitao Li
  • Ivan Markin
  • Johann Neuhauser
  • John Millikin
  • Joris De Winne
  • Josh Dolitsky
  • Justin Cormack
  • Justin Hutchings
  • Kenta Tada
  • Kevin Parsons
  • Kiril Vladimiroff
  • Lifubang
  • Lucas Kanashiro
  • Mario Macias
  • Martin Hickey
  • Mihai Coman
  • Mikko Ylinen
  • Morgan Bauer
  • Nick Ethier
  • Nishchay Kumar
  • Peng Tao
  • Philip Marin
  • Reid Li
  • SaiHarshaK
  • Seth Bunce
  • Shiwei Zhang
  • SiYu Zhao
  • Stanislav Levin
  • Thibaut Collet
  • Tobias Klauser
  • Tom Wieczorek
  • Tõnis Tiigi
  • Ulysses Souza
  • Wilbert van de Ridder
  • Zhiyu Li
  • sayaoailun
  • yang yang
  • yuxiaobo
  • 张潇
  • 徐敏才

Changes

Changes from containerd/aufs

  • 371312c Merge pull request #17 from justincormack/no-fail-modprobe
  • afb1812 Should not fail if modprobe aufs fails
  • 702852f Merge pull request #16 from Zyqsempai/fix-walk-method-interface
  • 2fa1667 Added filters to Walk method signature

Changes from containerd/btrfs

  • 1539353 Merge pull request #24 from zhsj/fix-mipsle
  • 6d8cb52 fix slice size overflow on mipsle
  • cbb5fe5 Merge pull request #23 from estesp/more-go-mod
  • 6f558ec Use go.mod to get vendored content
  • 184a308 Merge pull request #22 from chenrui333/go-modules
  • 383a85f Update travis config and build badge
  • e85a177 Move to go modules

Changes from containerd/cgroups

  • b444813 Merge pull request #151 from kolyshkin/mountinfo
  • 77aed01 v1MountPoint: simplify/speedup a bit
  • 1c82bea getCgroupDestination: speedup and improve
  • 8a7151d Fix bufio.Scanner.Err usage
  • 6c3dec4 Merge pull request #147 from kzys/blkio-fix
  • 78ba487 Skip TestBlkioStat() if there is no /sys/fs/cgroup/blkio
  • 46c515d throttle.* metrics must be kept for non-CFQ schedulers
  • 44306b6 Merge pull request #146 from Zyqsempai/add-hugetlb-controller-support
  • 42ee50a eof fix
  • 15ebcab Sdd skip condition
  • 56d3e8c Skip hygetlb test
  • 04f7c33 Added support for HugeTlb controller
  • d732e37 Merge pull request #145 from Zyqsempai/memory-events-handling-rework
  • c5e426b Add goDoc
  • 01da1a5 memory.events handling rework
  • 780d211 Merge pull request #144 from chenrui333/upgrade-dependencies
  • bc4e236 Update travis config and simplify installation
  • 5157b33 Upgrade dependencies
  • a890871 Merge pull request #143 from Zyqsempai/add-io-resource-controll-for-systemd
  • 69a639c Fixed io.weight conversation + systemd io.weight controll added
  • 7347743 Merge pull request #141 from AkihiroSuda/fix-iostat
  • f3f2777 v2: do not parse io.stat as KV stat
  • 3f83850 Merge pull request #140 from Zyqsempai/dbus-fix-version
  • 7305d12 go mod fix
  • 140bd90 Fix dbus version in utils
  • 918ed86 Merge pull request #138 from Zyqsempai/add-tests-for-pids-controller
  • 6794948 Added pids controller tests
  • d1b3bdc Merge pull request #125 from Zyqsempai/104-add-systemd
  • acbc802 rebase on master
  • 7d585c4 Resource rework + path fix
  • fe68974 tests for systemd controllers
  • 7b4fbc7 Toggle controllers fix
  • b0a15b1 conflict fix
  • 3a32c65 Systemd refactoring
  • 5efa14e Added systemd manager
  • e077fb6 Merge pull request #137 from Zyqsempai/update-go-systemd-to-v22
  • 07c51ec dbus version fix
  • 0a0e0a4 add dbus
  • 5506eff Updated go-systemd to v22
  • 06e7180 Merge pull request #135 from Zyqsempai/add-io-stats
  • 94c46b4 proto fix
  • 57d16a5 Added maj:min stats and multy entry of IO usage
  • 8195cc0 Added IO metrics
  • ba4fddb Merge pull request #134 from Zyqsempai/133-add-period-configuration
  • 203cfb9 Added CPUMax type
  • e509dbb test default behaviour
  • 0225ff8 Added test for ToResources func
  • f5cb2b1 Added possibility to set quota in cpu.max
  • f26d9e0 Merge pull request #131 from Zyqsempai/add-tests-for-cpu-cgroupv2
  • ac62cf6 fix out of range err for cpuset.cpus
  • d411a5c smaller range for cpuset.cpus
  • 48a6ef5 added cpuset controller
  • 9b3ab60 Test fix
  • d616474 remove deprecated controller
  • c08031d Check nil resources
  • 237bd06 Toggle not nil controllers
  • dbc9f68 try another weight param
  • a69ffc1 remove useless step
  • c84632a Added tests for CPU
  • fada802 Merge pull request #129 from Zyqsempai/add-memory-tests
  • e284b4a comment fix
  • 2a19d52 Move cgroup creation to test func
  • 80c60c2 Trim spaces
  • 5dba053 GroupPath fix 2
  • f40b256 GroupPath fix
  • 836aa29 Added v2 memory test
  • 80b32e3 Merge pull request #130 from Zyqsempai/128-set-reservation-in-low
  • 697f2cd Return memory high property
  • 28f74d7 Fixed memory convertion for reservation from high to low.
  • 10dcde2 Merge pull request #127 from crosbymichael/v2-check
  • 370d60c Add Mode() func to check cgroup mount type
  • 9e08996 Merge pull request #126 from fuweid/gofmt
  • bd09c0d Merge pull request #124 from AkihiroSuda/fix-toggle
  • 3022591 v2: toggle ancestors of c.path, not c.path itself
  • 079295c v2: refactor ListControllers
  • da8ad43 Merge pull request #122 from AkihiroSuda/v2-move-dev
  • ca48756 v2: put Devices to Resources struct as a field, not as a method
  • 7f48529 v2: follow package import rule and update license statement
  • e0c89c3 Merge pull request #123 from AkihiroSuda/fix-stat-panic
  • 3a0e799 v2: fix rdma nil panic
  • ca363a0 Merge pull request #116 from Zyqsempai/104-add-bpf-device
  • b01be99 Merge pull request #119 from Zyqsempai/104-added-rdma-controller
  • e56683d Merge pull request #120 from AkihiroSuda/fix-v2-stats
  • c4993ae v2: fix nil panic on statting disabled controllers
  • 1c26af6 v2: fix parsing pids stat
  • dea9e11 Added header to devicefilter test file.
  • dc02b2f Header fix
  • 7384bc5 Credits header update
  • 2036eb8 Test fix
  • df66df1 Added tests
  • 33207b4 Added ebps support(based on runc implementation)
  • 3053714 Added RDMA controller
  • daf5261 Merge pull request #113 from AkihiroSuda/v2-travis
  • c4474e8 Merge pull request #115 from Zyqsempai/104-add-oom-notifications
  • 2bd4ae1 Merge pull request #117 from Zyqsempai/104-add-more-memory-stats
  • 0339015 .travis.yml: add cgroup v2 Vagrant box
  • cfc1c23 Function rename
  • d03d516 Remove global var
  • 4aad508 Added events struct and error channel
  • eb898ed Added event channel for oom event subscription
  • 9629c6e Added OOM notification for Memory controller
  • 4d88c26 Simplify stats
  • 344a8ab Remove unused metrics
  • 4276e8e Added current and mas swap and memory usage stats
  • d26e1b3 Merge pull request #118 from estesp/go-mod-travis
  • d0f61b7 Set GO111MODULE=on to fix Go 1.11/1.12 builds
  • 4baafdb Merge pull request #112 from crosbymichael/io
  • 684eefa Add mapping to stats struct
  • 7209a8d Add v2 io support
  • 3ecfbc4 Merge pull request #111 from crosbymichael/to-res
  • 8e6ae5f Add ToResources func for spec to v2.Resources
  • a026e7e Merge pull request #110 from AkihiroSuda/v2-verifypath
  • a4f92d6 .travis.yml: run test for all packages
  • 29ec75e update go.mod
  • b15f984 v2: fix TestParseCgroupFromReader
  • 788d082 v2: restore VerifyGroupPath
  • 82928e8 Merge pull request #109 from crosbymichael/v2-controller
  • 54a40c2 Add basic stats implementation
  • 7bf30d7 Rename playground to cgctl
  • 3239d7b Simpler v2 cgroup interface
  • c0a1dbc Merge pull request #106 from xianlubird/test1
  • 66a6951 Merge pull request #105 from xianlubird/test
  • eeb53b7 add static path prefix doc
  • 9aebee9 Update doc add static path prefix
  • 010a0d6 Merge pull request #108 from Zyqsempai/104-added-memory-cgroup2-impl
  • 2843dfa Added cgroup v2 memory implementation
  • 2ff88b8 Merge pull request #107 from Zyqsempai/104-add-v2-cgroups-for-cpu
  • 8f1875b Added cgroups v2 CPU implementation.
  • 6fb48e1 Merge pull request #103 from AkihiroSuda/cgroup2-poc2
  • 27e64bc cgroup2: the first cut (yet another version)
  • 5fbad35 Merge pull request #100 from fuweid/me-support-cgroupstats
  • fccf4d4 stats/v1: export per-cgroup stats
  • bec0ecb Merge pull request #99 from gliptak/patch-3
  • 3de5a6b Add Go 1.13 to Travis
  • abd0b19 Merge pull request #98 from mariomac/ignoremem
  • ad1c4b9 Added OptionalSwap memory constructor option
  • 484059a Merge pull request #97 from mariomac/master
  • fa1a76b Fixed test file permissions
  • cf275c8 Allows ignoring memory modules
  • af0bc55 Allow overriding the default /proc folder in blkioController
  • bf292b2 Merge pull request #96 from jterry75/stats_pkg
  • caf7157 Move metrics proto package to stats/v1
  • fc51bcb Merge pull request #82 from saschagrunert/go-modules
  • 034edae Add go module support

Changes from containerd/console

  • 8375c34 Merge pull request #34 from sipsma/close-once
  • 38c5469 Only close epoller FD at most once.
  • 02ecf6a Merge pull request #33 from ulyssessouza/add-file-interface
  • f652dc3 Add File interface instead of using os.File
  • 53a0f1d Merge pull request #32 from estesp/check-vendor
  • 6214f20 Add vendor check now that content is vendored
  • 4b1ac2b Merge pull request #31 from TwinProduction/master
  • 55928bd Enable vendoring

Changes from containerd/continuity

  • d3ef23f Merge pull request #151 from kolyshkin/readlink-win
  • 0f16d7a Merge pull request #150 from kolyshkin/xattr
  • 643e66e Remove Windows' Readlink fork
  • da42a30 driver: fail to build on Windows with go < 1.13
  • d7961f4 travis.yml: rm unsupported go releases, add 1.14
  • bbd0be0 sysx/xattr: improve listxattrAll
  • 9e256e6 sysx/xattr: fix getxattrAll
  • 26c1120 Merge pull request #109 from nogoegst/fs-openbsd
  • 0ec5967 Merge pull request #148 from zhsj/fix-gccgo
  • a7f992c fs: don't convert syscall.Timespec to unix.Timespec directly
  • 669de92 Merge pull request #147 from yeahdongcn/xattr
  • b05c0fd xattr lost when copying directory
  • 1097c8b Merge pull request #144 from SamWhited/modules
  • 91c91a7 Merge branch 'master' into modules
  • f65d91d Merge pull request #146 from fuweid/me-enable-root-for-testing
  • 2f58149 test: enable root for RequiresRoot cases
  • abe3784 Support Go Modules
  • 75bee3e Merge pull request #143 from tiborvass/fix-sockets
  • 403b5be Merge pull request #141 from WRidder/patch-1
  • cd143ee fstest: have CreateSocket actually create a socket
  • 38f9467 Add src string to copyDirectory error message.
  • cad9e55 fs: support for OpenBSD

Changes from containerd/cri

  • c744b66a Merge pull request #1495 from crosbymichael/cni-bump
  • 52c2c6b5 Merge pull request #1494 from MHBauer/docs-moved
  • 58777166 docs moved
  • 477b31ce Use go-cni tag
  • 129bdd7a Merge pull request #1487 from crosbymichael/selinux
  • dea62299 Merge pull request #1491 from thaJeztah/bump_selinux
  • 72edf301 Use new SELinux APIs
  • 0b3c7e14 vendor: opencontainers/selinux v1.5.2
  • 24209b91 Add MCS label support
  • e10e07b5 Merge pull request #1489 from mikebrow/ltag-scan-symlink-fixed
  • cc54a9dc no longer need to skip /test due to symlink
  • 40071878 Merge pull request #1486 from thaJeztah/bump_golang_1.13.11
  • 48ee0b34 Merge pull request #1485 from thaJeztah/vendor_back_to_tags
  • 8f02fe04 Bump Golang 1.13.11
  • 6096c0eb vendor.conf: back to using tags
  • dc81240a Merge pull request #1484 from thaJeztah/bump_containerd
  • 36ba7766 Merge pull request #1483 from thaJeztah/bump_cni
  • f9083f16 vendor: containerd/containerd v1.4.0-beta.0
  • 103785ea vendor: containerd/go-cni 0553354f0046ccd41a02e724826040491a3d8998
  • 82a602bf Merge pull request #1480 from mikebrow/remove-boilerplate
  • 3f0aa454 removing boilerplate test replace by projectboiler check
  • 64aa9da7 Merge pull request #1477 from saschagrunert/port-forward-timeout
  • e2cedb94 Increase port-forward timeout to 1s to fix e2e test
  • 8c366df5 Merge pull request #1476 from dmcgowan/replace-docker-distribution
  • 21ad9c4e Use digestset from go-digest
  • 8252e54f Merge pull request #1472 from mxpv/profile
  • 942c22be Merge pull request #1429 from Random-Liu/create-etcd-user
  • bd0a7656 Merge pull request #1469 from thaJeztah/remove_libcontainer_system
  • dbedcf87 Merge pull request #1449 from mikebrow/make-http-with-tlsconfig-a-warning
  • 0e1b7bdb Remove dependency on libcontainer/system
  • 674fe72a Update docs for unset seccomp profile
  • 9413131c Merge pull request #1475 from thaJeztah/remove_deprecated_dualstack
  • c96373f6 newTransport(): remove deprecated DualStack option
  • 51261876 Merge pull request #1474 from thaJeztah/bump_k8s
  • 34e6985f Merge pull request #1473 from thaJeztah/bump_containerd
  • 498128cf vendor: kubernetes v1.18.2
  • ee3548de vendor: containerd/containerd ed26172
  • c784772b vendor: roll docker/distribution back to latest (v2.7.1) release
  • 004ff8b9 vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644
  • fae2a4b0 vendor: update to latest hcsshim - 0.8.9
  • cdac4dec vendor: update go-events to fix alignment for 32bit systems
  • fe3a018f vendor: bump containerd/typeurl v1.0.1
  • 5494d6ff vendor: containerd/ttrpc v1.0.1
  • 20ee06b0 vendor: containerd/cgroups b444813
  • 07106ad0 vendor: runtime-spec v1.0.2
  • 2a5e4931 vendor: github.com/pkg/errors v0.9.1
  • ee67a4d6 vendor: sirupsen/logrus v1.6.0
  • 271218ef vendor konsorten/go-windows-terminal-sequences v1.0.3
  • 7361cf86 Merge pull request #1470 from aojea/gocat
  • 11a78d9d don't use socat for port forwarding
  • 38f19f99 Add config flag to default empty seccomp profile
  • 3a7fef51 Create etcd user in cloud init.
  • 65830369 Merge pull request #1468 from fuweid/me-change-rollback
  • 9c506d0a Merge pull request #1465 from dsyer/master
  • 48e797c7 RunPodSandbox: destroy network if fails or invalid
  • dc7afe8f Merge pull request #1466 from ktock/parallel-snapshot
  • ca661c8d Pass chained layer digests to snapshotter for parallel snapshot preparation
  • 5ac8515b Clarify that plugin names are long in version = 2
  • 4ea4ca99 Merge pull request #1455 from 6WIND/master
  • 197dca5a Merge pull request #1464 from mikebrow/test-apparmor-profile
  • 776c125e move up to latest critools; add apparmor profile check
  • 14c4b47b Merge pull request #1459 from mikebrow/containerd-project-readme
  • 6b019469 link readme to containerd/project repo
  • 2db26cc9 Merge pull request #1458 from mikebrow/copyright-alignment
  • 41470105 Merge pull request #1457 from hickeyma/fix-docs
  • 02307da3 Add improvement to docs
  • 1b60224e use containerd/project header test
  • 98f8ec49 fix incomplete host device for PrivilegedWithoutHostDevices
  • befc70b4 Merge pull request #1456 from mikebrow/fix-deprecated-greeting
  • f673f0cf remove greetings due to security issue
  • 6b669315 Merge pull request #1454 from mikebrow/project-dco-integration-for-make
  • a45f57bc Merge pull request #1375 from jdewinne/registry-doc
  • 050e8c63 Update registry.md for auth config
  • 0049d4f9 use project dco test locally
  • 9d37687a Merge pull request #1436 from chethanah/add-container-name-annot
  • f3e44466 Merge pull request #1451 from mikebrow/split-validate-from-build-and-test
  • b838ac8c split tests and some refactoring
  • c6c9268e Merge pull request #1450 from yylt/add-scheme-endpoint
  • d07f7f16 add default scheme if endpoint no scheme
  • 61b7af75 Merge pull request #1446 from mikebrow/remove-travis
  • 27f911d6 removes the error when tls is configured for https but http is tried first
  • 3fc5a909 have moved these tests to github actions
  • 7ccd3f7d Merge pull request #1431 from ktock/stargz
  • c1b7bcf3 Enable to pass additional handler on pull for stargz-based remote snapshots
  • 45f0e21d Merge pull request #1445 from mikebrow/move-travis-to-github-actions
  • 7fc8652e Add OCI annotations for container name
  • 67de3e4c adds git hub actions for linux CI
  • 68a84f78 Merge pull request #1438 from zhsj/use-containerd-reference
  • 6e980b9e Merge pull request #1443 from dims/build-runc-with-selinux-support
  • 4cee89ba Update vendor after dropping depends distribution/reference
  • 4263229a Replace docker/distribution/reference with containerd/reference/docker
  • 2b162b6c update selinux dependency to fix test failures
  • e4ad53f2 Build runc with selinux support
  • d531dc49 Merge pull request #1405 from fuweid/me-async-load-cnicnf
  • 3d250b82 Merge pull request #1439 from mikebrow/fix-selinux-unit-test
  • 8b6377ba Merge pull request #1442 from containerd/mikebrow-add-greeting-action
  • 4a9fa226 Merge pull request #1441 from dims/run-test-in-windows
  • 5c31c759 Running critest under windows using github actions
  • aa9b1885 fixes bad unit tests when selinux is enabled
  • 7381f31b Create greetings.yml
  • 4ce334aa reload cni network config if has fs change events
  • 7013a825 Merge pull request #1424 from fvoznika/patch-1
  • efddc5f2 Start docker unconditionally
  • 27d4fd59 Merge pull request #1425 from dims/fix-x/sys-dependency-version
  • 61f095b7 use the same dependency version for x/sys from containerd/containerd
  • dd3c5f08 Merge pull request #1418 from darfux/fix_handle_resizing_leak
  • 67566810 Merge pull request #1426 from dims/vendor-update-kubernetes-v1.18.0
  • 95b7c082 vendor: update kubernetes v1.18.0
  • c1115d4e Merge pull request #1422 from chenrui333/update-golang-versions
  • cc3fbebe Merge pull request #1423 from dims/add-version-numbers-for-newly-tagged-repos
  • 172cf68b Add version numbers for newly tagged repos
  • 664acc13 Bump golang to v1.13.9 and v1.14.1
  • cb014006 Fix goroutine leak when exec/attach
  • 5fb103d8 Merge pull request #1382 from georgegoh/master
  • c44ad801 Fixed merge conflicts.
  • 4d4c35b3 Merge pull request #1417 from mikebrow/add-golang-1.14-for-travis-tests
  • 7cd773bd add golang 1.14 to prepare for move
  • 92cb4ed9 Merge pull request #1416 from thaJeztah/ensure_remove_all
  • e093a0ee Use local "ensureRemoveAll" instead of docker/pkg/system
  • 46fcfe52 vendor: docker/docker 4634ce647cf2ce2c6031129ccd109e557244986f
  • 687469d3 Merge pull request #1415 from AkihiroSuda/cgroup2-privileged-no-unshare-cgroupns
  • fa72e2f6 cgroup2: do not unshare cgroup namespace for privileged
  • 1a00c068 Merge pull request #1413 from thaJeztah/update_kubernetes
  • a3e7f68f vendor: update kubernetes v1.18.0-beta.1
  • 4210588d vendor: sigs.k8s.io/yaml v1.2.0
  • ef54a783 vendor: bump golang.org/x/crypto bac4c82f6975 (CVE-2020-9283)
  • b1417519 vendor: github.com/google/gofuzz v1.1.0
  • 5f0cbd5f Merge pull request #1414 from thaJeztah/update_containerd
  • 24cbca5a vendor: update containerd 0131015
  • d68533d6 Merge pull request #1412 from mikebrow/update-golang-1.13.8
  • d5ff8b57 Merge pull request #1411 from thaJeztah/reformat_vendor
  • ad984ca8 update to golang 1.13.8
  • 3650918d vendor.conf: reformat to use columns
  • 1b74251d vendor.conf: sort imports alphabetically
  • 073e3c9b Merge pull request #1403 from thaJeztah/align_selinux_to_tag
  • bb59a061 vendor: update golang.org/x/sys 52ab431487773bc9dd1b0766228b1cf3944126bf
  • 6565c640 Merge pull request #1407 from dims/update-opencontainers/selinux-to-1.3.3
  • d4d6b3a0 Merge pull request #1340 from lumjjb/enc-node-model
  • 3d4c597b Update to a released version of opencontainers/selinux (1.3.3)
  • 8d5a8355 Updated docs and code for default nil behavior
  • 808ae59c Update vendors to versioning
  • 7a24da03 Updated docs and encryption.md -> decryption.md
  • c5209cd6 Updated doc based on changes requested
  • ffcef9dc Addressed nits
  • 8df431fc Defer multitenant key model to image auth discussion
  • c43a7588 Refactor encrypted opts and added unit test
  • ac8ec188 bump imgcrypt commit version
  • f0579c7b Implmented node key model for image encryption
  • f4b3cdb8 Merge pull request #1399 from mikebrow/pause-image-update
  • c23ed3be Merge pull request #1402 from thaJeztah/bump_crypto
  • 98ce6c02 vendor: golang.org/x/crypto 1d94cc7ab1c630336ab82ccb9c9cda72a875c382
  • c9ed9846 move to v3.2 for the pause image
  • cf0e0a1e Merge pull request #1332 from bg-chun/update_cri_for_hugepages
  • c955404c Merge pull request #1384 from jterry75/fix_grpc_err
  • c02c2484 update cri-plugin to parse hugepages limit from CRI message
  • a8cc66b3 Fix store error serialization to gRPC status codes
  • 99c6e0dd Update Kubernetes dependencies for CRI update
  • c0294ebf Merge pull request #1387 from thaJeztah/bump_yaml
  • 3d0818d9 vendor: bump gopkg.in/yaml.v2 v2.2.8
  • 19589b4b Merge pull request #1383 from dims/update-to-new-rc10-of-opencontainers/runc
  • 5f0bf052 pick up fix for CVE-2019-19921 in opencontainers/selinux
  • 311887da Bump to opencontainers/runc new version - v1.0.0-rc10
  • 3f99b450 Merge pull request #1380 from AkihiroSuda/vendor-kube1.17.1
  • f5081638 Add correct paths for cri's systemd config files in CentOS.
  • 2d28b600 vendor kubernetes 1.17.1
  • 5e5960f2 Merge pull request #1376 from Zyqsempai/add-cgroups-v2-metrics
  • 6b8846cd vendor updated + added cgroupv2 metrics
  • b2804c06 Merge pull request #1371 from AkihiroSuda/cgroup2-unshare-cgroupns
  • 982e7677 Merge pull request #1374 from lumjjb/bump_containerd
  • 73cd077c Bump vendor containerd/containerd version
  • 83a9d246 Merge pull request #1363 from Random-Liu/fix-validate-config
  • 71740399 cgroup2: unshare cgroup namespace for containers
  • 522a056f Merge pull request #1368 from mikebrow/vendor-update-2020-01-06
  • 2da1ced9 update for containerd vendor changes
  • 55566f96 Merge pull request #1364 from katiewasnothere/local_introspection
  • 63d2a044 add local support for introspection service
  • 5a9c12d4 Validate and update the right config
  • ff8a2e7c Merge pull request #1359 from AkihiroSuda/shim-v2-runc-v2
  • aaddaa27 bump up the default runtime to "io.containerd.runc.v2"
  • 61d3e49b Merge pull request #1357 from darfux/add-container-restart-test
  • 5cccd008 integration: Add container restart test
  • e68cc95f Merge pull request #1356 from Random-Liu/revert-#1349
  • 0253fa42 Merge pull request #1358 from mikebrow/buildfix-appveyor
  • 7fcef89b add removal of old go
  • 78e6d617 Update golang to 1.13.4.
  • 0c2d3b71 Fix privileged devices.
  • 78708b20 Merge pull request #1351 from Random-Liu/better-unknown-state-handling
  • facbaa0e Better handle unknown state.
  • 69828d0b Merge pull request #1349 from Zyqsempai/1316-use-with-host-devices
  • 5d7bd738 Use containerD WithHostDevices
  • 0881caa9 Merge pull request #1348 from thaJeztah/bump_kubernetes_1.16.3
  • 444f02a8 Merge pull request #1344 from darfux/add-resolvconf-to-sandbox-container
  • d63c62fb update kubernetes dependency to v1.16.3
  • dbc1fb37 Provide resolvConf to sandbox container's mounts
  • 40e147cb Merge pull request #1347 from Random-Liu/fix-typo
  • 4f350ad4 Fix typo.
  • ae3c28c4 Merge pull request #1345 from Random-Liu/insecure-skip-verify
  • ab6701bd Add insecure_skip_verify option.
  • d4d337b4 Merge pull request #1338 from Random-Liu/add-windows-release-tar-for-test
  • 0cb707e5 Add build script, this will be used in CI.
  • a60143be Add GOOS=windows make release support.
  • 4cc8bafa Update vendors.
  • c9d45e65 Merge pull request #1341 from estesp/update-docker-vendor
  • d6359df2 Update docker/docker vendor to upstream latest
  • 0dcaf6e9 Merge pull request #1337 from Random-Liu/clean-mount-path
  • 5c2f33bd Cleanup path for windows mount
  • 9f79be1b Merge pull request #1331 from erikwilson/fix-http-localhost
  • 7cc39387 Set default scheme in registryEndpoints for host
  • 5abebfa2 Merge pull request #1330 from mikebrow/update-support-statement-oct29
  • a3d180b0 HEAD is not needed in support tables
  • 73e5fa0f Merge pull request #1328 from Random-Liu/make-localhost-http
  • 41f73f79 Merge pull request #1329 from Random-Liu/update-support-metrics
  • bd54412b Update support metrics.
  • 65b9c318 Use http for localhost, 127.0.0.1 and ::1 by default.
  • aeebf37a Merge pull request #1326 from Random-Liu/add-container-compute-stats
  • d95e21c8 Add container compute stats support.
  • a7c5a650 Merge pull request #1324 from Random-Liu/stdout-non-block
  • 8ce2ad6b Merge pull request #1323 from Random-Liu/use-logrus-trace
  • 125d1693 Merge pull request #1318 from PeriferalDevice/#1317
  • 132a3594 Avoid O_NONBLOCK on stdout in the windows test.
  • 6ab2e108 logrus supports trace level now.
  • fe757946 Merge pull request #1319 from Random-Liu/fix-containerd-build
  • 8bfff7db Fix containerd build, use libbtrfs-dev when available.
  • 3a8687f0 Containerd version updated for kubernetes ansible example.
  • 815f3e72 Merge pull request #1309 from Random-Liu/update-containerd
  • 2ce0bb09 Update code for latest containerd.
  • 4e2b4aa9 Update containerd to c0c6b51.
  • 22b18262 Merge pull request #1312 from Random-Liu/travis-trusty
  • 2a9a982a Fix integration test for golang 1.13
  • 9a1e3655 Update based on default xenial distro.
  • c368af1b Configure golangci-lint
  • 10f88f99 Fix appveyor test.
  • 0ebf032a Merge pull request #1306 from Random-Liu/extend-permission-denied-retry
  • 180e86ab Extend permission denied retry to 3min.
  • 16292774 Merge pull request #1300 from Random-Liu/hostname-test
  • 358d6721 Add hostname CRI validation and unit test.
  • 7fba77f2 Merge pull request #1298 from Random-Liu/set-sandbox-cpu-shares
  • a1e4f99a Merge pull request #1296 from Random-Liu/fix-ssh-disconnect
  • 2eba67a7 Merge pull request #1287 from crosbymichael/cgroups
  • f3ef10e9 Set default sandbox container cpu shares on windows.
  • 4a0b0a88 Set keepalive for ssh in windows test.
  • 36f393dc Merge pull request #1292 from Random-Liu/better-kube-up
  • 44e1f8de Merge pull request #1294 from jterry75/fix_windows_hostname_upstream
  • ed7873ef Forward SandboxConfig.Hostname to Workload container activation
  • 4f203aa8 Merge pull request #1293 from Random-Liu/update-hcsshim
  • e8a788d7 Update hcsshim to c088f411aaf3585d8dffc9deb4289ffa32854497.
  • bad68a82 Merge pull request #1284 from liyanhui1228/win_portforward
  • 0a6d9f18 Merge pull request #1291 from Random-Liu/fix-indent-cni
  • dc413bd6 Add windows portforward support
  • 56fa16ef Update the kube-up doc with a simpler approach.
  • b4c46db7 Fix indent in cni.template.
  • f7f64fde Merge pull request #1289 from Random-Liu/ignore-permission-denied
  • 67440484 Ignore temporary permission denied error.
  • c8c7c54a Use typealias for containerd metrics
  • 43712364 Update containerd to ed16170
  • 470776c9 Merge pull request #1274 from Random-Liu/dualstack
  • c1ece0c8 Address comment.
  • b431316e Merge pull request #1280 from estesp/add-default-path-env
  • df88e190 Merge pull request #1281 from estesp/golangci-config
  • 161abf8f Fix golangci-lint findings
  • 1e3cd5b0 Move golangci-lint configuration out of Makefile
  • 229eb19b Add back default UNIX env to container config
  • 35eb96d9 Update deployment and integration test
  • 5a68bd70 Update kubernetes to 1.16.0-rc.2
  • fcd6bf31 Report Additional POD IPs
  • 9d60f9c5 Merge pull request #1264 from Random-Liu/windows-support-2
  • 7e96aaab Add CRI Validation test.
  • dc964de8 Add windows implmenetation
  • bbcf5647 Add windows image platform comparer
  • c6cb25c1 Open/create log file with FILE_SHARE_DELETE on windows
  • 59b6ed64 Update containerd to 59a625d
  • 3a651075 Merge pull request #1260 from bart0sh/PR0001-container-annotations
  • 73817954 add a test case for container_annotations
  • 05a90289 Use container annotations when creating containers
  • e2868965 Add ContatinerAnnotations to the Runtime and config
  • 307e802a Merge pull request #1271 from mikebrow/update-readme-goinstr
  • da03c5bb remove integration files from lint verify
  • 02596d27 need to move up to a more recent golang
  • 6961bfa1 Merge pull request #1266 from Random-Liu/support-local-containerd
  • 763461f4 Support local containerd release.
  • 6f59705a Merge pull request #1256 from Random-Liu/exec-background
  • 115b7664 Clarify some exec behavior.
  • 857a2d0c Merge pull request #1258 from Random-Liu/windows-support-1
  • 0122e90b Add presubmit test for windows.
  • 86de625e Update vendor
  • 50c73e6d Move unix specific logic into _unix.go
  • 7b606375 Merge pull request #1259 from Random-Liu/fix-potential-panic-for-unknown-state
  • 2d17942b Merge pull request #1252 from Random-Liu/update-cri-tools
  • c6203ec1 Fix panic for task in unknown state.
  • b5ec5ee4 Merge pull request #1255 from Random-Liu/fix-doc
  • 2d03ccf5 FDQN is a typo, and we don't support trailing dot in FQDN.
  • f304b16a Merge pull request #1251 from Random-Liu/add-task-max
  • 0997453f Update cri-tools to fix all image reference test failure.
  • 567cd57f Merge pull request #1250 from awesomenix/fixemptyauth
  • 523f3440 Add TaskMax=infinity
  • f41675d2 fix: support empty auth config for anonymous registry
  • 6dc2a874 Merge pull request #1244 from Random-Liu/support-cni-dns-capabilities
  • 28aef2fe Support CNI DNS capabilities.

Changes from containerd/fifo

  • f15a329 Merge pull request #24 from estesp/remove-travis
  • abc3cd7 Turn off Travis; GH Actions passing CI
  • 565c461 Merge pull request #23 from estesp/gh-actions
  • 23c23ac Move from Travis to GitHub Actions
  • 9dbe056 Fix golangci-lint problems
  • c67884a Update Makefile/prep for GH actions CI
  • ff969a5 Merge pull request #22 from AkihiroSuda/gomod
  • fcd6de7 add go.mod
  • 5ff6bce fix gofmt
  • ae1a8d7 x/net/context -> context

Changes from containerd/go-cni

  • 0553354 Merge pull request #55 from thaJeztah/bump_pkg_errors
  • c52e43e errors: use errors.Is() instead of errors.Cause()
  • e13f215 vendor: update pkg/errors v0.9.1
  • 507be17 Merge pull request #54 from thaJeztah/bump_golang
  • 4866a00 travis: test on go1.13, 1.14, remove go1.12, and revendor
  • c154a49 Merge pull request #52 from alexellis/add-godoc-to-readme
  • 047b575 Add GoDoc to README
  • 60d1252 Merge pull request #50 from kzys/go-mod
  • 7332d8a Fix "modules disabled inside GOPATH/src by GO111MODULE=auto"
  • 30fed5c Use script/validate/vendor to confirm vendor/ is correct
  • d2dfae6 Use go.mod and go.sum instead of vendor.conf
  • d20b7ee Merge pull request #49 from nickethier/conflist-bytes
  • f1c0329 add WithConfList opt for adding conflist from byte
  • 0d360c5 Merge pull request #48 from Random-Liu/support-dns-capabilities
  • cebe997 Add DNS capabilities.

Changes from containerd/go-runc

  • 7016d3c Merge pull request #60 from twz123/parse-runc-version
  • 9e92203 Parse runc version even if commit is missing
  • 8aa1fd6 Merge pull request #59 from AkihiroSuda/gomod
  • 72e3eb3 add go.mod
  • a5c2862 Merge pull request #58 from sipsma/gorace
  • 469fa2c Fix data race in use of cmd output buffers.
  • a2952bc Merge pull request #56 from tonistiigi/typo-fix
  • 925bf84 fix typo in successfully

Changes from containerd/imgcrypt

  • 9e761cc Merge pull request #11 from containerd/versioning-ocicrypt
  • 3dffc26 Version ocicrypt v1.0.1
  • 9933463 Merge pull request #6 from lumjjb/add_local_keys
  • bdd59ce Implement decryption-keys-path capabilities to use local keys
  • 20f0cc0 Merge pull request #7 from chenrui333/go-modules
  • 6803ab4 golangci-lint v1.22.2
  • 6dbde9b Update installation of runc
  • bbcc5b3 go mod vendor
  • 3c1ad3a Update travis and appveyor configs
  • ef571f9 Move to go modules
  • 86a8643 Merge pull request #8 from AkihiroSuda/notmarkdown
  • 383f408 MAINTAINERS.md -> MAINTAINERS
  • 60475d2 Merge pull request #4 from lumjjb/remoteopt
  • 3234bf7 Refactor options in images/encryption/client
  • 40cb898 Merge pull request #1 from lumjjb/containerdupdate
  • 83879b7 Updated MAINTAINERS.md to follow formatting
  • 375f815 Modified for non-core project
  • c5a3d10 Added needed files for containerd subproject
  • 1630e30 Add a README
  • ae432af Update the Makefile and add install and uninstall targets
  • 5529bb6 Updated ocicrypt library
  • c43dcbe AppVeyor: update golangci-lint to more recent v1.19.1
  • c57df0f Travis: update golangci-lint to more recent v1.19.1
  • a5ee32b Update vendor.conf so AppVeyor passes
  • cb61fda Use mediatypes from ocicrypt and use latest containerd
  • a210b93 tests: Adapt config file's stream processor part to new format
  • e59b687 Merge pull request #16 from lumjjb/useocicrypt
  • 39b81fa Removed pkg/encryption
  • d6d08da Set to use vendor ocicrypt
  • 654e84c Merge pull request #15 from stefanberger/appveyor
  • 2f6638c CI/CD: Add AppVeyor script
  • f105aec golangci-lint: Ignore a few more directories in windows format
  • d6f18aa ctr: gofmt file
  • 017496d Extend vendor.conf to windows dependencies
  • 4cb40a7 Merge pull request #14 from lumjjb/errdefs_depen
  • 016f165 removed containerd/errdefs dependency in pkg/encryption
  • d808102 Merge pull request #13 from stefanberger/delayedreader
  • 7accbab utils: Implement a DelayedReader and have the AES CTR deryption use it
  • 9f397bb Merge pull request #11 from stefanberger/master.next
  • 1726891 Merge pull request #12 from stefanberger/badhmac
  • fd3a051 tests: Add a test case for a manipulated HMAC
  • 065107e blockcipher: In case of error set the state to this error
  • 590ff48 Create new annotations from old descriptor
  • 5ff0cd9 utils: Implement FillBuffer to fill buffer from Reader and use it
  • 0025117 blockcipher: Remove an unused field from the 'state' of the AES CTR cryptor
  • cd40497 Merge pull request #9 from lumjjb/finalizer_change
  • 4c4202a Merge pull request #10 from stefanberger/master.next
  • 1fe292f Fixed linting
  • 047e4d2 Change blockcipher tests to reflect finalizers
  • 30c2383 Travis: Run newly added test target
  • d2c435a Use finalizer in images/encryption
  • bd1e336 Implemented finalizer interface for blockcipher encryption in pkg/encryption
  • e94904c Merge pull request #7 from stefanberger/master.next
  • 5fd6767 Travis: Run ctr encryption test script
  • e30e798 Travis: Clone containerd and build it
  • 10a5b9b Create a ctr derivative with image crypto support
  • f05b716 Merge pull request #8 from crosbymichael/exit
  • cd1a0e3 Add os.Exit(1) on error
  • 918f265 Merge pull request #6 from stefanberger/master.next
  • 82e3c45 Update Makefile to build decoder on 'all'
  • fffad22 Merge pull request #5 from crosbymichael/decoder
  • 53a2a15 Add stream processor
  • 3044f86 Merge pull request #4 from stefanberger/master.next
  • 0212339 Merge ocicrypt contents into this project
  • e452ce2 Merge pull request #2 from stefanberger/master.next
  • d8a6859 EtM: store the hmac as part of the Annotations
  • 91ced7b Merge pull request #1 from stefanberger/master.next
  • f1e1f7f Travis: Add Travis file to run 'make check' and 'make'
  • dd91e32 Add Makefile with build and check targets
  • 4457756 Add a more complete vendor list and their code
  • f8116a5 Initial import

Changes from containerd/ttrpc

  • 72bb1b2 Merge pull request #61 from lifupan/master
  • 4f8e36d server: add a connections leak unit test
  • 9ece5ae server: fix the issue if connections leak
  • 0be804e Merge pull request #58 from chenrui333/upgrade-dependencies
  • abcbf66 Add codecov integration
  • 7817074 Update travis config
  • ff67807 Bump the dependencies
  • 4f1b8fe Merge pull request #57 from crosbymichael/revert-codes-copy
  • d4834b0 Revert "Copy codes and status from grpc project"
  • 923a8f1 Merge pull request #54 from crosbymichael/copy-grpc
  • f022335 Copy codes and status from grpc project
  • cf7f4d5 Merge pull request #51 from lifupan/fixnilresp
  • 5046735 Merge pull request #55 from fuweid/me-test-vendor-check
  • 2ef8878 ttrpc: fix the issue of marshaling on nil will crash the server
  • 47e5e4f .travis: don't call go get if there is go.mod
  • 7a6a229 Merge pull request #53 from fuweid/me-errclosed-for-read-reset-connection
  • 6e416ea return ErrClosed if read: connection reset by peer
  • 012175f Merge pull request #39 from saschagrunert/master
  • cc79967 Add go module support

Changes from containerd/typeurl

  • cd3ce71 Add unmarshal to struct provided by client
  • 102fdb1 Merge pull request #21 from estesp/add-ci-timeout
  • 4fb1c23 Add 5 minute timeout for GH actions CI
  • effc850 Merge pull request #20 from estesp/remove-travis
  • 75e1e2e Remove travis config
  • 6eb0fcc Merge pull request #19 from estesp/github-action-ci
  • 8d2749d Add GitHub Action-based CI workflow
  • b45ef1f Merge pull request #18 from chenrui333/upgrade-dependencies
  • 981b2ec Remove go get in travis config
  • 3aae631 Update travis config
  • 202060a Add gitignore
  • 39e897d Upgrade dependencies
  • fe1d0d6 Merge pull request #16 from estesp/carry-10
  • a1e455d fix 404 link
  • 5eb2502 Use Go Modules
  • 7312978 typeurl: allow deserialization with decomposed Any
  • b36cf1e Add more documentation to Register.
  • 2a93cfd Add doc.go and expand documentation
  • 461401d Reference project core documents/fixup LICENSE
  • 8231763 Add validation scripts to travis

Changes from containerd/zfs

  • 9abf673 Merge pull request #25 from Zyqsempai/fix-walk-method-interface
  • 73767d7 Added filters to Walk method signature
  • 456dcfd Fix snapshot commit to pass opts to storage

Dependency Changes

  • github.com/Microsoft/hcsshim 9e921883ac92 -> v0.8.9
  • github.com/beorn7/perks 4c0e84591b9a -> v1.0.1
  • github.com/cespare/xxhash/v2 v2.1.1 new
  • github.com/cilium/ebpf 4032b1d8aae3 new
  • github.com/containerd/aufs f894a800659b -> 371312c1e31c
  • github.com/containerd/btrfs af5082808c83 -> 153935315f4a
  • github.com/containerd/cgroups c4b9ac5 -> b444813
  • github.com/containerd/console 0650fd9eeb50 -> v1.0.0
  • github.com/containerd/continuity f2a389ac0a02 -> d3ef23f19fbb
  • github.com/containerd/cri 5d49e7e51b43 -> c744b66
  • github.com/containerd/fifo bda0ff6ed73c -> f15a3290365b
  • github.com/containerd/go-cni 49fbd9b210f3 -> v1.0.0
  • github.com/containerd/go-runc e029b79d8cda -> 7016d3ce2328
  • github.com/containerd/imgcrypt v1.0.1 new
  • github.com/containerd/ttrpc 92c8520ef9f8 -> v1.0.1
  • github.com/containerd/typeurl a93fcdb778cd -> v1.0.1
  • github.com/containerd/zfs 2ceb2dbb8154 -> 9abf673ca6ff
  • github.com/containers/ocicrypt v1.0.1 new
  • github.com/coreos/go-systemd/v22 v22.0.0 new
  • github.com/docker/docker 86f080cff091 -> 4634ce647cf2
  • github.com/docker/go-events 9461782956ad -> e31b211e4f1c
  • github.com/docker/go-metrics 4ea375f7759c -> v0.0.1
  • github.com/fsnotify/fsnotify v1.4.8 new
  • github.com/fullsailor/pkcs7 8306686428a5 new
  • github.com/godbus/dbus/v5 v5.0.3 new
  • github.com/gogo/googleapis v1.2.0 -> v1.3.2
  • github.com/gogo/protobuf v1.2.1 -> v1.3.1
  • github.com/golang/protobuf v1.2.0 -> v1.3.3
  • github.com/google/gofuzz v1.0.0 -> v1.1.0
  • github.com/grpc-ecosystem/go-grpc-prometheus 6b7015e65d36 -> v1.2.0
  • github.com/json-iterator/go v1.1.7 -> v1.1.8
  • github.com/konsorten/go-windows-terminal-sequences v1.0.1 -> v1.0.3
  • github.com/modern-go/reflect2 1.0.1 -> v1.0.1
  • github.com/opencontainers/go-digest c9281466c8b2 -> v1.0.0
  • github.com/opencontainers/runc 3e425f80a8c9 -> v1.0.0-rc10
  • github.com/opencontainers/runtime-spec 29686dbc5559 -> v1.0.2
  • github.com/opencontainers/selinux v1.2.2 -> v1.5.2
  • github.com/pkg/errors v0.8.1 -> v0.9.1
  • github.com/prometheus/client_golang f4fb1b73fb09 -> v1.3.0
  • github.com/prometheus/client_model 99fa1f4be8e5 -> v0.1.0
  • github.com/prometheus/common 89604d197083 -> v0.7.0
  • github.com/prometheus/procfs cb4147076ac7 -> v0.0.8
  • github.com/sirupsen/logrus v1.4.1 -> v1.6.0
  • github.com/stretchr/testify v1.4.0 new
  • golang.org/x/crypto 5c40567a22f8 -> bac4c82f6975
  • golang.org/x/sys 9eafafc0a87e -> 5c8b2ff67527
  • golang.org/x/time 85acf8d2951c -> 9d24e82272b4
  • google.golang.org/genproto d80a6e20e776 -> e50cd9704f63
  • google.golang.org/grpc 6eaf6f47437a -> v1.27.1
  • gopkg.in/inf.v0 v0.9.0 -> v0.9.1
  • gopkg.in/square/go-jose.v2 v2.3.1 new
  • gopkg.in/yaml.v2 v2.2.2 -> v2.2.8
  • gotest.tools/v3 v3.0.2 new
  • k8s.io/api kubernetes-1.16.0-rc.2 -> v0.18.2
  • k8s.io/apimachinery kubernetes-1.16.0-rc.2 -> v0.18.2
  • k8s.io/apiserver kubernetes-1.16.0-rc.2 -> v0.18.2
  • k8s.io/client-go kubernetes-1.16.0-rc.2 -> v0.18.2
  • k8s.io/cri-api kubernetes-1.16.0-rc.2 -> v0.18.2
  • k8s.io/klog v0.4.0 -> v1.0.0
  • k8s.io/kubernetes v1.16.0-rc.2 -> v1.18.2
  • k8s.io/utils c2654d5206da -> a9aa75ae1b89
  • sigs.k8s.io/structured-merge-diff/v3 v3.0.0 new
  • sigs.k8s.io/yaml v1.1.0 -> v1.2.0

Previous release can be found at v1.3.0

Don't miss a new containerd release

NewReleases is sending notifications on new releases.