-
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
Add make target to generate release manifests #6975
Comments
/assign |
/triage accepted |
Fine for me. Let's just be careful that we don't change the outputs (e.g. before/after refactoring diff) |
Hello Team, As per my understanding we need to create a target The expected content of Lines 832 to 841 in 844eff2
If no one is actively working on this issue, may I take it forward? |
Thanks for taking this up @chiukapoor ! /unassign |
I have made changes as per the issue description but having some doubts as if it is safe to run |
Hello @sbueringer, @fabriziopandini and @killianmuldoon, May you please help with the #6975 (comment) query |
It should be fine to run |
Thank you, I will test things out and will create a PR. |
@killianmuldoon, I have created the PR which adds make target While looking at |
Currently the only way to generate our release manifests with the CAPI Makefile is to run
make release
. Currently this runs the following targets:With the first target -
make release-binaries
- taking by far the longest. We should introduce a way to simply generate the manifests without needing to create the binaries - i.e. introduce a targetmake release-manifests-all
with the following targets:Some additional restructuring could be done to combine the
release-manifests-*
andmanifest-modification-*
targetsAnd reduce the
release
target to:/kind cleanup
The text was updated successfully, but these errors were encountered: