Skip to content

3.121.0

Compare
Choose a tag to compare
@Razz4780 Razz4780 released this 17 Oct 10:43
· 152 commits to main since this release
133f536

3.121.0 - 2024-10-17

Added

  • Added support for Istio CNI
    #2851
  • Added nodeSelector option to agent config.

Changed

  • Allowed filtered steal requests to be retried when we get a Reset from
    hyper(h2).

Fixed

  • Fixed an issue where mirrord exec ... -- npm run serve in a Vue project was
    failing with EAFNOSUPPORT: address family not supported ::1:80. Added new
    .experimental.hide_ipv6_interfaces configuration entry that allows for
    hiding local IPv6 interface addresses from the user application.
    #2807
  • Fixed wrong warning being displayed when binding UDP port 0 and filtering HTTP.
    #2812
  • mirrord now respects insecure-skip-tls-verify option set in the kubeconfig
    when accept_invalid_certificates is not provided in the mirrord config.
    #2825