conduit v19.9.2 Release Notes

  • ๐Ÿ— Much of our effort has been focused on improving our build and test ๐Ÿš€ infrastructure, but this edge release lays the groundwork for some big new ๐Ÿ”‹ features to land in the coming releases!

    • Helm
      • There's now a public Helm repo! This release can be installed with: helm repo add linkerd-edge https://helm.linkerd.io/edge && helm install linkerd-edge/linkerd2
      • Improved TLS credential parsing by ignoring spurious newlines
    • Proxy
      • Decreased proxy-init Docker image size by removing bundled debug tools
    • ๐Ÿ’ป Web UI
      • Fixed an issue where the edges table could end up with duplicates
      • Added an icon to more clearly label external links
    • Internal
      • Upgraded client-go to v12.0.0
      • Moved CI from Travis to GitHub Actions