apidiff: add CHANGELOG.md for client-go and apimachinery

This is the manual part of these new files. The changes since
1.34 will be added in a separate commit, generated automatically.

Kubernetes-commit: ffb5071875b9b9381cf9b7cedffc660bdc84d9f9
This commit is contained in:
Patrick Ohly
2026-06-01 20:53:48 +02:00
committed by Kubernetes Publisher
parent 2e09c9b378
commit 4692fbe0bb

12
CHANGELOG.md Normal file
View File

@@ -0,0 +1,12 @@
This file documents Go API changes in client-go.
Breaking API changes *must* be documented here, together with instructions on
how to deal with them or why they are expected to have no impact.
Go API changes are typically not included in the Kubernetes release notes, so
non-breaking noteworthy Go API changes *may* be documented here if they are
useful to know about for developers.
### Changes for Kubernetes <= 1.34
For older changes refer to the commit messages and PR descriptions.