-
Notifications
You must be signed in to change notification settings - Fork 196
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
override replace: allow not freeze for --from option #3164
base: main
Are you sure you want to change the base?
Conversation
Hi @Razaloc. Thanks for your PR. I'm waiting for a coreos member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
work in progress. Still figuring out how |
@jlebon I've tried to adapt the related changes of that PR to this one, but It's still work in progress. If you notice some part of it that is not necessary or wrong please let me know. |
582201f
to
1f43b1e
Compare
`override replace --experimental --from KIND=NAME` do not pin the overrided package allowing updates Signed-off-by: Rafael G. Ruiz <[email protected]>
@Razaloc: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
override replace --experimental --from KIND=NAME
do not pin theoverrided package allowing updates
Signed-off-by: Rafael G. Ruiz [email protected]