Skip to content

Releases: linkerd/linkerd2-proxy-init

v1.3.3

20 May 23:16
2933373
Compare
Choose a tag to compare

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

13 Mar 14:34
799a3eb
Compare
Choose a tag to compare

Fix go directive in go.mod, to pass go v1.14 validation. This is not a user-facing change.

v1.3.1

22 Jan 21:17
5225aa5
Compare
Choose a tag to compare

Fixed iptables comments format, that was breaking CNI in v1.3.0

v1.3.0

19 Dec 16:45
579f370
Compare
Choose a tag to compare

Added support for the flags --inbound-ports-to-ignore and --outbound-ports-to-ignore to accept port ranges

v1.2.0

06 Sep 17:01
c90474b
Compare
Choose a tag to compare

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

06 Sep 16:56
8d2e800
Compare
Choose a tag to compare

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