containerd 1.1.3 Welcome to the v1.1.3 release of containerd! This is the third patch release for the `containerd` 1.1 release. This release includes a new config option in CRI plugin and several bug fixes in containerd client, ctr and native snapshotter. Containerd now sets gid to 0 if it is not specified. This matches the docker behavior. The change was applied to containerd client, `ctr` and CRI plugin. CRI Plugin Add `no_pivot` config option. It is useful when running containerd on ramdisk. ctr Fix a bug in `ctr run` that the `--no-pivot` and `--rootfs` flags are missing. Native Snapshotter Fix a bug in the native snapshotter that the permission bits of `/` is set to `0700` unexpectedly. It is now set to `0755`. Please see the changelog for full details. Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues. Contributors * Lantao Liu * Derek McGowan * Michael Crosby * Akihiro Suda * Felix Abecassis * Ian Campbell * Phil Estes * yanxuean Changes * 8f54c750c6 Merge pull request #2561 from Random-Liu/prepare-1-1-3 * c62af0771f Prepare 1.1.3 release notes * 41ccfba9e0 Merge pull request #2556 from estesp/cherrypick-gid-zero * 4d629f3253 oci: Update docs for `oci.WithUserID` * 087dc69b4a Set gid 0 when no group is specified * 56273893a8 Merge pull request #2545 from dmcgowan/backport-release-tool-1.1 * fcde4fb7aa Update release tool * a1a06fe931 Merge pull request #2539 from Random-Liu/update-cri-to-1.0.5 * eee5c077c3 Update cri plugin to v1.0.5. * 4de979a2a1 Merge pull request #2472 from stevvooe/backport-2411 * 4d7a305607 Move ContainerFlags to "commands" package * d284b8c54a Merge pull request #2488 from AkihiroSuda/cherrypick-2485-1.1 * 560f64f232 native: set '/' permission to 0755 * c938bbbeef Merge pull request #2473 from dmcgowan/backport-proto-api-txt-files * 68380d41dd Fix options ordering in proto api txt files Changes from containerd/cri * 57705f5 Merge pull request #872 from yanxuean/cri-1.0 * 835cfc3 support no_pivot option for runc * 90266f5 Merge pull request #868 from Random-Liu/cherrypick-#867 * 9e68f4c Cherrypick the lint fix. * 2cc44d9 Merge pull request #846 from Random-Liu/cherrypick-#843-to-1.10 * ae93222 Set 0022 umask for `hack/release.sh`. * 95339e8 Use `--no-overwrite-dir` in installation doc. Dependency Changes Previous release can be found at [v1.1.2](https://github.com/containerd/containerd/releases/tag/v1.1.2) * **github.com/containerd/cri** v1.0.4 -> v1.0.5