docs: add note about unsupported platforms (#799)

This commit is contained in:
Caleb Doxsey 2020-05-28 12:57:03 -06:00 committed by GitHub
parent 14432daf26
commit df2b09a906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.