Merge pull request #39283 from kubernetes/update-deprications-1.5.1

Automatic merge from submit-queue

Update CHANGELOG.md

**What this PR does / why we need it**:

Updates deprecation notice for 1.5.1 informing users that mixed case field names for annotations will now return an error.

**Which issue this PR fixes** 

fixes #39189
This commit is contained in:
Kubernetes Submit Queue 2016-12-28 14:41:14 -08:00 committed by GitHub
commit 80f07b471e

View File

@ -497,6 +497,7 @@ release [38537](https://github.com/kubernetes/kubernetes/issues/38537)
* extensions/v1beta1.Jobs is deprecated, use batch/v1.Job instead ([[#36355](https://github.com/kubernetes/kubernetes/pull/36355)](https://github.com/kubernetes/kubernetes/pull/36355), [[@soltysh](https://github.com/soltysh)](https://github.com/soltysh))
* The kubelet --reconcile-cdir flag is deprecated because it has no function anymore. ([[#35523](https://github.com/kubernetes/kubernetes/pull/35523)](https://github.com/kubernetes/kubernetes/pull/35523), [[@luxas](https://github.com/luxas)](https://github.com/luxas))
* Notice of deprecation for recycler [[#36760](https://github.com/kubernetes/kubernetes/pull/36760)](https://github.com/kubernetes/kubernetes/pull/36760)
* The init-container (pod.beta.kubernetes.io/init-containers) annotations used to accept capitalized field names that could be accidently generated by the k8s.io/kubernetes/pkg/api package. Using an upper case field name will now return an error and all users should use the versioned API types from `pkg/api/v1` when serializing from Golang.
## Action Required Before Upgrading