-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
OTel Upgrade to v.1.21.0 #29863
OTel Upgrade to v.1.21.0 #29863
Conversation
/cc @radcortez(opentelemetry) |
<opentelemetry-aws.contrib.version>1.20.1-alpha</opentelemetry-aws.contrib.version> | ||
<opentelemetry-aws-xray.contrib.version>1.20.1</opentelemetry-aws-xray.contrib.version> |
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.
Is there any indication of how these are going to be managed? The issue is ensuring they are compatible with our OTel version.
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.
They need to be moved out of core. Created this: #29879
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.
Thanks for this!
We usually don't backport minor version bumps. Is there a specific reason to do so in this case? |
@gsmet we can live with it only in main. Thanks |
@brunobat @radcortez As long as you are fine with changes, please merge PR so that I can rebase mine. Thanks |
We skipped 1.20.x because it was a bit unstable. No Big changes since 1.19.
Some aws libs needed for tests were moved to contrib. In the future we will rewrite those tests to get rid of the dependencies.