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

fix(otel): Reduce minimal required OTel SDK version to 1.11.0 #567

Merged
merged 2 commits into from Feb 3, 2023

Conversation

tonyo
Copy link
Member

@tonyo tonyo commented Feb 2, 2023

Looking at the opentelemetry-go changelog, in 1.11.0 a potential vulnerability was fixed: https://pkg.go.dev/vuln/GO-2022-0493
So let's not go lower than 1.11.0.

@tonyo tonyo self-assigned this Feb 2, 2023
@codecov
Copy link

codecov bot commented Feb 2, 2023

Codecov Report

Base: 74.80% // Head: 74.72% // Decreases project coverage by -0.08% ⚠️

Coverage data is based on head (9aeeeb0) compared to base (d0a2aa3).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #567      +/-   ##
==========================================
- Coverage   74.80%   74.72%   -0.08%     
==========================================
  Files          38       38              
  Lines        3838     3838              
==========================================
- Hits         2871     2868       -3     
- Misses        848      850       +2     
- Partials      119      120       +1     
Impacted Files Coverage Δ
transport.go 78.37% <0.00%> (-0.85%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tonyo tonyo requested a review from cleptric February 2, 2023 17:11
@tonyo tonyo added the Topic: OpenTelemetry Issue/PR related to OpenTelemetry integration label Feb 2, 2023
@tonyo tonyo changed the title fix: Reduce minimal required OTel SDK version to 1.11.0 fix(otel): Reduce minimal required OTel SDK version to 1.11.0 Feb 2, 2023
@tonyo tonyo merged commit de904d6 into master Feb 3, 2023
@tonyo tonyo deleted the tonyo-test-otel-111 branch February 3, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress Topic: OpenTelemetry Issue/PR related to OpenTelemetry integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants