Azure / Azure/setup-helm

Feature Request: Add semver range support to allow installing Helm v3.x or any major/minor version

Open
#242 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
191
Forks
79
Avg merge
17d 9h
Merged PRs (30d)
1

Description

### Feature request

Currently, the action allows only fully pinned versions like:
```
with:
version: v3.19.2
```
It would be helpful to support semver ranges such as:
* `v3.x` : latest Helm v3 patch
* `v3.19.x`: latest Helm v3.19 patch

This makes it easier to stay on a major or minor version without hardcoding every single release. It also avoids accidental upgrades to Helm v4.

It's generally a good practice to be able to set the semver range. Please consider adding this functionality.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.