From df2b09a90651f4e72a4d07c00a32ffed3b2fc75a Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Thu, 28 May 2020 12:57:03 -0600 Subject: [PATCH] docs: add note about unsupported platforms (#799) --- docs/docs/upgrading.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/upgrading.md b/docs/docs/upgrading.md index 5a0cb51dc..f8e184508 100644 --- a/docs/docs/upgrading.md +++ b/docs/docs/upgrading.md @@ -9,6 +9,10 @@ description: >- ## Breaking +### Unsupported platforms + +- With this release we now use an embedded [envoy](https://www.envoyproxy.io/) binary as our proxy server. Due to this change we now only build and support Linux and MacOS binaries with the AMD64 architecture. We plan on supporting more platforms and architectures in future releases. + ### Tracing - Jaeger tracing support is no longer end-to-end in the proxy service. We recommend updating to the Zipkin provider for proper tracing support. Jaeger will continue to work but will not have coverage in the data plane.