-
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
stable-2.11.3 release #8779
Milestone
Comments
This was referenced Jun 30, 2022
This was referenced Jun 30, 2022
All the proxy backports (including the one for linkerd/linkerd2-proxy#1759) are up: |
proxy bump: #8789 |
kleimkuhler
added a commit
that referenced
this issue
Jul 1, 2022
#8322 Closes #8719 Part of #8779 2.11 only has the Server and ServerAuthorization policy CRDs. This fixes the Helm label for Server and adds the label for ServerAuthorization. Signed-off-by: Kevin Leimkuhler <[email protected]>
kleimkuhler
added a commit
that referenced
this issue
Jul 5, 2022
Cherry pick change #8474 which fixed #8469. This was originally missed by #8779 because the issue was opened as a discussion. --- When labeling a headless service for exporting, the service-mirror controller was ignoring the change because `isExportedEndpoints()` was checked on the _old_ version of the EP update (which doesn't have the label). This change checks on both the old and new version of the updated EP (and so I had to move some of the stuff out of `isExportedEndpoints()` into the calling sites, to avoid dupped log entries when calling it). In order to test this, I removed the `mirror.linkerd.io/exported` label from the nginx SS and instead label it in the test after the SS persists. * Consolidated isExportedEndpoints() and isExportedService() into isExported(), which uses the label configured in the Link Signed-off-by: Kevin Leimkuhler <[email protected]> Co-authored-by: Alejandro Pedraza <[email protected]>
I believe this version has been released! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@kleimkuhler
linkerd mc allow
broken in 2.11.x #8430Proxy cherry-picks should happen onto
v2.161.3
.@hawkw
Maybe
The text was updated successfully, but these errors were encountered: