Skip to content

Commit 3894c84

Browse files
authored
chore(release): v5.0.0 (#265)
1 parent ca66f38 commit 3894c84

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
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+
- #263 [Bump undici](https://github.com/Azure/setup-helm/pull/263)
9+
- #257 [Bump undici and @actions/http-client](https://github.com/Azure/setup-helm/pull/257)
10+
- #256 [Bump minimatch](https://github.com/Azure/setup-helm/pull/256)
11+
- #248 [Bump the actions group with 2 updates](https://github.com/Azure/setup-helm/pull/248)
12+
- #247 [Bump the actions group with 3 updates](https://github.com/Azure/setup-helm/pull/247)
13+
- #246 [Bump @types/node from 25.0.2 to 25.0.3 in the actions group](https://github.com/Azure/setup-helm/pull/246)
14+
- #245 [Bump the actions group with 3 updates](https://github.com/Azure/setup-helm/pull/245)
15+
- #243 [Bump the actions group with 2 updates](https://github.com/Azure/setup-helm/pull/243)
16+
- #240 [Bump prettier from 3.6.2 to 3.7.3 in the actions group](https://github.com/Azure/setup-helm/pull/240)
17+
- #229 [Bump the actions group across 1 directory with 3 updates](https://github.com/Azure/setup-helm/pull/229)
18+
- #231 [Bump js-yaml from 3.14.1 to 3.14.2](https://github.com/Azure/setup-helm/pull/231)
19+
- #234 [Bump glob from 10.4.5 to 10.5.0](https://github.com/Azure/setup-helm/pull/234)
20+
- #225 [Fix build error](https://github.com/Azure/setup-helm/pull/225)
21+
- #222 [Bump @types/node from 24.7.2 to 24.8.1 in the actions group](https://github.com/Azure/setup-helm/pull/222)
22+
- #220 [Bump the actions group across 1 directory with 4 updates](https://github.com/Azure/setup-helm/pull/220)
23+
- #216 [Bump the actions group across 1 directory with 4 updates](https://github.com/Azure/setup-helm/pull/216)
24+
- #213 [Bump the actions group with 2 updates](https://github.com/Azure/setup-helm/pull/213)
25+
- #211 [Bump undici](https://github.com/Azure/setup-helm/pull/211)
26+
- #212 [Bump jest from 30.0.5 to 30.1.2 in the actions group](https://github.com/Azure/setup-helm/pull/212)
27+
- #210 [Bump @types/node from 24.2.1 to 24.3.0 in the actions group](https://github.com/Azure/setup-helm/pull/210)
28+
329
## [4.3.1] - 2025-08-12
430

531
### 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)