From 62c785fc3fda2c9fc7527337b0eb635fbb95b21d Mon Sep 17 00:00:00 2001 From: kiashok Date: Mon, 17 Jul 2023 11:00:21 -0700 Subject: [PATCH] Update cri-api change in v1.28.0 Signed-off-by: kiashok Kubernetes-commit: 1351845133bf467b146bf653fa37ed6915b0ec95 --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index abaa46e..2b4bcbd 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,27 @@ No changes - [Add mappings for volumes](https://github.com/kubernetes/kubernetes/pull/116377) - Added new fields to the type `Mount` expressing runtime UID/GID mappings for the mount. +### v1.28 + +`git diff v1.27.0 v1.28.0 -- staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto` + +- [cri-api: fix comment lines about PROPAGATION_PRIVATE](https://github.com/kubernetes/kubernetes/pull/115704) + - Fixed comment lines about PROPAGATION_PRIVATE + +- [Add user specified image to CRI ContainerConfig](https://github.com/kubernetes/kubernetes/pull/118652) + - Added the `user_specified_image` field to type `ImageSpec` + +- [kubelet: get cgroup driver config from CRI ](https://github.com/kubernetes/kubernetes/pull/118770) + - Added rpc for querying runtime configuration + - Added cavieats about cgroup driver field + +- [Add swap to stats to Summary API and Prometheus endpoints (/stats/summary and /metrics/resource)](https://github.com/kubernetes/kubernetes/pull/118865) + - Added `SwapUsage` type + - Added `SwapUsage` field to `ContainerStats` type + +- [Expose commit memory used in WindowsMemoryUsage struct](https://github.com/kubernetes/kubernetes/pull/119238) + - Added the `commit_memory_bytes` field to type `WindowsMemoryUsage` + ## Community, discussion, contribution, and support Learn how to engage with the Kubernetes community on the [community