-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade action to use node20 #121
Conversation
- Bump all dependencies - Rewrite `getLatestHelmVersion()` function without graphql
I think this change is going to be a Breaking change that should create a new action version |
Any idea about the date for the new release? |
Any updates? - uses: azure/setup-helm@v3
with:
... You may bump major version to indicate the runtime change. |
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 |
tracking here #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