generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 19
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 deprecated Nodejs18 support from serverless #1205
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Milestone
Comments
kwiatekus
added
the
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
label
Oct 14, 2024
Merged
@Cortey @MichalKalke I tested it the following way:
What is unexpected though is that the function controller keeps reconciling it in an infinite loop. Looks like this state is not considered as a final step.. and the reconciliation loop expects to be continued. This is visible when using
but also in the logs of the controller:
|
3 tasks
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.
Description
Remove support to Nodejs18 serverless runtime
AC
Related
We can do it at 16-10-2024 as it fulfills the deprecation period announced by the notice to customers
Nodejs 18 runtime was deprecated with #747
The text was updated successfully, but these errors were encountered: