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

Bump go.opentelemetry.io/otel from 0.8.0 to 0.9.0 in /instrumentation/runtime #10

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 26, 2020

Bumps go.opentelemetry.io/otel from 0.8.0 to 0.9.0.

Release notes

Sourced from go.opentelemetry.io/otel's releases.

Release v0.9.0

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)

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[0.9.0] - 2020-07-20

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)
  • Removed go.opentelemetry.io/otel/api/kv/value by flattening all value functionality and structures into the go.opentelemetry.io/otel/api/kv package. (#968)
  • Remove IndexedAttribute from go.opentelemetry.io/otel/api/label. Use IndexedLabel which is synonymous instead. (#970)
Commits
  • 58e50e2 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 bin...
  • 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)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 26, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 31, 2020

Superseded by #24.

@dependabot dependabot bot closed this Jul 31, 2020
@dependabot dependabot bot deleted the dependabot/go_modules/instrumentation/runtime/go.opentelemetry.io/otel-0.9.0 branch July 31, 2020 05:34
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.

0 participants