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

chore(deps): update deps matching "@opentelemetry/*" #2500

Merged
merged 6 commits into from
Oct 24, 2024

Conversation

trentm
Copy link
Contributor

@trentm trentm commented Oct 23, 2024

0.53.0 -> 0.54.0 @opentelemetry/api-logs (range-bump)
0.53.0 -> 0.54.0 @opentelemetry/instrumentation (range-bump)
0.53.0 -> 0.54.0 @opentelemetry/instrumentation-fetch (range-bump)
0.53.0 -> 0.54.0 @opentelemetry/instrumentation-grpc (range-bump)
0.53.0 -> 0.54.0 @opentelemetry/instrumentation-http (range-bump)
0.53.0 -> 0.54.0 @opentelemetry/instrumentation-xml-http-request (range-bump)
0.53.0 -> 0.54.0 @opentelemetry/sdk-logs (range-bump)
0.53.0 -> 0.54.0 @opentelemetry/sdk-node (range-bump)
1.26.0 -> 1.27.0 @opentelemetry/context-async-hooks
1.26.0 -> 1.27.0 @opentelemetry/context-zone
1.26.0 -> 1.27.0 @opentelemetry/context-zone-peer-dep
1.26.0 -> 1.27.0 @opentelemetry/core
1.26.0 -> 1.27.0 @opentelemetry/exporter-jaeger
1.26.0 -> 1.27.0 @opentelemetry/propagator-b3
1.26.0 -> 1.27.0 @opentelemetry/propagator-jaeger
1.26.0 -> 1.27.0 @opentelemetry/resources
1.26.0 -> 1.27.0 @opentelemetry/sdk-metrics
1.26.0 -> 1.27.0 @opentelemetry/sdk-trace-base
1.26.0 -> 1.27.0 @opentelemetry/sdk-trace-node
1.26.0 -> 1.27.0 @opentelemetry/sdk-trace-web

checklist

BEGIN_COMMIT_OVERRIDE
feat: update "@opentelemetry/*" dependencies to 1.27.0/0.54.0
END_COMMIT_OVERRIDE

- Use range deps for `@opentelemetry/*` deps (with some exceptions for
  /api and /semantic-conventions). This allows
  scripts/update-otel-deps.js to be able to do its thing.
- "propagators/propagator-aws-xray/" only needed `@opentelemetry/core`
  for tests
    0.53.0 -> 0.54.0 @opentelemetry/api-logs (range-bump)
    0.53.0 -> 0.54.0 @opentelemetry/instrumentation (range-bump)
    0.53.0 -> 0.54.0 @opentelemetry/instrumentation-fetch (range-bump)
    0.53.0 -> 0.54.0 @opentelemetry/instrumentation-grpc (range-bump)
    0.53.0 -> 0.54.0 @opentelemetry/instrumentation-http (range-bump)
    0.53.0 -> 0.54.0 @opentelemetry/instrumentation-xml-http-request (range-bump)
    0.53.0 -> 0.54.0 @opentelemetry/sdk-logs (range-bump)
    0.53.0 -> 0.54.0 @opentelemetry/sdk-node (range-bump)
    1.26.0 -> 1.27.0 @opentelemetry/context-async-hooks
    1.26.0 -> 1.27.0 @opentelemetry/context-zone
    1.26.0 -> 1.27.0 @opentelemetry/context-zone-peer-dep
    1.26.0 -> 1.27.0 @opentelemetry/core
    1.26.0 -> 1.27.0 @opentelemetry/exporter-jaeger
    1.26.0 -> 1.27.0 @opentelemetry/propagator-b3
    1.26.0 -> 1.27.0 @opentelemetry/propagator-jaeger
    1.26.0 -> 1.27.0 @opentelemetry/resources
    1.26.0 -> 1.27.0 @opentelemetry/sdk-metrics
    1.26.0 -> 1.27.0 @opentelemetry/sdk-trace-base
    1.26.0 -> 1.27.0 @opentelemetry/sdk-trace-node
    1.26.0 -> 1.27.0 @opentelemetry/sdk-trace-web
Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.85%. Comparing base (d3c8bd9) to head (5108500).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2500   +/-   ##
=======================================
  Coverage   90.85%   90.85%           
=======================================
  Files         159      159           
  Lines        7851     7851           
  Branches     1621     1621           
=======================================
  Hits         7133     7133           
  Misses        718      718           

trentm and others added 3 commits October 23, 2024 16:46
There is a race with SimpleSpanProcessor#onEnd() where the spans
are not synchronously 'exported' if span.resource.asyncAttributesPending.
Something about the updates in the PR results in this race being more
likely to occur.
@pichlermarc pichlermarc added the dependencies Pull requests that update a dependency file label Oct 24, 2024
Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for updating this 🙂

@trentm trentm marked this pull request as ready for review October 24, 2024 14:00
@trentm trentm requested a review from a team as a code owner October 24, 2024 14:00
@trentm trentm merged commit 2822511 into open-telemetry:main Oct 24, 2024
29 checks passed
@trentm trentm deleted the tm-update-otel-deps2 branch October 24, 2024 14:05
@pichlermarc
Copy link
Member

pichlermarc commented Oct 24, 2024

@trentm I updated the commit type to feat: from chore with a commit override - after it was merged I realized that we need to put feat here as otherwise release-please won't bump the versions and won't properly update the release PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file has:sponsor This package or feature has a sponsor that has volunteered to review PRs and respond to questions pkg:auto-instrumentations-node pkg:auto-instrumentations-web pkg:instrumentation-amqplib pkg:instrumentation-aws-lambda pkg:instrumentation-aws-sdk pkg:instrumentation-bunyan pkg:instrumentation-cassandra-driver pkg:instrumentation-connect pkg:instrumentation-cucumber pkg:instrumentation-dataloader pkg:instrumentation-dns pkg:instrumentation-document-load pkg:instrumentation-express pkg:instrumentation-fastify pkg:instrumentation-fs pkg:instrumentation-generic-pool pkg:instrumentation-graphql pkg:instrumentation-hapi pkg:instrumentation-ioredis pkg:instrumentation-knex pkg:instrumentation-koa pkg:instrumentation-long-task pkg:instrumentation-lru-memoizer pkg:instrumentation-memcached pkg:instrumentation-mongodb pkg:instrumentation-mongoose pkg:instrumentation-mysql pkg:instrumentation-mysql2 pkg:instrumentation-nestjs-core pkg:instrumentation-net pkg:instrumentation-pg pkg:instrumentation-pino pkg:instrumentation-redis pkg:instrumentation-redis-4 pkg:instrumentation-restify pkg:instrumentation-router pkg:instrumentation-runtime-node pkg:instrumentation-socket.io pkg:instrumentation-tedious pkg:instrumentation-undici pkg:instrumentation-user-interaction pkg:instrumentation-winston pkg:plugin-react-load pkg:propagation-utils pkg:propagator-aws-xray pkg:propagator-aws-xray-lambda pkg:resource-detector-alibaba-cloud pkg:resource-detector-aws pkg:resource-detector-azure pkg:resource-detector-container pkg:resource-detector-gcp pkg:resource-detector-instana pkg:sampler-aws-xray pkg:test-utils pkg-status:unmaintained This package is unmaintained. Only bugfixes may be acceped until a new owner has been found.
Projects
None yet
Development

Successfully merging this pull request may close these issues.