From 4568ac300c1f274604cab1b349f2cc514f831f6f Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Fri, 3 Oct 2025 23:30:28 +0000 Subject: [PATCH] changelog for 1.34 --- staging/src/k8s.io/cri-api/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/staging/src/k8s.io/cri-api/README.md b/staging/src/k8s.io/cri-api/README.md index 44f65160d08..a98c8f3bdef 100644 --- a/staging/src/k8s.io/cri-api/README.md +++ b/staging/src/k8s.io/cri-api/README.md @@ -57,6 +57,13 @@ is a readonly mirror repository, all development is done at [kubernetes/kubernet Here is the change history of the Container Runtime Interface protocol. The change history is maintained manually: +### v1.34 + +`git diff v1.33.0 v1.34.0 -- staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto` + +- Removed the [gogo dependency](https://github.com/kubernetes/kubernetes/pull/128653) +- [Added `debug_redact` flags](https://github.com/kubernetes/kubernetes/pull/133135) to the following fields of `AuthConfig`: `password`, `auth`, `identity_token`, `registry_token`. + ### v1.33 `git diff v1.32.0 v1.33.0 -- staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto`