-
Notifications
You must be signed in to change notification settings - Fork 45
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
editoast: update all 'opentelemetry' related dependencies #8713
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #8713 +/- ##
=======================================
Coverage 87.49% 87.49%
=======================================
Files 31 31
Lines 1535 1535
=======================================
Hits 1343 1343
Misses 192 192
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Seems like upgrading these dependencies means also that we need to upgrade minimum version of Rust
Are we ok with such a change ? |
22b95fd
to
11816e7
Compare
11816e7
to
09cf99c
Compare
Argh, installation of |
09cf99c
to
e7b91f9
Compare
No commits on master since almost a year ago |
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.
LGTM
By default, Dependabot opens a new PR for each dependency. However, it doesn't work well for OpenTelemetry ecosystem which usually require a manual operation (see #7102, #7569, #8713). This modification in how Dependabot operates should help a bit. See [documentation](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups) Signed-off-by: Jean SIMARD <woshilapin@tuziwo.info>
By default, Dependabot opens a new PR for each dependency. However, it doesn't work well for OpenTelemetry ecosystem which usually require a manual operation (see #7102, #7569, #8713). This modification in how Dependabot operates should help a bit. See [documentation](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups) Signed-off-by: Jean SIMARD <woshilapin@tuziwo.info>
By default, Dependabot opens a new PR for each dependency. However, it doesn't work well for OpenTelemetry ecosystem which usually require a manual operation (see #7102, #7569, #8713). This modification in how Dependabot operates should help a bit. See [documentation](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups) Signed-off-by: Jean SIMARD <woshilapin@tuziwo.info>
I'm closing this PR since it doesn't work and it's already out of date anyway (see #9005 which will need to be fixed too). |
All Opentelemetry dependencies must be updated all at once (Dependabot can't really understand that). Here is the PR.