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:
parent
e3bdf9de39
commit
2da3d27d8f
3 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# 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
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -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@v4.4.0
|
||||
with:
|
||||
version: '<version>' # default is latest (stable)
|
||||
id: install
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "setuphelm",
|
||||
"version": "4.3.1",
|
||||
"version": "4.4.0",
|
||||
"private": true,
|
||||
"description": "Setup helm",
|
||||
"author": "Anumita Shenoy",
|
||||
|
|
|
|||
Loading…
Reference in a new issue