From 9ab1ecd68655cae1b2843ad224533ab7b9d1ca39 Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Fri, 16 Aug 2024 22:11:35 +0000 Subject: [PATCH] update cri api readme changelog for 1.31 --- staging/src/k8s.io/cri-api/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/staging/src/k8s.io/cri-api/README.md b/staging/src/k8s.io/cri-api/README.md index f778700ae57..53bfa0ae062 100644 --- a/staging/src/k8s.io/cri-api/README.md +++ b/staging/src/k8s.io/cri-api/README.md @@ -249,6 +249,21 @@ No changes - [Add image_id to CRI ContainerStatus message](https://github.com/kubernetes/kubernetes/pull/123583) - Added `image_id` field to type `ContainerStatus` +### v1.31 + +`git diff v1.30.0 v1.31.0 -- staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto` + +- [KEP-3619: Add NodeStatus.Features.SupplementalGroupsPolicy API and e2e](https://github.com/kubernetes/kubernetes/pull/125470) + - Added `features` field to the type `StatusResponse` for the runtime to kubelet handshake on what features are supported + +- [KEP-3619: Fine-grained SupplementalGroups control](https://github.com/kubernetes/kubernetes/pull/117842) + - Added `supplemental_groups_policy` field to types `LinuxContainerSecurityContext` and `LinuxSandboxSecurityContext` + - Added `user` field to the type `ContainerStatus` to represent actual user for the container + +- [[KEP-4639] Add OCI VolumeSource CRI API](https://github.com/kubernetes/kubernetes/pull/125659) + - Added `image` field to the type `Mount` to represent the OCI VolumeSource + + ## Community, discussion, contribution, and support Learn how to engage with the Kubernetes community on the [community