edge-20.9.2 Changes (#4961)

* edge-20.9.2 Changes

Signed-off-by: Charles Pretzer <charles@buoyant.io>
This commit is contained in:
cpretzer 2020-09-10 21:50:27 -07:00 committed by GitHub
parent 6d67b84447
commit 8d1fb80839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -1,5 +1,29 @@
# Changes
## edge-20.9.2
This edge release continues the work of adding support for mTLS for all TCP
traffic and changes the default container registry to `ghcr.io` from `gcr.io`.
If you are upgrading from `stable-2.8.x` with the Linkerd CLI using the
`linkerd upgrade` command, you must add the `--addon-overwrite` flag to ensure
that the grafana image is properly set.
* Removed the default timeout for ServiceProfiles so that ServiceProfile routes
behave the same as when there is no ServiceProfile definition
* Changed default docker image repository to ghcr.io from gcr.io. **Users who
pull the images into private repositories should take note of this change**
* Added endpoint labels to outbound TCP metrics to provide more context and
detail for the metrics, add load balancing to TCP connections
(bypassing kube-proxy), and secure the connection with mTLS when both
endpoints are meshed
* Made unnamed ServiceProfile discovery configurable using the
`proxy.destinationGetNetworks` variable to set the
`LINKERD2_PROXY_DESTINATION_PROFILE_NETWORKS` variable in the proxy chart
template
* Added TLS certificate validation for the Injector, SP Validator, and Tap
webhooks to the `linkerd check` command
## edge-20.9.1
This edge release contains an important proxy update that allows linkerd to