From 1a2997ea2e68bec73d646f7e16640f1409be250c Mon Sep 17 00:00:00 2001 From: nfuden Date: Wed, 10 Nov 2021 09:46:08 -0500 Subject: [PATCH] readme: Readme updated to have link to current envoy filter --- README.md | 2 +- changelog/v0.5.19/readme-envoylink.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelog/v0.5.19/readme-envoylink.yaml diff --git a/README.md b/README.md index 4b64799..23575aa 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Please visit [squash.solo.io](https://squash.solo.io) for documentation. ## Roadmap: **Service Mesh** - - Squash integrates with [Envoy](https://www.envoyproxy.io). Read about the Squash HTTP filter, now part of Envoy [here](https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/squash_filter.html). This allows Squash to open debug sessions as a request flows through a microservice. Support for Istio will be added in 2019. + - Squash integrates with [Envoy](https://www.envoyproxy.io). Read about the Squash HTTP filter, now part of Envoy [here](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/squash_filter.html). This allows Squash to open debug sessions as a request flows through a microservice. Support for Istio will be added in 2019. **Debuggers** - We will be adding support to several additional debuggers in early 2019, including gdb, nodejs, and python. diff --git a/changelog/v0.5.19/readme-envoylink.yaml b/changelog/v0.5.19/readme-envoylink.yaml new file mode 100644 index 0000000..8f1debf --- /dev/null +++ b/changelog/v0.5.19/readme-envoylink.yaml @@ -0,0 +1,3 @@ +changelog: + - type: NON_USER_FACING + description: Update link to envoy filter. \ No newline at end of file