Skip to content
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

Remove Nodejs14 from serverless supported runtimes #17701

Closed
6 tasks done
kwiatekus opened this issue Jun 21, 2023 · 2 comments
Closed
6 tasks done

Remove Nodejs14 from serverless supported runtimes #17701

kwiatekus opened this issue Jun 21, 2023 · 2 comments
Assignees
Labels
area/serverless Issues or PRs related to serverless kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Milestone

Comments

@kwiatekus
Copy link
Contributor

kwiatekus commented Jun 21, 2023

Description
Following initial depreciation its time to finally remove nodejs14 from the list of available serverless runtimes

AC

  • user should not be able to use nodejs14 from kyma UI
  • user should not be able to use nodejs14 from kyma CLI
  • remove nodejs14 from documentation
  • function that was already build on nodejs14 should remain up and running, but validation webhook should prevent modifications until user changes runtime field
  • remove building nodejs14 from prow jobs
  • add info to release notes

Reason
Node.js v14.x went EOL on April 30, 2023

@kwiatekus kwiatekus added area/serverless Issues or PRs related to serverless kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Jun 21, 2023
@kwiatekus kwiatekus added this to the 2.16 milestone Jun 21, 2023
@ptesny
Copy link

ptesny commented Jun 23, 2023

I think this is one these breaking changes the may hit us hard; many users may still have functions with nodejs14 due to some other non-SAP libraries that do not support nodejs18 etc...So the deprecation is OK; removal from the list of the runtimes is OK but the existing nodejs14 workloads should be able to continue to run...what do you reckon ?

@kwiatekus
Copy link
Contributor Author

Existing nodejs14 functions are allowed to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/serverless Issues or PRs related to serverless kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Projects
None yet
Development

No branches or pull requests

3 participants