-
Notifications
You must be signed in to change notification settings - Fork 19
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
Automate GitHub Release Draft #117
Automate GitHub Release Draft #117
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: razo7 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2f13c5e
to
487af11
Compare
51ab666
to
e604fd0
Compare
/retest |
/retest |
1 similar comment
/retest |
e604fd0
to
0dbd69f
Compare
/lgtm |
/retest |
1 similar comment
/retest |
0dbd69f
to
d00d4bd
Compare
/retest |
cac234e
to
8ce92a2
Compare
30eaf7c
to
ba528a7
Compare
ba528a7
to
a3d2c40
Compare
Automatically create Github release when we create git tag, and it creates the draft with a nice structure and with the bundle dir (for community releases). We also create new targets for community usage
We reuglarly push the community version for K8s to quay/medik8s
a3d2c40
to
a1215e8
Compare
In this PR I also wanted to update hosted runner Ubuntu image for github-actions - ubuntu-20.04 -> ubuntu-22.04, but it introduced an error running
For more context see golang/go#58550 |
/lgtm |
Following the discussion you linked to, this an issue with the GCC version when using dynamically linked Go builds. We do static builds though ( |
Thanks for sharing Marc. I tried to add |
I see. So the controller-gen binary is the problem. It's already installed (=compiled) in an earlier test step, outside of the DOCKER_GO container. Can you try adding |
Sounds like a good idea, I will open a new PR for that 👍🏻 |
Minor Reconcile Refactor
Similar to the rest of Medik8s operators we add an automation for the creation of Github Release upon Git tag creation.
ECOPROJECT-1128