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
- 8f54c75 Merge pull request #2561 from Random-Liu/prepare-1-1-3
- c62af07 Prepare 1.1.3 release notes
- 41ccfba Merge pull request #2556 from estesp/cherrypick-gid-zero
- 4d629f3 oci: Update docs for
oci.WithUserID - 087dc69 Set gid 0 when no group is specified
- 5627389 Merge pull request #2545 from dmcgowan/backport-release-tool-1.1
- fcde4fb Update release tool
- a1a06fe Merge pull request #2539 from Random-Liu/update-cri-to-1.0.5
- eee5c07 Update cri plugin to v1.0.5.
- 4de979a Merge pull request #2472 from stevvooe/backport-2411
- 4d7a305 Move ContainerFlags to "commands" package
- d284b8c Merge pull request #2488 from AkihiroSuda/cherrypick-2485-1.1
- 560f64f native: set '/' permission to 0755
- c938bbb Merge pull request #2473 from dmcgowan/backport-proto-api-txt-files
- 68380d4 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-dirin installation doc.
Dependency Changes
Previous release can be found at v1.1.2
- github.com/containerd/cri v1.0.4 -> v1.0.5