-
Notifications
You must be signed in to change notification settings - Fork 64
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 stack versions with images using node.js 16 #1364
Comments
Pulling into current sprint for myself as I can complete it before end of sprint. Needed another quick issue to work on while the registry support release process is in discussion phase and changes are being made. |
can confirm this is breaking the PR checks |
No longer blocked: devfile/registry#337 (comment) |
Which area/kind this issue is related to?
/area registry
Issue Description
As seen in the nodejs.org the
Node.js 16
has reached its end-of-life date (September 11th, 2023). The api#1300 has introduced theDeprecated
label to stacks.That said, we can also add the same label to specific stack versions using images with node.js 16. An easy way to identify them is the renovate bot updates here. Therefore, those stacks are:
nodejs-angular/2.0.2
nodejs-nextjs/1.0.3
nodejs-nuxtjs/1.0.3
nodejs-react/2.0.2
nodejs-svelte/1.0.3
nodejs-vue/1.0.2
nodejs/2.1.1
Acceptance Criteria
Deprecated
tag has been added to the stack versions using images withnode.js 16
.renovate.json
(exactly like the golang deprecated versions).The text was updated successfully, but these errors were encountered: