-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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.10.3 #11513
edge-23.10.3 #11513
Conversation
CHANGES.md
Outdated
@@ -1,5 +1,49 @@ | |||
# Changes | |||
|
|||
## edge-23.10.3 | |||
|
|||
This edge release fixes issues in the proxy and destination controller which can |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: destination not capitalized here, but it is below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CHANGES.md
Outdated
* Fixed a regression where the proxy rendered `grpc_status` metric labels as a | ||
string rather than as the numeric status code ([linkerd2-proxy#2480]; fixes | ||
[#11449]) | ||
* Added missing `imagePullSecrets` to `linkerd-jaeger` ServiceAccount ([#11504]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would reword this to convey it's optional, plus it's for the namespace-metadata
SA, not linkerd-jaeger
. Something like
* Extended `linkerd-jaeger`'s `imagePullSecrets` Helm value to also apply to the `namespace-metadata` ServiceAccount ([#11504]).
edge-23.10.3
This edge release fixes issues in the proxy and destination controller which can
result in Linkerd proxies sending traffic to stale endpoints. In addition, it
contains other bugfixes and updates dependencies to include patches for the
security advisories CVE-2023-44487/GHSA-qppj-fm5r-hxr3 and GHSA-c827-hfw6-qwvm.
changes in the endpoints of a destination, if a proxy subscribed to that
destination stops reading service discovery updates. This issue results in
proxies attempting to send traffic for that destination to stale endpoints
(#11483, fixes #11480, #11279, and #10590)
terminate unused service discovery watches, exerting backpressure on the
Destination controller which could cause it to become stuck
(linkerd2-proxy#2484 and linkerd2-proxy#2486)
INFO
-level logging to the proxy when endpoints are added or removedfrom a load balancer. These logs are enabled by default, and can be disabled
by setting the proxy log level to
warn,linkerd=info,linkerd_proxy_balance=warn
or similar(linkerd2-proxy#2486)
grpc_status
metric labels as astring rather than as the numeric status code (linkerd2-proxy#2480; fixes
#11449)
imagePullSecrets
tolinkerd-jaeger
ServiceAccount (#11504)golang.google.org/grpc
Gopackage to include patches for CVE-2023-44487/GHSA-qppj-fm5r-hxr3 ([build(deps): bump google.golang.org/grpc from 1.58.2 to 1.59.0 #11496])
rustix
to include patches for GHSA-c827-hfw6-qwvm(linkerd2-proxy#2488 and [build(deps): update
rustix
to v0.36.16 #11512]).