Skip to content

Commit

Permalink
proxy: v2.141.0 (#5998)
Browse files Browse the repository at this point in the history
This release fixes a caching issue in the outbound proxy's "ingress
mode" that could cause the incorrect client to be used for requests.
This caching has been fixed so that clients cannot be incorrectly reused
across logical destinations.

---

* transport: introduce Bind trait and move orig dst to the type level (linkerd/linkerd2-proxy#957)
* Initial fuzzer integration (linkerd/linkerd2-proxy#961)
* Fix caching in ingress mode (linkerd/linkerd2-proxy#965)
  • Loading branch information
olix0r authored and kleimkuhler committed May 12, 2021
1 parent 45cc0ba commit 5c0e9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .proxy-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.140.0
v2.141.0

0 comments on commit 5c0e9e5

Please sign in to comment.