diff --git a/CHANGELOG.md b/CHANGELOG.md index 54672d2..2a617bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Change Log +## [5.0.0] - 2026-03-23 + +### Changed + +- #259 [Update Node.js runtime from node20 to node24](https://github.com/Azure/setup-helm/pull/259) +- #263 [Bump undici](https://github.com/Azure/setup-helm/pull/263) +- #257 [Bump undici and @actions/http-client](https://github.com/Azure/setup-helm/pull/257) +- #256 [Bump minimatch](https://github.com/Azure/setup-helm/pull/256) +- #248 [Bump the actions group with 2 updates](https://github.com/Azure/setup-helm/pull/248) +- #247 [Bump the actions group with 3 updates](https://github.com/Azure/setup-helm/pull/247) +- #246 [Bump @types/node from 25.0.2 to 25.0.3 in the actions group](https://github.com/Azure/setup-helm/pull/246) +- #245 [Bump the actions group with 3 updates](https://github.com/Azure/setup-helm/pull/245) +- #243 [Bump the actions group with 2 updates](https://github.com/Azure/setup-helm/pull/243) +- #240 [Bump prettier from 3.6.2 to 3.7.3 in the actions group](https://github.com/Azure/setup-helm/pull/240) +- #229 [Bump the actions group across 1 directory with 3 updates](https://github.com/Azure/setup-helm/pull/229) +- #231 [Bump js-yaml from 3.14.1 to 3.14.2](https://github.com/Azure/setup-helm/pull/231) +- #234 [Bump glob from 10.4.5 to 10.5.0](https://github.com/Azure/setup-helm/pull/234) +- #225 [Fix build error](https://github.com/Azure/setup-helm/pull/225) +- #222 [Bump @types/node from 24.7.2 to 24.8.1 in the actions group](https://github.com/Azure/setup-helm/pull/222) +- #220 [Bump the actions group across 1 directory with 4 updates](https://github.com/Azure/setup-helm/pull/220) +- #216 [Bump the actions group across 1 directory with 4 updates](https://github.com/Azure/setup-helm/pull/216) +- #213 [Bump the actions group with 2 updates](https://github.com/Azure/setup-helm/pull/213) +- #211 [Bump undici](https://github.com/Azure/setup-helm/pull/211) +- #212 [Bump jest from 30.0.5 to 30.1.2 in the actions group](https://github.com/Azure/setup-helm/pull/212) +- #210 [Bump @types/node from 24.2.1 to 24.3.0 in the actions group](https://github.com/Azure/setup-helm/pull/210) + ## [4.3.1] - 2025-08-12 ### Changed diff --git a/README.md b/README.md index 517f4c3..0b27187 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.3.0 +- uses: azure/setup-helm@v5.0.0 with: version: '' # default is latest (stable) id: install diff --git a/package.json b/package.json index 6e6bd19..26a59f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setuphelm", - "version": "4.3.1", + "version": "5.0.0", "private": true, "description": "Setup helm", "author": "Anumita Shenoy",