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

build(deps): bump go.opentelemetry.io/otel/trace from 1.0.0-RC3 to 1.0.0 in /propagators/b3 #600

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2021

Bumps go.opentelemetry.io/otel/trace from 1.0.0-RC3 to 1.0.0.

Release notes

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

Release v1.0.0

This is the first stable release for the project. This release includes an API and SDK for the tracing signal that will comply with the stability guarantees defined by the projects versioning policy.

Added

  • OTLP trace exporter now sets the SchemaURL field in the exported telemetry if the Tracer has WithSchemaURL option. (#2242)

Fixed

  • Slice-valued attributes can correctly be used as map keys. (#2223)

Removed

  • Removed the "go.opentelemetry.io/otel/exporters/zipkin".WithSDKOptions function. (#2248)
  • Removed the deprecated package go.opentelemetry.io/otel/oteltest. (#2234)
  • Removed the deprecated package go.opentelemetry.io/otel/bridge/opencensus/utils. (#2233)
  • Removed deprecated functions, types, and methods from go.opentelemetry.io/otel/attribute package. Use the typed functions and methods added to the package instead. (#2235)
    • The Key.Array method is removed.
    • The Array function is removed.
    • The Any function is removed.
    • The ArrayValue function is removed.
    • The AsArray function is removed.
Changelog

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

[1.0.0] - 2021-09-20

This is the first stable release for the project. This release includes an API and SDK for the tracing signal that will comply with the stability guarantees defined by the projects versioning policy.

Added

  • OTLP trace exporter now sets the SchemaURL field in the exported telemetry if the Tracer has WithSchemaURL option. (#2242)

Fixed

  • Slice-valued attributes can correctly be used as map keys. (#2223)

Removed

  • Removed the "go.opentelemetry.io/otel/exporters/zipkin".WithSDKOptions function. (#2248)
  • Removed the deprecated package go.opentelemetry.io/otel/oteltest. (#2234)
  • Removed the deprecated package go.opentelemetry.io/otel/bridge/opencensus/utils. (#2233)
  • Removed deprecated functions, types, and methods from go.opentelemetry.io/otel/attribute package. Use the typed functions and methods added to the package instead. (#2235)
    • The Key.Array method is removed.
    • The Array function is removed.
    • The Any function is removed.
    • The ArrayValue function is removed.
    • The AsArray function is removed.
Commits

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)

Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.0.0-RC3 to 1.0.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.0.0-RC3...v1.0.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from jmacd as a code owner September 30, 2021 05:16
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 30, 2021

The following labels could not be found: Skip Changelog.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 30, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #600 (f9c6a4e) into main (f650585) will decrease coverage by 1.2%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #600     +/-   ##
=======================================
- Coverage   69.4%   68.2%   -1.3%     
=======================================
  Files         77     119     +42     
  Lines       4935    5200    +265     
=======================================
+ Hits        3429    3550    +121     
- Misses      1367    1511    +144     
  Partials     139     139             
Impacted Files Coverage Δ
...ation/google.golang.org/grpc/otelgrpc/grpctrace.go 57.4% <0.0%> (-0.7%) ⬇️
exporters/metric/datadog/datadog.go 55.1% <0.0%> (ø)
...trumentation/github.com/gorilla/mux/otelmux/mux.go 81.4% <0.0%> (ø)
...umentation/github.com/go-kit/kit/otelkit/config.go 100.0% <0.0%> (ø)
...mentation/github.com/gorilla/mux/otelmux/config.go 100.0% <0.0%> (ø)
...entation/github.com/go-kit/kit/otelkit/endpoint.go 82.5% <0.0%> (ø)
...entation/github.com/gocql/gocql/otelgocql/gocql.go 0.0% <0.0%> (ø)
...entation/github.com/labstack/echo/otelecho/echo.go 95.0% <0.0%> (ø)
...entation/gopkg.in/macaron.v1/otelmacaron/config.go 100.0% <0.0%> (ø)
...ntation/github.com/gin-gonic/gin/otelgin/option.go 100.0% <0.0%> (ø)
... and 65 more

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 26, 2021

Looks like go.opentelemetry.io/otel/trace is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 26, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/propagators/b3/go.opentelemetry.io/otel/trace-1.0.0 branch October 26, 2021 18:22
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 go Pull requests that update Go code
Projects
None yet
1 participant