Added
-
Add
cli_extra_args
field tocontainer
config to allow specifing custom
arguments formirrord container
sidecar container.{ "container": { "cli_extra_args": ["--network", "host"] } }
this config will spawn mirrord cli container with
<runtime> run --network host --rm -d ...
.
#2756
Changed
- Increase timeout of layer-intproxy socket connection to a ludicrous amount.
#2652 - Have intproxy log to a file in /tmp by default.
#2750 - Bump dependencies
Fixed
- Add a retry for port-forward agent connection if error was recived via error
channel after websocket was established.
#2759