-
Notifications
You must be signed in to change notification settings - Fork 36
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
fix: dropped support for node v14 and v16 #1348
Conversation
73b8a94
to
d2b8b0b
Compare
e537fde
to
b4d4ddf
Compare
79626de
to
a6e1b51
Compare
d7a58be
to
7a4cbf7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some first comments.
@@ -1,8 +1,8 @@ | |||
# Bare Node.js 16 image. | |||
# Bare Node.js 22 image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Filename dockerfile-examples/Dockerfile.node-v22
dockerfile-examples/Dockerfile.node-22.9.0-alpine-3.20-with-native
Outdated
Show resolved
Hide resolved
waiting for test runs and pending pr comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did we had a file:
Binary file removedBIN -94.7 KB
packages/shared-metrics/addons/darwin/x64/88/event-loop-stats.tar.gz
packages/collector/test/tracing/cloud/aws-sdk/v3/dynamodb/util.js
Outdated
Show resolved
Hide resolved
packages/core/src/tracing/opentelemetry-instrumentations/wrap.js
Outdated
Show resolved
Hide resolved
That is for v17, not sure who added that. |
ea23960
to
c4a0f09
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really good work!
v14 leftovers I have found:
- https://github.com/instana/nodejs/blob/v3.20.1/CONTRIBUTING.md#upgrade-npm-for-nodejs-v14
- https://github.com/instana/nodejs/blob/v3.20.1/packages/autoprofile/CONTRIBUTING.md
- packages/aws-lambda/lambdas/serverless-framework/README.md
- packages/aws-lambda-auto-wrap/esm/README.md
- packages/core/test/util/excludedFromInstrumentation_test.js
Post release: - drop node v14 node v16 pipeline
v16 leftovers:
- packages/aws-lambda-auto-wrap/esm/utils.js
- packages/aws-lambda-auto-wrap/src/utils.js
a7664f2
to
b405037
Compare
BREAKING CHANGE: - Dropped support for Node.js versions 14 and 16. - Reason: These versions have reached their end of life. - More info: https://github.com/nodejs/Release?tab=readme-ov-file#end-of-life-releases
BREAKING CHANGE: - Dropped support for Node.js versions 14 and 16. - Reason: These versions have reached their end of life. - More info: https://github.com/nodejs/Release?tab=readme-ov-file#end-of-life-releases
BREAKING CHANGE: - Dropped support for Node.js versions 14 and 16. - Reason: These versions have reached their end of life. - More info: https://github.com/nodejs/Release?tab=readme-ov-file#end-of-life-releases
BREAKING CHANGE: - Dropped support for Node.js versions 14 and 16. - Reason: These versions have reached their end of life. - More info: https://github.com/nodejs/Release?tab=readme-ov-file#end-of-life-releases
BREAKING CHANGE: - Dropped support for Node.js versions 14 and 16. - Reason: These versions have reached their end of life. - More info: https://github.com/nodejs/Release?tab=readme-ov-file#end-of-life-releases
BREAKING CHANGE: - Dropped support for Node.js versions 14 and 16. - Reason: These versions have reached their end of life. - More info: https://github.com/nodejs/Release?tab=readme-ov-file#end-of-life-releases
BREAKING CHANGE: - Dropped support for Node.js versions 14 and 16. - Reason: These versions have reached their end of life. - More info: https://github.com/nodejs/Release?tab=readme-ov-file#end-of-life-releases
BREAKING CHANGE: - Dropped support for Node.js versions 14 and 16. - Reason: These versions have reached their end of life. - More info: https://github.com/nodejs/Release?tab=readme-ov-file#end-of-life-releases
BREAKING CHANGE: - Dropped support for Node.js versions 14 and 16. - Reason: These versions have reached their end of life. - More info: https://github.com/nodejs/Release?tab=readme-ov-file#end-of-life-releases
Dropped support for Node.js versions 14 and 16, as they have already reached their end of life, see https://github.com/nodejs/Release?tab=readme-ov-file#end-of-life-releases
Todo
refs INSTA-786