Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edge-23.12.2 change notes #11764

Merged
merged 1 commit into from
Dec 14, 2023
Merged

edge-23.12.2 change notes #11764

merged 1 commit into from
Dec 14, 2023

Conversation

alpeb
Copy link
Member

@alpeb alpeb commented Dec 14, 2023

edge-23.12.2

This edge release includes a restructuring of the proxy's balancer along with accompanying new metrics. The new minimum supported Kubernetes version is 1.22.

  • Restructured the proxy's balancer (#11750): balancer changes may now occur independently of request processing. Fail-fast circuit breaking is enforced on the balancer's queue so that requests can't get stuck in a queue indefinitely. This new balancer is instrumented with new metrics: request (in-queue) latency histograms, failfast states, discovery updates counts, and balancer endpoint pool sizes.
  • Changed how the policy controller updates HTTPRoute status so that it doesn't affect statuses from other non-linkerd controllers (#11705; fixes #11659)

## edge-23.12.2

This edge release includes a restructuring of the proxy's balancer along with
accompanying new metrics. The new minimum supported Kubernetes version is 1.22.

* Restructured the proxy's balancer ([#11750]): balancer changes may now occur
  independently of request processing. Fail-fast circuit breaking is enforced on
  the balancer's queue so that requests can't get stuck in a queue indefinitely.
  This new balancer is instrumented with new metrics: request (in-queue) latency
  histograms, failfast states, discovery updates counts, and balancer endpoint
  pool sizes.
* Changed how the policy controller updates HTTPRoute status so that it doesn't
  affect statuses from other non-linkerd controllers ([#11705]; fixes [#11659])

[#11750]: #11750
[#11705]: #11705
[#11659]: #11659
@alpeb alpeb requested a review from a team as a code owner December 14, 2023 23:07
@alpeb alpeb merged commit 913e118 into main Dec 14, 2023
34 checks passed
@alpeb alpeb deleted the alpeb/edge-23.12.2 branch December 14, 2023 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linkerd is altering status on HTTPRoutes it doesn't own
3 participants