Skip to content

Releases: linkerd/linkerd2-proxy-init

v1.5.1

04 Nov 19:37
51fb222

Choose a tag to compare

This release updates the base container images to alpine:3.14.2.

v1.5.0

02 Nov 19:31
593abd1

Choose a tag to compare

With this release the proxy-init image no longer requires to be run as root! (except if you rely on the timeout-close-wait-secs flag).

v1.4.1

01 Oct 21:46
76e1337

Choose a tag to compare

This release adds the log-format and log-level flags to proxy-init, and also cleans up the logging output.

v1.4.0

01 Sep 10:49
d95f1f4

Choose a tag to compare

This release of linkerd2-proxy-init comes with a major change in anticipation
of Linkerd stable-2.11. In the upcoming stable version, linkerd-proxy will
no longer forward to ports bound on localhost, instead, it will use the
destination address and port.

Changes

  • Remove redirect-non-loopback-local-traffic rule. When redirecting traffic to
    original address, the redirect rule in the output (outbound) chain would force a
    packet originating from the inbound side (going) to the process back to the
    inbound side. Packets generated from inbound and destined to process will still
    go through output chain (and hence, through the outbound chain, where they are
    caught by the now removed rule). Removing this rule ensures any packet not
    targeting 127.0.0.1 which originates from the proxy and is on lo can now be
    sent to its intended destination instead of being routed back through the
    inbound. For more information, check commit.

Non-user facing changes

  • Update kind to v0.11.1 in integration workflow.

v1.3.13

23 Jun 22:22
1f9c930

Choose a tag to compare

  • Include more output in the simulate mode (thanks @liuerfire!")
  • Log to stdout instead of stderr (thanks @mo4islona!)

Non user-facing changes:

  • Added dependabot.yml to receive automated dependencies upgrades PRs (both for go and github actions). As a result, also upgraded a bunch of dependencies.

v1.3.3

20 May 23:16
2933373

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

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

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

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

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