Deploy edge prelease#8626
Merged
Merged
Conversation
Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
✅ Deploy Preview for openpolicyagent ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
johanfylling
approved these changes
May 8, 2026
Contributor
johanfylling
left a comment
There was a problem hiding this comment.
Cool! Let's try it!
Member
|
Awesome! |
srenatus
reviewed
May 8, 2026
| # ----------------------------------------------------------------------------- | ||
|
|
||
| /downloads/edge/* https://opa-releases.s3.amazonaws.com/edge/:splat 200 | ||
| /downloads/edge/* https://github.com/open-policy-agent/opa/releases/download/edge/:splat 200 |
Contributor
There was a problem hiding this comment.
We could first check if this works and later switch the redirect, just to be cautious. What do you think?
Member
Author
There was a problem hiding this comment.
don't want to break setup-opa on a friday?! that is a good idea, I reverted the redirect 👍
Contributor
There was a problem hiding this comment.
Those three users of the edge binaries are really loud 😅
Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
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.
follow up to: #8615
The S3 bucket containing the edge release binaries is no longer available. setup-opa relies on these binaries. This new
Deploy Edge Preleasere-introduces edge release by publishing them as a Github pre-release instead.On every push to main, after the linux/windows/darwin release builds complete, a new deploy-edge job deletes any existing edge release and creates a fresh GitHub prerelease tagged edge with all OPA binaries attached.