From 4692fbe0bb4ec18e7ffb464f6ba80f7899003a44 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 1 Jun 2026 20:53:48 +0200 Subject: [PATCH] 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 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..d5a25f2db --- /dev/null +++ b/CHANGELOG.md @@ -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.