github metalbear-co/mirrord 3.119.0

latest releases: latest, 3
13 hours ago

3.119.0 - 2024-10-07

Added

  • Add reverse port forwarding which can be used to proxy data from a remote
    port on the target pod to a local one -
    if only one port is specified, it will be used for both.

    mirrord port-forward [options] -R [remote_port:]local_port
    

    To use the incoming network mode and filters from a config file, use -f as
    normal:

    mirrord port-forward [options] -R [remote_port:]local_port -f
    config_file.toml
    

    #2609

Changed

  • Dependency tree does not contain tonic 0.11.
  • Use forked version of apple-codesign to remove RSA dependency

Fixed

  • Collect and pass environment variables to the process to be executed locally
    instead of setting them for the entire local environment, which was causing
    interference with analytics instrumentation.
    #2783
  • Don't drop RSTs, makes long-lived connections drop on steal start
    #2794

Don't miss a new mirrord release

NewReleases is sending notifications on new releases.