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

Update dependency io.opentelemetry:opentelemetry-bom to v1.29.0 - autoclosed #28

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.opentelemetry:opentelemetry-bom 1.28.0 -> 1.29.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)

v1.29.0

API
  • Update Span javadoc to allow null/empty attr values
    (#​5616)
SDK
  • Add Sdk{Signal}ProviderBuilder#addResource(Resource) method to merge Resource
    with current
    (#​5619)
Metrics
  • Add LongHistogramAdviceConfigurer to improve api surface types
    (#​5689)
  • Instruments with names which are case-insensitive equal contribute to same
    metric, advice is not part of instrument identity.
    (#​5701)
Exporter
  • Add OtlpHttp{Signal}Exporter#toBuilder() methods
    (#​5652)
  • Add OtlpGrpc{Signal}Exporter#toBuilder() methods
    (#​5680)
  • Add #toString to OTLP exporters
    (#​5686)
  • Break out GrpcSender, GrpcSenderProvider
    (#​5617)
SDK Extensions
  • BREAKING: Delete zpages
    (#​5611)
  • Initialize file configuration with generated model classes and parse method
    (#​5399)
  • Refactor SpiUtil to improve mocking
    (#​5679)
  • Switch from snakeyaml to snakeyaml engine
    (#​5691)
  • Add experimental autoconfigure support for customizing cardinality limit
    (#​5659)
  • Reorganize autoconfigure docs by signal
    (#​5665)
Testing
  • Add hasResourceSatisfying to LogRecordDataAssert
    (#​5690)
OpenCensus Shim
  • Change OpenCensus shim default sampling to defer to OpenTelemetry
    (#​5604)
Project Tooling
  • Update Gradle Wrapper from 8.2 to 8.2.1
    (#​5618)
  • Fix gradle java version requirement warning
    (#​5624)
  • Refer to Adoptium/Temurin instead of AdoptOpenJDK
    (#​5636)
  • Use OtelVersionClassPlugin instead of reading version from resource
    (#​5622)
  • Enforce build-graal success in required status check
    (#​5696)

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team August 11, 2023 22:15
@renovate renovate bot force-pushed the renovate/otelversion branch 2 times, most recently from ef58630 to e4f337a Compare August 14, 2023 15:33
Copy link
Contributor

@breedx-splk breedx-splk left a comment

Choose a reason for hiding this comment

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

Because we depend on both the instrumentation and the sdk, we would ideally normally not update one without the other. As soon as instrumentation releases we can merge this.

@breedx-splk
Copy link
Contributor

Hoping renovatebot will then have a single PR for both dependency updates. 🤞🏻

@trask
Copy link
Member

trask commented Aug 15, 2023

@breedx-splk
Copy link
Contributor

in the contrib repo, we use only the single bom to avoid this problem:

oh yeah, so simple! Never thought to use the instrumentation bom to pick up the sdk etc. Thanks for the tip, I'll PR that now.

@renovate renovate bot changed the title Update dependency io.opentelemetry:opentelemetry-bom to v1.29.0 Update dependency io.opentelemetry:opentelemetry-bom to v1.29.0 - autoclosed Aug 16, 2023
@renovate renovate bot closed this Aug 16, 2023
@renovate renovate bot deleted the renovate/otelversion branch August 16, 2023 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants