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 #337

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.8.0 -> v0.9.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/log v0.8.0 -> v0.9.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/metric v1.32.0 -> v1.33.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/exporters/stdout/stdoutlog)

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 - "before 4am" (UTC), 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 13, 2024
Copy link
Contributor Author

renovate bot commented Dec 13, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/sys v0.27.0 -> v0.28.0

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 3 times, most recently from dbc60db to 1e6c289 Compare December 15, 2024 02:20
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 1e6c289 to 5cc59b7 Compare December 15, 2024 02:23
@Zaba505 Zaba505 merged commit f985fdb into main Dec 15, 2024
1 check passed
@Zaba505 Zaba505 deleted the renovate/opentelemetry-go-monorepo branch December 15, 2024 02:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant