Skip to content

Releases: Azure/setup-helm

v2.0 release

26 Jan 22:18
a517f2f
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

  • @mcabrams made their first contribution in #7
  • @dependabot made their first contribution in #17
  • @taakleton made their first contribution in #55

Full Changelog: https://github.com/Azure/setup-helm/commits/v1.2

New versioning logic for Helm releases

31 Mar 08:02
18bc768
Compare
Choose a tag to compare

New versioning logic for Helm releases uses GraphQL to fetch the last 100 releases of Helm. It then filters out the release as specified in the input. If 3.* has been specified, it'll get the latest Helm 3 release. Similarly if 2.* has been specified, it'll get the latest Helm 2 release. In case of latest, it'll fetch the latest Helm 3 release (to keep the behaviour consistent with previous action release).

Github action for installing helm

22 Oct 10:00
18bc768
Compare
Choose a tag to compare
Adding graph ql for Helm versions (#21)

* Adding graphql query to fetch latest helm release of specified type

* Updating typescript version and js file

* Fixing PR comments in release

* Adding feature flag as environment variable in release

* Changing feature flag name

* Updating files as per latest changes in master after resolving merge conflicts

* Removing non prod modules