Skip to content

Commit 9ab1ecd

Browse files
update cri api readme changelog for 1.31
1 parent 29f96c3 commit 9ab1ecd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

staging/src/k8s.io/cri-api/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,21 @@ No changes
249249
- [Add image_id to CRI ContainerStatus message](https://github.com/kubernetes/kubernetes/pull/123583)
250250
- Added `image_id` field to type `ContainerStatus`
251251

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+
252267
## Community, discussion, contribution, and support
253268

254269
Learn how to engage with the Kubernetes community on the [community

0 commit comments

Comments
 (0)