From 8808eff8a7ec966431da188cf8d359a443f911a4 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Mon, 15 Apr 2024 13:22:13 -0400 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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 From 4ebd10de59190d4799ea5310d71778f947276b40 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Mon, 15 Apr 2024 13:23:17 -0400 Subject: [PATCH 2/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 812d38ec421f816cee7df908f3c9db37faa81492 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Mon, 15 Apr 2024 13:23:57 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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