From dc2f33155258a28306c2829ec4c5757c11f06304 Mon Sep 17 00:00:00 2001 From: Zahari Dichev Date: Thu, 23 Jul 2020 22:46:53 +0300 Subject: [PATCH] edge-20.7.4 (#4785) ## edge-20.7.4 This edge release adds support for the new Kubernetes [EndpointSlice] resource to the Destination controller. Using the EndpointSlice API is more efficient for the Kubernetes control plane than using the Endpoints API. If the cluster supports EndpointSlices (a beta feature in Kubernetes 1.17), Linkerd can be installed with `--enable-endpoint-slices` flag to use this resource rather than the Endpoints API. * Added fish shell completions to the `linkerd` command (thanks @WLun001!) * Enabled the support for EndpointSlices (thanks @Matei207!) * Separated prometheus checks and made them runnable only when the add-on is enabled Signed-off-by: Zahari Dichev Signed-off-by: Eric Solomon --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 18a4549f70172..06786cf1f4dca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,20 @@ # Changes +## edge-20.7.4 + +This edge release adds support for the new Kubernetes +[EndpointSlice](https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/) +resource to the Destination controller. Using the EndpointSlice API is more +efficient for the Kubernetes control plane than using the Endpoints API. If +the cluster supports EndpointSlices (a beta feature in Kubernetes 1.17), +Linkerd can be installed with `--enable-endpoint-slices` flag to use this +resource rather than the Endpoints API. + +* Added fish shell completions to the `linkerd` command (thanks @WLun001!) +* Enabled the support for EndpointSlices (thanks @Matei207!) +* Separated Prometheus checks and made them runnable only when the add-on + is enabled + ## edge-20.7.3 * Add preliminary support for EndpointSlices which will be usable in future