-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Merged by Bors] - Migrate to maven #61
Conversation
- name: Set up OpenPolicyAgent | ||
run: | | ||
curl -L -o opa https://openpolicyagent.org/downloads/v0.33.1/opa_linux_amd64_static | ||
curl -L -o opa https://openpolicyagent.org/downloads/v0.46.1/opa_linux_amd64_static |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that i see this. We only support OPA up to 0.45.0 i think. Eventually we should check against versions we support?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
bors merge |
## Description This will fix #3 Also incrementing the version by one, and moving from `de.stackable` prefix to `tech.stackable` prefix. Test run: https://ci.stackable.tech/view/02%20Operator%20Tests%20(custom)/job/druid-operator-it-custom/40/ The test uses a custom image that includes this new version of the plugin
Pull request successfully merged into main. Build succeeded:
|
Description
This will fix #3
Also incrementing the version by one, and moving from
de.stackable
prefix totech.stackable
prefix.Test run: https://ci.stackable.tech/view/02%20Operator%20Tests%20(custom)/job/druid-operator-it-custom/40/
The test uses a custom image that includes this new version of the plugin
Review Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information