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

Deprecate/Remove older serverless runtime versions #747

Closed
4 of 5 tasks
kwiatekus opened this issue Feb 23, 2024 · 3 comments
Closed
4 of 5 tasks

Deprecate/Remove older serverless runtime versions #747

kwiatekus opened this issue Feb 23, 2024 · 3 comments
Assignees
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Milestone

Comments

@kwiatekus
Copy link
Contributor

kwiatekus commented Feb 23, 2024

Description

The following runtime version will soon become stale:

  • node.js v16 - remove from a list of supported runtimes.
  • node.js v18 - deprecate
  • pyton 3.9 - deprecate

AC

  • Deprecated versions are marked as deprecated in kyma dashboard
  • Deprecated versions are marked as deprecated in kyma CLI
  • Update documentation
  • Users cannot create nodejs v16 functions
  • Users do not loose their existing nodejs v16 function - those keep running but cannot be edited unless runtime filed is changed.

Reasons

We want to stop users from selecting runtimes that are soon to be EOL or are close to it.
https://nodejs.org/en/about/previous-releases

Attachments
Blocked by #745 and #746

Reference issues from the past. Be mindful it was still before modularization
kyma-project/kyma#17701
kyma-project/kyma#17700

@halamix2
Copy link
Member

@halamix2
Copy link
Member

Python 3.9 was marked as deprecated, in Serverless and CLI repos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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