Update OpenTelemetry modules (main)#250306
Update OpenTelemetry modules (main)#250306elastic-renovate-prod[bot] wants to merge 3 commits intomainfrom
Conversation
|
Pinging @elastic/appex-ai-infra (Team:AI Infra) |
|
Pinging @elastic/kibana-core (Team:Core) |
|
Pinging @elastic/kibana-security (Team:Security) |
…& node scripts/yarn_deduplicate.js
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
/ci |
pickypg
left a comment
There was a problem hiding this comment.
LGT Stack Monitoring (assuming it passes)
💔 Build Failed
Failed CI StepsHistory
|
|
The errors' thrown with this PR includes updates to
so we end up with paths like that fail |
|
Looking through past issues with similar problems, the fix looks like deduplicate the dependency tree using Yarn resolutions seemed to work, at least on #207391 @afharo WDYT about trying the same thing here: {
"resolutions": {
"@opentelemetry/sdk-metrics": "X.Y.Z",
"@opentelemetry/resources": "X.Y.Z",
"@opentelemetry/api": "X.Y.Z"
}
}we'd need to pin down the versions though. |
|
@TinaHeiligers That's an awesome solution! Do you mind taking over? |
|
superceded by #250841. |
Replaces #250306 This PR includes the changes from #250306 and deduplicating the dependency tree using yarn resolutions with pinned versions: ``` { "resolutions": { "**/@opentelemetry/api": "1.9.0", "**/@opentelemetry/resources": "2.2.0", "**/@opentelemetry/sdk-metrics": "2.2.0", } } ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Replaces elastic#250306 This PR includes the changes from elastic#250306 and deduplicating the dependency tree using yarn resolutions with pinned versions: ``` { "resolutions": { "**/@opentelemetry/api": "1.9.0", "**/@opentelemetry/resources": "2.2.0", "**/@opentelemetry/sdk-metrics": "2.2.0", } } ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
This PR contains the following updates:
2.2.0->2.3.02.5.0(+1)0.208.0->0.209.00.211.0(+1)0.208.0->0.209.00.211.0(+1)0.208.0->0.209.00.211.0(+1)0.208.0->0.209.00.211.0(+1)0.208.0->0.209.00.211.0(+1)0.208.0->0.209.00.211.0(+1)0.208.0->0.209.00.211.0(+1)0.208.0->0.209.00.211.0(+1)0.208.0->0.209.00.211.0(+1)0.208.0->0.209.00.211.0(+1)Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-js (@opentelemetry/context-async-hooks)
v2.3.0Compare Source
🚀 Features
🐛 Bug Fixes
🏠 Internal
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.