Releases: linkerd/linkerd2-proxy-init
Releases · linkerd/linkerd2-proxy-init
v1.3.3
Added a timeout-close-wait-secs
flag to the proxy-init process that sets the net.netfilter.nf_conntrack_tcp_timeout_close_wait
. Note that this will fail if the container is not privileged
v1.3.2
Fix go
directive in go.mod
, to pass go
v1.14 validation. This is not a user-facing change.
v1.3.1
Fixed iptables comments format, that was breaking CNI in v1.3.0
v1.3.0
Added support for the flags --inbound-ports-to-ignore
and --outbound-ports-to-ignore
to accept port ranges
v1.2.0
This release decreases the Docker image from 145MB to 61MB:
- Removed debugging tools from base Docker image
- Updated base Docker image to
stretch-20190812-slim
v1.1.0
Adds support for the --use-wait-flag
which instructs the CNI to add the -w
switch for calls to iptables
Support for this switch is added for an issue that was discovered in #2970