-
Notifications
You must be signed in to change notification settings - Fork 687
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
[v3.0] Repatriate from v2.3 #4244
Merged
Merged
Conversation
This file contains 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
- Rename `actions/collect-testing-logs` -> `actions/collect-logs` - Rename the `name` arg to `jobname` - Revise the description Signed-off-by: Luke Shumaker <[email protected]>
This was causing problems for me on my laptop. Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Avoid writing repetitive rules for simple files. Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
… in CI [ci-skip] This is marked [ci-skip] because (as this PR reveals) `make clobber` is currently broken. Signed-off-by: Luke Shumaker <[email protected]>
Get it to actually clean up all the things that it should. Signed-off-by: Luke Shumaker <[email protected]>
Fix `make clobber`, and have CI check that it works
If there's an old PR that's already been merged, that means we should be creating a new one, rather than assuming that pushing to the branch will update the old one. As seen on https://github.com/emissary-ingress/emissary/runs/6523998225 Signed-off-by: Luke Shumaker <[email protected]>
.github: Fix the repatriation logic to deal with merged/closed PRs
…k on, and that's no good for Envoy. Signed-off-by: Flynn <[email protected]>
… on MacOS. Sigh. Thanks to @LukeShu for the help here! Signed-off-by: Flynn <[email protected]>
Pin to glibc 2.34, and fix make deploy on MacOS
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Swap the order of the CORS filter and the ext_authz filter.
Signed-off-by: AliceProxy <[email protected]>
If there are any authservices in annotation config, then add logic to whether the synthetic authservice should be injected/removed Signed-off-by: AliceProxy <[email protected]> Signed-off-by: Flynn <[email protected]> Signed-off-by: AliceProxy <[email protected]>
Edge-stack does not support custom authservices so we xfail these tests when running edge-stack. The synthetic authservice should ensure that a valid authservice is always present for edge-stack. Signed-off-by: AliceProxy <[email protected]>
Signed-off-by: AliceProxy <[email protected]>
… custom authservice not compatible with the default edge-stack authservice Signed-off-by: AliceProxy <[email protected]>
Signed-off-by: AliceProxy <[email protected]>
Signed-off-by: AliceProxy <[email protected]>
Signed-off-by: AliceProxy <[email protected]>
…oved Signed-off-by: AliceProxy <[email protected]>
This reverts commit 09ecd8e. Signed-off-by: AliceProxy <[email protected]>
This reverts commit b494d99. Signed-off-by: AliceProxy <[email protected]>
This reverts commit dfbdc99. Signed-off-by: AliceProxy <[email protected]>
This reverts commit 4fae467. Signed-off-by: AliceProxy <[email protected]>
This reverts commit adbb2b7. Signed-off-by: AliceProxy <[email protected]>
Signed-off-by: alex <[email protected]>
Signed-off-by: alex <[email protected]>
Signed-off-by: alex <[email protected]>
Signed-off-by: alex <[email protected]>
Allow Host and TLSContext to configure a CRL (v2.3)
…ations Synthetic AuthService annotation config
…ltiple mappings have the same name Signed-off-by: AliceProxy <[email protected]>
Signed-off-by: AliceProxy <[email protected]>
Signed-off-by: AliceProxy <[email protected]>
…he-keyname Cache: fix an issue where the cache key for mappings is wrong when mu…
LanceEa
approved these changes
May 28, 2022
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.
This PR merges release/v2.3 in to master.