robscott / kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
Apache License 2.0
2.15k stars 115 forks source link

consider using krew-plugin-release to bump krew-index #20

Closed rajatjindal closed 4 years ago

rajatjindal commented 5 years ago

Hi Rob

I've created this github action krew-plugin-release, that can be used to auto-bump the new version in krew-index when you publish a new release of your plugin.

Right now I am using this to publish the modify-secret krew plugin.

If this is something that interests you, I will be happy to open a PR for you.

Thanks Rajat Jindal

robscott commented 4 years ago

Hey @rajatjindal, this looks really cool, would love a PR if you have time!

rajatjindal commented 4 years ago

awesome. thank you. I have started work on it, and will submit the PR as soon as I test it once.

rajatjindal commented 4 years ago

Between i should clarify that i changed the implementation from a github action (required a token of user) vs a webhook based implementation (use krew-release-bot account) to open the pr

This was changed based on discussions with the krew team