8000 Merge pull request #119238 from kiashok/exposeCommitMemoryCri · kubernetes/kubernetes@6264fd9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6264fd9

Browse files
authored
Merge pull request #119238 from kiashok/exposeCommitMemoryCri
Expose commit memory used in WindowsMemoryUsage struct
2 parents 7aa4e08 + 1351845 commit 6264fd9

File tree

3 files changed

+509
-423
lines changed

3 files changed

+509
-423
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,27 @@ No changes
200200
- [Add mappings for volumes](https://github.com/kubernetes/kubernetes/pull/116377)
201201
- Added new fields to the type `Mount` expressing runtime UID/GID mappings for the mount.
202202

203+
### v1.28
204+
205+
`git diff v1.27.0 v1.28.0 -- staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto`
206+
207+
- [cri-api: fix comment lines about PROPAGATION_PRIVATE](https://github.com/kubernetes/kubernetes/pull/115704)
208+
- Fixed comment lines about PROPAGATION_PRIVATE
209+
210+
- [Add user specified image to CRI ContainerConfig](https://github.com/kubernetes/kubernetes/pull/118652)
211+
- Added the `user_specified_image` field to type `ImageSpec`
212+
213+
- [kubelet: get cgroup driver config from CRI ](https://github.com/kubernetes/kubernetes/pull/118770)
214+
- Added rpc for querying runtime configuration
215+
- Added cavieats about cgroup driver field
216+
217+
- [Add swap to stats to Summary API and Prometheus endpoints (/stats/summary and /metrics/resource)](https://github.com/kubernetes/kubernetes/pull/118865)
218+
- Added `SwapUsage` type
219+
- Added `SwapUsage` field to `ContainerStats` type
220+
221+
- [Expose commit memory used in WindowsMemoryUsage struct](https://github.com/kubernetes/kubernetes/pull/119238)
222+
- Added the `commit_memory_bytes` field to type `WindowsMemoryUsage`
223+
203224
## Community, discussion, contribution, and support
204225

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

0 commit comments

Comments
 (0)
0