Skip to content

Commit df50d87

Browse files
authored
Release v4.2.0 (#134)
* Update CHANGELOG.md * Update package.json * Update README.md
1 parent 08d7123 commit df50d87

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [4.2.0] - 2024-04-15
4+
5+
- #124 Fix OS detection and download OS-native archive extension
6+
37
## [4.1.0] - 2024-03-01
48

59
- #130 switches to use Helm published file to read latest version instead of using GitHub releases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.1.0
10+
- uses: azure/setup-helm@v4.2.0
1111
with:
1212
version: '<version>' # default is latest (stable)
1313
id: install

package.json

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

0 commit comments

Comments
 (0)