Release setup-helm version 4.3.0 (#162)

This commit is contained in:
Tatsinnit
2025-02-18 19:54:56 +13:00
committed by GitHub
parent b48e1dfac1
commit 0e8654bb94
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# Change Log
## [4.3.0] - 2025-02-15
- #152 feat: log when restoring from cache
- #157 Dependencies Update
- #137 Add dependabot
## [4.2.0] - 2024-04-15
- #124 Fix OS detection and download OS-native archive extension
+1 -1
View File
@@ -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.2.0
- uses: azure/setup-helm@v4.3.0
with:
version: '<version>' # default is latest (stable)
id: install
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "setuphelm",
"version": "4.2.0",
"version": "4.3.0",
"private": true,
"description": "Setup helm",
"author": "Anumita Shenoy",