Closed bonddim closed 9 months ago
I think this change is going to be a Breaking change that should create a new action version azure/setup-helm@v4
. Since all our workflows that are utilizing this action have started giving Nodejs v16 deprecation warnings, looking forward to the merging of this pull request.
Any idea about the date for the new release?
I think this change is going to be a Breaking change that should create a new action version
azure/setup-helm@v4
. Since all our workflows that are utilizing this action have started giving Nodejs v16 deprecation warnings, looking forward to the merging of this pull request.
Any updates? There are no breaking changes for users - action will be usable with v3
- uses: azure/setup-helm@v3
with:
...
You may bump major version to indicate the runtime change.
There are no breaking changes for users
The runtime change must be indicated as breaking change, since it may break on private runners or GHES
@hangai247 yes we can cut a new release once this is merged
Any word on when a v4
release will be cut?
tracking here https://github.com/Azure/setup-helm/pull/125
on target by end of this week at the latest
node20
stableHelmVersion
to v3.13.3 (latest patch of previous minor version)getLatestHelmVersion()
function with@octokit/action
github.token
as default inputFixes #120 Fixes #117 Closes #116 Closes #115 Closes #114 Closes #112