Skip to content

Commit bf820dd

Browse files
committed
chore(release): v5.0.0
1 parent ca66f38 commit bf820dd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [5.0.0] - 2026-03-23
4+
5+
### Changed
6+
7+
- #259 [Update Node.js runtime from node20 to node24](https://github.com/Azure/setup-helm/pull/259)
8+
39
## [4.3.1] - 2025-08-12
410

511
### Changed

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.3.0
10+
- uses: azure/setup-helm@v5.0.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.3.1",
3+
"version": "5.0.0",
44
"private": true,
55
"description": "Setup helm",
66
"author": "Anumita Shenoy",

0 commit comments

Comments
 (0)