Skip to content

Releases: Azure/setup-helm

v3.0 release

27 Jun 18:17
20d2b4f

Choose a tag to compare

Node16 release of this action

v2.1 release

13 Jun 13:29
217bf70

Choose a tag to compare

Commits

  • a517f2f: Add node modules and new code for release (#57) (github-actions[bot]) #57
  • 217bf70: v2 new release (#70) (github-actions[bot]) #70

v2.0 release

26 Jan 22:18
a517f2f

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

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

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