Releases: Azure/setup-helm
Releases · Azure/setup-helm
v2.0 release
What's Changed
- Added setup-helm : Install helm binary by @Anumita in #1
- Added helm binary to the Path environment variable by @Anumita in #5
- Use correct version string format in setup instructions by @mcabrams in #7
- Users/shigupt/fixing helm latest releases master by @shigupt202 in #14
- Changed the documentation to specify v before 'version' and code chan… by @rgsubh in #15
- Bump @actions/core from 1.0.0 to 1.2.6 by @dependabot in #17
- Added L0 tests and fixed some minor issues. by @sundargs2000 in #20
- adding graph ql for Helm versions - master by @shigupt202 in #22
- Added trigger for L2 tests. by @sundargs2000 in #26
- skipLibCheck by @sundargs2000 in #31
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #39
- Bump browserslist from 4.16.3 to 4.16.6 by @dependabot in #40
- Bump ws from 7.4.4 to 7.4.6 by @dependabot in #41
- Syncing package-lock.json in master with release by @shigupt202 in #42
- Stale issues workflow by @shigupt202 in #44
- Update issue templates by @shigupt202 in #46
- Create CODEOWNERS by @shigupt202 in #47
- Update README.md by @shigupt202 in #48
- setup-helm refactor by @taakleton in #55
- Cleanup action for release by @taakleton in #56
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
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
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