mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-15 02:00:36 +00:00
Release setup-helm version 4.3.0 (#162)
This commit is contained in:
@ -1,5 +1,11 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [4.3.0] - 2025-02-15
|
||||||
|
|
||||||
|
- #152 feat: log when restoring from cache
|
||||||
|
- #157 Dependencies Update
|
||||||
|
- #137 Add dependabot
|
||||||
|
|
||||||
## [4.2.0] - 2024-04-15
|
## [4.2.0] - 2024-04-15
|
||||||
|
|
||||||
- #124 Fix OS detection and download OS-native archive extension
|
- #124 Fix OS detection and download OS-native archive extension
|
||||||
|
@ -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.2.0
|
- uses: azure/setup-helm@v4.3.0
|
||||||
with:
|
with:
|
||||||
version: '<version>' # default is latest (stable)
|
version: '<version>' # default is latest (stable)
|
||||||
id: install
|
id: install
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "setuphelm",
|
"name": "setuphelm",
|
||||||
"version": "4.2.0",
|
"version": "4.3.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Setup helm",
|
"description": "Setup helm",
|
||||||
"author": "Anumita Shenoy",
|
"author": "Anumita Shenoy",
|
||||||
|
Reference in New Issue
Block a user