Azure / setup-helm

Github Action for installing Helm
MIT License
141 stars 48 forks source link

Simply fetch latest version from the dedicated file #130

Closed elProxy closed 8 months ago

elProxy commented 8 months ago

It gets updated as part of the helm release workflow: https://github.com/helm/helm/blob/c5698e5e51949c4ab86a22c5566fac20e13d6f73/.github/workflows/release.yml#L49

This means the github token is no longer required, making it much nicer for composite actions wanting to leverage this one.

elProxy commented 8 months ago

@microsoft-github-policy-service agree

elProxy commented 8 months ago

@OliverMKing Hi, can you give me a hint as to how often PRs here get looked at ?

elProxy commented 8 months ago

left two small comments. Thank you for this addition! I really like it

I like it too. Can't wait to adopt that action in a few places 😉

OliverMKing commented 8 months ago

This is available in v4.1.0

elProxy commented 8 months ago

This is available in v4.1.0

Awesome ! Thanks a bunch for the quick reviews and smooth process @OliverMKing !