-
Notifications
You must be signed in to change notification settings - Fork 28
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
Pending task for new process of releasing with golang migration #125
Comments
@travisn I created the issue so that we are all on the same page regarding adding the changes for the new release |
When someone upgrades the krew plugin, will the bash script be automatically removed? Or is there any manual cleanup? |
I assumption is krew should handle that automatically. |
Is there a way to test the new release before it's officially out? Then we can confirm that the upgrade is smooth for the transition. |
btw let's wait until early next week for the release so we don't have a release just before the weekend |
Yes, I have a few testing with migration to do I have found this https://krew.sigs.k8s.io/docs/developer-guide/testing-locally/ to test locally exploring how we can test this. |
also holding this pr #128 till above testing is done |
I did manual testing it was working but the testing process is not the same as the one we have in CI, since ci is full automation and one ci depends on another CI. We can follow up offline |
All task is done. |
These are steps we need to do for releasing with go
.krew.yaml
to reflect the golang binary with the right version. Fixes: krew: update krew yaml to reflect change to go #128 ( prnot ready for review)The text was updated successfully, but these errors were encountered: