You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases/v1.7.0-beta.toml
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,14 +61,24 @@ See the [NRI Docs](https://github.com/containerd/containerd/blob/main/docs/NRI.m
61
61
* **Support for cgroups blockio** ([#5490](https://github.com/containerd/containerd/pull/5490))
62
62
* **Add restart policy for enhanced restart manager** ([#6744](https://github.com/containerd/containerd/pull/6744))
Adds support for shims to use gRPC in addition to ttrpc. Existing ttrpc shim support is not going
69
+
away and will continue to be recommended for the best performance and lowest shim memory overhead.
70
+
The gRPC support allows implementation of a wider range of shim implementations which may not
71
+
have access to a stable ttrpc library in the implementation language. The shim protocol is also
72
+
updated to allow the shims to specify the protocol which is supported.
73
+
64
74
#### Road to 2.0
65
75
66
76
##### Refactoring
67
77
68
78
There are multiple places in the code today which are being targeted for refactoring to make long term support easier and to provide more extension points.
69
79
70
80
The CRI plugin is the most complex containerd plugin with a wide range of functionality. A major effort in this release and before 2.0 involves moving functionality
71
-
out of the single CRI plugin into smaller-scoped containerd plugins, such that they can be used and tested independenty. The new sandbox and distribution interfaces provide one example of this,
81
+
out of the single CRI plugin into smaller-scoped containerd plugins, such that they can be used and tested independently. The new sandbox and distribution interfaces provide one example of this,
72
82
but it also being done for image and network management.
73
83
74
84
The version of ttrpc has been updated this release to support streaming, allowing existing grpc services to use ttrpc.
@@ -97,8 +107,9 @@ The 2.0 release will remove any feature deprecated in 1.x. Features deprecated i
* **Fix CRI plugin to setup pod network after creating the sandbox container** ([#5904](https://github.com/containerd/containerd/pull/5904))
* **Add experimental support for runtime specific snapshotters** ([#6899](https://github.com/containerd/containerd/pull/6899))
102
113
* **Pass all TOML runtime configuration options from CRI to the runtime** ([#7764](https://github.com/containerd/containerd/pull/7764))
103
114
* **Support for user namespaces in stateless pods ([KEP-127](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/127-user-namespaces)) _(experimental)_** ([#7679](https://github.com/containerd/containerd/pull/7679))
@@ -114,6 +125,8 @@ The 2.0 release will remove any feature deprecated in 1.x. Features deprecated i
114
125
* **Add support for default registry host configuration** ([#7607](https://github.com/containerd/containerd/pull/7607))
115
126
* **Use github.com/minio/sha256-simd for more efficient sha256 calculation** ([#7732](https://github.com/containerd/containerd/pull/7732))
* **Update release builds to build from Ubuntu 20.04 with glibc 2.31** ([#8021](https://github.com/containerd/containerd/pull/8021))
129
+
* **Use data field from OCI descriptor when provided for fetch** ([#8076](https://github.com/containerd/containerd/pull/8076))
0 commit comments