Skip to content

Commit 4c255dd

Browse files
authored
publish version 4.1.0 (#131)
* publish version 4.1.0 * update version
1 parent ec8dd7c commit 4c255dd

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [4.1.0] - 2024-03-01
4+
5+
- #130 switches to use Helm published file to read latest version instead of using GitHub releases
6+
37
## [4.0.0] - 2024-02-12
48

59
- #121 update to node20 as node16 is deprecated

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ Install a specific version of helm binary on the runner.
77
Acceptable values are latest or any semantic version string like v3.5.0 Use this action in workflow to define which version of helm will be used. v2+ of this action only support Helm3.
88

99
```yaml
10-
- uses: azure/setup-helm@v4.0.0
10+
- uses: azure/setup-helm@v4.1.0
1111
with:
1212
version: '<version>' # default is latest (stable)
13-
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest'
1413
id: install
1514
```
1615
1716
> [!NOTE]
18-
> When using latest version you might hit the GitHub GraphQL API hourly rate limit of 5,000. The action will then return the hardcoded default stable version (currently v3.13.3). If you rely on a certain version higher than the default, you should use that version instead of latest.
17+
> If something goes wrong with fetching the latest version the action will use the hardcoded default stable version (currently v3.13.3). If you rely on a certain version higher than the default, you should explicitly use that version instead of latest.
1918
2019
The cached helm binary path is prepended to the PATH environment variable as well as stored in the helm-path output variable.
2120
Refer to the action metadata file for details about all the inputs https://github.com/Azure/setup-helm/blob/master/action.yml

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setuphelm",
3-
"version": "0.0.0",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "Setup helm",
66
"author": "Anumita Shenoy",

0 commit comments

Comments
 (0)