File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
staging/src/k8s.io/cri-api Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,21 @@ No changes
249
249
- [ Add image_id to CRI ContainerStatus message] ( https://github.com/kubernetes/kubernetes/pull/123583 )
250
250
- Added ` image_id ` field to type ` ContainerStatus `
251
251
252
+ ### v1.31
253
+
254
+ ` git diff v1.30.0 v1.31.0 -- staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto `
255
+
256
+ - [ KEP-3619: Add NodeStatus.Features.SupplementalGroupsPolicy API and e2e] ( https://github.com/kubernetes/kubernetes/pull/125470 )
257
+ - Added ` features ` field to the type ` StatusResponse ` for the runtime to kubelet handshake on what features are supported
258
+
259
+ - [ KEP-3619: Fine-grained SupplementalGroups control] ( https://github.com/kubernetes/kubernetes/pull/117842 )
260
+ - Added ` supplemental_groups_policy ` field to types ` LinuxContainerSecurityContext ` and ` LinuxSandboxSecurityContext `
261
+ - Added ` user ` field to the type ` ContainerStatus ` to represent actual user for the container
262
+
263
+ - [[ KEP-4639] Add OCI VolumeSource CRI API] ( https://github.com/kubernetes/kubernetes/pull/125659 )
264
+ - Added ` image ` field to the type ` Mount ` to represent the OCI VolumeSource
265
+
266
+
252
267
## Community, discussion, contribution, and support
253
268
254
269
Learn how to engage with the Kubernetes community on the [ community
You can’t perform that action at this time.
0 commit comments