Merged
Conversation
Contributor
Author
alpeb
reviewed
Oct 19, 2023
CHANGES.md
Outdated
|
|
||
| ## edge-23.10.3 | ||
|
|
||
| This edge release fixes issues in the proxy and destination controller which can |
Member
There was a problem hiding this comment.
Nit: destination not capitalized here, but it is below.
alpeb
reviewed
Oct 19, 2023
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]) |
Member
There was a problem hiding this comment.
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]).
adleong
approved these changes
Oct 19, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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=warnor similar(linkerd2-proxy#2486)
grpc_statusmetric labels as astring rather than as the numeric status code (linkerd2-proxy#2480; fixes
#11449)
imagePullSecretstolinkerd-jaegerServiceAccount (#11504)golang.google.org/grpcGopackage 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])
rustixto include patches for GHSA-c827-hfw6-qwvm(linkerd2-proxy#2488 and [build(deps): update
rustixto v0.36.16 #11512]).