conduit v19.1.3 Release Notes

    • Controller
      • Improved API for ListPods (thanks @alenkacz!)
      • Fixed GetProfiles API call not returning immediately when no profile exists (resulting in proxies logging warnings)
    • 💻 Web UI
      • Improved resource detail pages now show all resource types
      • Fixed stats not appearing for routes that have service profiles installed
    • CLI
      • Added optional linkerd install-sp command to generate service profiles for the control plane, providing per-route metrics for control plane components
      • Removed --proxy-bind-timeout flag from linkerd install and linkerd inject commands, as the proxy no longer accepts this environment variable
      • Improved CLI appearance on Windows systems
      • Improved linkerd check output, fixed check bug when using --single-namespace (thanks to @djeeg for the bug report!)
      • Improved linkerd stat now supports DaemonSets (thanks @zknill!)
      • Fixed panic when linkerd routes is called in single-namespace mode
    • Proxy
      • Added the ability to override a proxy's normal outbound routing by adding an l5d-override-dst header
      • Added LINKERD2_PROXY_DNS_CANONICALIZE_TIMEOUT environment variable to customize the timeout for DNS queries to canonicalize a name
      • Added support for route timeouts in service profiles
      • Improved logging for gRPC errors and for malformed HTTP/2 request headers
      • Improved log readability by moving some noisy log messages to more verbose log levels