From f4a290749d66099483db67c609e879a7b2f95472 Mon Sep 17 00:00:00 2001 From: Steve Flanders Date: Wed, 16 Oct 2019 14:42:58 -0700 Subject: [PATCH] Update release notes for 1.14.8 to reflect AWS bugfix --- CHANGELOG-1.14.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-1.14.md b/CHANGELOG-1.14.md index 805da4c93e0..d86386f9715 100644 --- a/CHANGELOG-1.14.md +++ b/CHANGELOG-1.14.md @@ -194,6 +194,7 @@ filename | sha512 hash ### Other notable changes +* Fixes an issue in the AWS cloudprovider, where ELBs fail to register instances ([#82954](https://github.com/kubernetes/kubernetes/pull/82954), [@M00nF1sh](https://github.com/M00nF1sh)) * Fixes a goroutine leak in kube-apiserver when a request times out. ([#83333](https://github.com/kubernetes/kubernetes/pull/83333), [@lavalamp](https://github.com/lavalamp)) * Fix aggressive VM calls for Azure VMSS ([#83102](https://github.com/kubernetes/kubernetes/pull/83102), [@feiskyer](https://github.com/feiskyer)) * Fixes a flaw (CVE-2019-11253) in json/yaml decoding where large or malformed documents could consume excessive server resources. Request bodies for normal API requests (create/delete/update/patch operations of regular resources) are now limited to 3MB. ([#83261](https://github.com/kubernetes/kubernetes/pull/83261), [@liggitt](https://github.com/liggitt))