Skip to content

Commit 0e8654b

Browse files
authored
Release setup-helm version 4.3.0 (#162)
1 parent b48e1df commit 0e8654b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [4.3.0] - 2025-02-15
4+
5+
- #152 feat: log when restoring from cache
6+
- #157 Dependencies Update
7+
- #137 Add dependabot
8+
39
## [4.2.0] - 2024-04-15
410

511
- #124 Fix OS detection and download OS-native archive extension

README.md

+1-1
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.2.0
10+
- uses: azure/setup-helm@v4.3.0
1111
with:
1212
version: '<version>' # default is latest (stable)
1313
id: install

package.json

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

0 commit comments

Comments
 (0)