diff --git a/CHANGELOG.md b/CHANGELOG.md index bcbee417..d84257f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [4.2.0] - 2024-04-15 + +- #124 Fix OS detection and download OS-native archive extension + ## [4.1.0] - 2024-03-01 - #130 switches to use Helm published file to read latest version instead of using GitHub releases diff --git a/README.md b/README.md index 86d6113f..f12ee611 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Install a specific version of helm binary on the runner. 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. ```yaml -- uses: azure/setup-helm@v4.1.0 +- uses: azure/setup-helm@v4.2.0 with: version: '' # default is latest (stable) id: install diff --git a/package.json b/package.json index 386c1fee..390d9dc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setuphelm", - "version": "4.1.0", + "version": "4.2.0", "private": true, "description": "Setup helm", "author": "Anumita Shenoy",