-
Notifications
You must be signed in to change notification settings - Fork 505
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
krel: make promote-images work for other k8s and k8s sigs projects #2280
krel: make promote-images work for other k8s and k8s sigs projects #2280
Conversation
/cc @puerco trying to find a good way to test this. Pushed a fake tag but currently, it's failing with |
aaceaad
to
5ae817c
Compare
5ae817c
to
0e60afc
Compare
fixed this issue but now I'm getting
checking if it's an issue with my github token... |
IT WORKS 🎉 I actually had an issue with my github ssh key, fixed it by following https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey |
Few things remaining:
|
/retest not sure if it was a flake?
|
Yeah, that's a flake :/ |
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.
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
thanks Cecile!
@saschagrunert @cpanato thanks for the review! @justaugustus pointed out in Slack that we should put this in https://github.com/kubernetes-sigs/promo-tools instead. Do we want to merge this PR first and then add the functionality to promo-tools or add it there directly? Seems like promo-tools doesn't have functionality for opening an image promotion PR currently so might be a bigger chunk of work. |
If that's the case then moving forward iteratively seems fine to me. |
Agreed! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon, cpanato, justaugustus, saschagrunert 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Makes krel promote-images work with other projects so it can be used by other maintainers to promote images in k8s/k8s.io.
The default values are set to the Kubernetes project to preserve existing behavior.
Example usage:
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?