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.11.4
This edge release introduces support for the native sidecar containers
added in Kubernetes 1.29, improving proxy sidecar compatibility for jobs
and initContainers. In addition, it includes Helm chart improvements,
and improvements to the multicluster extension.
config.alpha.linkerd.io/proxy-enable-native-sidecar
annotation and
Proxy.NativeSidecar
Helm option that causes the proxycontainer to run as an init-container (thanks @teejaded!) (Add native sidecar support #11465;
fixes Implement KEP753 initContainer restartPolicy=Always sidecar #11461)
service-mirror
whenrunning in HA mode (Fix service-mirror template when running in HA mode #11609; fixes
linkerd multicluster link --ha
generates invalid deployment spec #11603)linkerd check
that ensures all extensionnamespaces are configured properly (Introduce a new check for extension namespace configuration #11629; fixes linkerd fails to find Lease component for service-mirror #11509)
linkerd-viz
extension to v2.48.0, resolving a number of CVEs in older Prometheus
versions (Bump prometheus to v2.48.0 #11633)
nodeAffinity
todeployment
templates in thelinkerd-viz
and
linkerd-jaeger
Helm charts (thanks @naing2victor!) (Add affinity settings in viz and jaeger chart #11464;fixes linkerd-viz and linkerd-jaeger charts do not support nodeAffinity #10680)