From 886446d4a938779d69cb2a9389e83c8a3485d756 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Tue, 11 Jul 2017 16:41:42 -0700 Subject: [PATCH] update CHANGELOG about the api move --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa39e14..0fb4bf4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ TODO: This document was manually maintained so might be incomplete. The automation effort is tracked in https://github.com/kubernetes/client-go/issues/234. -# HEAD (changes that will go into the next release) +# HEAD (changes that will go into v5) + +** Breaking changes** + +pkg/api and pkg/apis are moved to +[k8s.io/aip](https://github.com/kubernetes/api). Other kubernetes repositories +also import types from there, so they are composable with client-go. + +Helper functions in pkg/api and pkg/apis are also removed. They are planned to +be exported in other repos. The issue is tracked +[here](https://github.com/kubernetes/kubernetes/issues/48209#issuecomment-314537745). +During the transition, you'll have to copy the helper functions to your projects. # v4.0.0-beta.0