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(deps): update opentelemetry-go monorepo #444

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0 -> v0.9.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 -> v1.33.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc)

v0.9.0

Compare Source

This release includes a new Resource auto-detector interface and a generation of the OTLP locally.

Added
  • A new Resource Detector interface is included to allow resources to be automatically detected and included. (#​939)
  • A Detector to automatically detect resources from an environment variable. (#​939)
  • Github action to generate protobuf Go bindings locally in internal/opentelemetry-proto-gen. (#​938)
  • OTLP .proto files from open-telemetry/opentelemetry-proto imported as a git submodule under internal/opentelemetry-proto. References to github.com/open-telemetry/opentelemetry-proto changed to go.opentelemetry.io/otel/internal/opentelemetry-proto-gen. (#​942)
Changed
  • Non-nil value structs for key-value pairs will be marshalled using JSON rather than Sprintf. (#​948)
Removed
  • Removed dependency on github.com/open-telemetry/opentelemetry-collector. (#​943)

Raw changes made between v0.8.0 and v0.9.0

58e50e2 (HEAD -> master, tag: v0.9.0, tag: exporters/trace/zipkin/v0.9.0, tag: exporters/trace/jaeger/v0.9.0, tag: exporters/otlp/v0.9.0, tag: exporters/metric/prometheus/v0.9.0, tag: example/zipkin/v0.9.0, tag: example/prometheus/v0.9.0, tag: example/otel-collector/v0.9.0, tag: example/namedtracer/v0.9.0, tag: example/jaeger/v0.9.0, tag: example/http/v0.9.0, tag: example/grpc/v0.9.0, tag: example/basic/v0.9.0, upstream/master, origin/master, origin/HEAD) Release v0.9.0 (#​952)
e6537c6 Fix typo in comment (#​951)
99c2998 OT resource detector (#​939)
b2b23e1 supports marshaling values as json (#​948)
d6ad4d4 [jaeger] Stop ignoring uints (#​945)
4f3fab3 Remove github.com/open-telemetry/opentelemetry-collector dependency (#​943)
166c703 Import open-telemetry/opentelemetry-proto submodule and generate protobuf bindings locally (#​942)
dd79483 Create protobuf generation GitHub action (#​938)
31dd06a Bump github.com/golangci/golangci-lint from 1.28.2 to 1.28.3 in /tools (#​936)
9edcad3 Backport tag script from contrib repo (#​934)


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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 15, 2024
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Dec 15, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 4e40fdc to ce00571 Compare December 15, 2024 23:21
Copy link
Contributor Author

renovate bot commented Dec 15, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: module go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc@v0.9.0 requires go >= 1.22.7; switching to go1.22.10
go: downloading go1.22.10 (linux/amd64)
go: download go1.22.10: golang.org/toolchain@v0.0.1-go1.22.10.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 2 times, most recently from 6f6a508 to a07e7bb Compare December 16, 2024 07:27
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from a07e7bb to c259d8b Compare December 16, 2024 10:26
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Dec 16, 2024
@flc1125 flc1125 closed this Dec 16, 2024
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 size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant