Azure / setup-kubectl

GitHub Action for installing Kubectl
MIT License
132 stars 49 forks source link

Feature Request: Automatically select the latest patch release #104

Open mb-shorai opened 5 months ago

mb-shorai commented 5 months ago

Feature request

It might be useful for this GitHub Action to automatically select the latest patch release based on a major/minor provided. E.g., providing v1.27 or 1.27 as a version input resulting in v1.27.15 being setup.

Perhaps based on tags/releases of https://github.com/kubernetes/kubernetes or something else.

ozancaglayan commented 4 weeks ago

Yes this would be very useful