Duplicate the DELETE param changelog in Breaking Change

This commit is contained in:
Haowei Cai 2018-12-18 05:01:47 -08:00
parent 2af8df8f44
commit b9d2679f4e

View File

@ -16,6 +16,7 @@
**Breaking Change:**
- Model v1beta1WebhookClientConfig is renamed to AdmissionregistrationV1beta1WebhookClientConfig, to avoid naming conflict with ApiextensionsV1beta1WebhookClientConfig introduced in: [kubernetes/kubernetes#67006](https://github.com/kubernetes/kubernetes/pull/67006)
- Delete request's body parameter is optional [kubernetes/kubernetes#70032](https://github.com/kubernetes/kubernetes/pull/70032)
# v8.0.1
**Bug Fix:**