4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00

bump version

This commit is contained in:
Marcus Filho 2025-10-29 16:34:18 -03:00
parent e3bdf9de39
commit 2da3d27d8f
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## [4.4.0] - 2025-10-29
### Added
- Add fallback URL support via optional `downloadBaseURLFallback` input for improved download reliability
## [4.3.1] - 2025-08-12 ## [4.3.1] - 2025-08-12
### Changed ### Changed

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. 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 ```yaml
- uses: azure/setup-helm@v4.3.0 - uses: azure/setup-helm@v4.4.0
with: with:
version: '<version>' # default is latest (stable) version: '<version>' # default is latest (stable)
id: install id: install

View file

@ -1,6 +1,6 @@
{ {
"name": "setuphelm", "name": "setuphelm",
"version": "4.3.1", "version": "4.4.0",
"private": true, "private": true,
"description": "Setup helm", "description": "Setup helm",
"author": "Anumita Shenoy", "author": "Anumita Shenoy",