conduit v20.11.3 Release Notes

Release Date: 2020-11-19 // over 3 years ago
  • edge-20.11.3

    ๐Ÿš€ This edge release improves support for CNI by properly handling parameters
    passed to the nsenter command, relaxes checks on root and intermediate
    ๐Ÿ›  certificates (following X509 best practices), and fixes two issues: one that
    prevented installation of the control plane into a custom namespace and one
    โšก๏ธ which failed to update endpoint information when a headless service is modified.
    ๐Ÿš€ This release also improves linkerd proxy performance by eliminating unnecessary
    endpoint resolutions for TCP traffic and properly tearing down serverside
    connections when errors occur.

    • โž• Added HTTP/2 keepalive PING frames
    • โœ‚ Removed logic to avoid redundant TCP endpoint resolution
    • ๐Ÿ›  Fixed an issue where serverside connections were not torn down when an error
      occurs
    • โšก๏ธ Updated linkerd check so that it doesn't attempt to validate the subject
      alternative name (SAN) on root and intermediate certificates. SANs for leaf
      certificates will continue to be validated
    • ๐Ÿ›  Fixed a CLI issue where the linkerd-namespace flag is not honored when
      โฌ†๏ธ passed to the install and upgrade commands
    • ๐Ÿ›  Fixed an issue where the proxy does not receive updated endpoint information
      when a headless service is modified
    • โšก๏ธ Updated the control plane Docker images to use buster-20201117-slim to
      ๐Ÿ”’ reduce potential security vulnerabilities
    • โšก๏ธ Updated the proxy-init container to v1.3.7 which fixes CNI issues in certain
      ๐Ÿ“œ environments by properly parsing nsenter args