Skip to content

Releases: linkerd/linkerd2-proxy

v2.195.0

03 Apr 16:20
172523f

Choose a tag to compare

What's Changed

  • add ConsecutiveFailures failure accrual policy by @hawkw in #2357
  • configure failure accrual from the OutboundPolicy API by @hawkw in #2364
  • outbound: add failure accrual test, fix Gates not becoming ready by @hawkw in #2371

Full Changelog: release/v2.194.0...release/v2.195.0

v2.194.0

30 Mar 17:14
f5daf1f

Choose a tag to compare

What's Changed

  • gate: Support admitting a limited number of requests by @olix0r in #2342
  • Configure response classifiers from ClientPolicy routes by @olix0r in #2324
  • build(deps): bump EmbarkStudios/cargo-deny-action from 1.4.0 to 1.5.0 by @dependabot in #2350
  • client-policy: RouteBackends use the backend's metadata by @hawkw in #2351
  • build(deps): bump serde from 1.0.152 to 1.0.159 by @dependabot in #2356
  • build(deps): bump tj-actions/changed-files from 35.7.0 to 35.7.7 by @dependabot in #2355
  • build(deps): bump prettyplease from 0.1.24 to 0.1.25 by @dependabot in #2340
  • build(deps): bump itoa from 1.0.5 to 1.0.6 by @dependabot in #2339
  • build(deps): bump windows_i686_msvc from 0.42.1 to 0.42.2 by @dependabot in #2338
  • build(deps): bump quote from 1.0.23 to 1.0.26 by @dependabot in #2336
  • add NewClassifyGate and BroadcastClassification middleware by @hawkw in #2353
  • build(deps): bump regex from 1.7.1 to 1.7.3 by @dependabot in #2360
  • build(deps): bump ipnet from 2.7.1 to 2.7.2 by @dependabot in #2361
  • build(deps): bump indexmap from 1.9.2 to 1.9.3 by @dependabot in #2363
  • build(deps): bump windows_aarch64_msvc from 0.42.1 to 0.42.2 by @dependabot in #2362
  • build(deps): bump actions/checkout from 3.3.0 to 3.5.0 by @dependabot in #2349
  • build(deps): bump tempfile from 3.4.0 to 3.5.0 by @dependabot in #2359
  • client-policy: accept backends with empty dispatcher fields by @hawkw in #2352
  • outbound: configure failure accrual policies from stack targets by @hawkw in #2354

Full Changelog: release/v2.193.2...release/v2.194.0

v2.193.2

21 Mar 14:54
103a480

Choose a tag to compare

What's Changed

  • gateway: move discovery resolver into its own file by @hawkw in #2343
  • outbound: Fix incorrect l5d-proxy-connection logs by @olix0r in #2344
  • gateway: synthesize ClientPolicies when the controller returns NotFound by @hawkw in #2333

Full Changelog: release/v2.193.1...release/v2.193.2

v2.193.1

15 Mar 18:46
76db762

Choose a tag to compare

What's Changed

  • outbound: refactor discover::resolver into a method by @hawkw in #2331
  • outbound: fix Balance::Dispatch "authority" labels by @hawkw in #2332

Full Changelog: release/v2.193.0...release/v2.193.1

v2.193.0

15 Mar 16:28
7520747

Choose a tag to compare

What's Changed

  • build(deps): bump tj-actions/changed-files from 35.6.1 to 35.6.4 by @dependabot in #2309
  • outbound: Simplify discovery debug logging by @olix0r in #2316
  • outbound: Eagerly cancel synthesized profile task by @olix0r in #2317
  • build(deps): bump windows_x86_64_gnullvm from 0.42.1 to 0.42.2 by @dependabot in #2323
  • build(deps): bump ryu from 1.0.12 to 1.0.13 by @dependabot in #2322
  • build(deps): bump axum from 0.6.10 to 0.6.11 by @dependabot in #2321
  • build(deps): bump tj-actions/changed-files from 35.6.4 to 35.7.0 by @dependabot in #2318
  • test: add mock client policy resolver by @hawkw in #2314
  • outbound: Apply filters to outbound requests by @olix0r in #2260
  • build(deps): bump proc-macro2 from 1.0.51 to 1.0.52 by @dependabot in #2320
  • build(deps): bump windows_x86_64_msvc from 0.42.1 to 0.42.2 by @dependabot in #2319
  • gateway: discover client policies from the policy controller by @hawkw in #2315

Full Changelog: release/v2.192.1...release/v2.193.0

v2.192.1

12 Mar 03:57
a856dbd

Choose a tag to compare

What's Changed

  • just: Fix docker tag formatting by @olix0r in #2312
  • outbound: Report concrete authorities for policies by @olix0r in #2313

Full Changelog: release/v2.192.0...release/v2.192.1

v2.192.0

11 Mar 23:00
3dec105

Choose a tag to compare

What's Changed

  • outbound: Decouple backend caching from request distribution by @olix0r in #2284
  • build(deps): bump socket2 from 0.4.7 to 0.4.9 by @dependabot in #2290
  • README: comment just-cargo and make it more clear by @daixiang0 in #2292
  • build(deps): bump prettyplease from 0.1.23 to 0.1.24 by @dependabot in #2293
  • build(deps): bump tokio from 1.25.0 to 1.26.0 by @dependabot in #2286
  • build(deps): bump petgraph from 0.6.2 to 0.6.3 by @dependabot in #2285
  • client-policy: add protobuf conversion by @hawkw in #2289
  • integration: add test policy controller by @hawkw in #2288
  • outbound: change push_discover to take a Service by @hawkw in #2291
  • build(deps): bump rustix from 0.36.7 to 0.36.9 by @dependabot in #2295
  • build(deps): bump serde_json from 1.0.93 to 1.0.94 by @dependabot in #2296
  • build(deps): bump async-trait from 0.1.64 to 0.1.66 by @dependabot in #2297
  • build(deps): bump thiserror from 1.0.38 to 1.0.39 by @dependabot in #2298
  • build(deps): bump mio from 0.8.5 to 0.8.6 by @dependabot in #2299
  • separate policy client config from inbound::Config by @hawkw in #2307
  • outbound: discover client policies from the OutboundPolicy API by @hawkw in #2265

New Contributors

Full Changelog: release/v2.191.2...release/v2.192.0

v2.191.2

01 Mar 15:58
release/v2.191.2
1db476f

Choose a tag to compare

What's Changed

Full Changelog: release/v2.191.1...release/v2.191.2

v2.191.1

28 Feb 16:43
9619c64

Choose a tag to compare

What's Changed

Full Changelog: release/v2.191.0...release/v2.191.1

v2.191.0

24 Feb 17:10
release/v2.191.0
7948f13

Choose a tag to compare

What's Changed

Full Changelog: release/v2.190.1...release/v2.191.0