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/sdk from 0.16.0 to 0.17.0 in /tracegen #2421

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2021

Bumps go.opentelemetry.io/otel/sdk from 0.16.0 to 0.17.0.

Release notes

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

Release v0.17.0

Changed

  • Rename project default branch from master to main.
  • Reverse order in which Resource attributes are merged, per change in spec. (#1501)
  • Add tooling to maintain "replace" directives in go.mod files automatically. (#1528)
  • Create new modules: otel/metric, otel/trace, otel/oteltest, otel/sdk/export/metric, otel/sdk/metric (#1528)
  • Move metric-related public global APIs from otel to otel/metric/global. (#1528)

9b242bc (upstream/main, origin/main, main) Organize API into Go modules based on stability and dependencies (#1528) e50a1c8 Bump actions/cache from v2 to v2.1.4 (#1518) a6aa7f0 Bump google.golang.org/api from 0.38.0 to 0.39.0 in /exporters/trace/jaeger (#1517) 38efc87 Code Improvement - Error strings should not be capitalized (#1488) 6b34050 Update default branch name (#1505) b39fd05 nit: Fix comment to be up-to-date (#1510) 186c295 Fix golint error of package comment form (#1487) 9308d66 Bump google.golang.org/api from 0.37.0 to 0.38.0 in /exporters/trace/jaeger (#1506) 1952d7b Reverse order of attribute precedence when merging two Resources (#1501) ad7b471 Remove build flags for runtime/trace support (#1498) 4bf4b69 Remove inaccurate and unnecessary import comment (#1481) 7e19eb6 Bump google.golang.org/api from 0.36.0 to 0.37.0 in /exporters/trace/jaeger (#1504) c6a4406 Bump github.com/golangci/golangci-lint in /internal/tools (#1503) 9524ac0 (upstream/master, origin/master, origin/HEAD) Update workflows to include main branch as trigger (#1497) c066f15 Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /internal/tools (#1478) 894e024 Bump github.com/golangci/golangci-lint in /internal/tools (#1477) 71ffba3 Bump google.golang.org/grpc from 1.34.0 to 1.35.0 in /exporters/otlp (#1471) 515809a Bump github.com/itchyny/gojq from 0.12.0 to 0.12.1 in /internal/tools (#1472) 3e96ad1 gitignore: remove unused example path (#1474) c562277 Histogram aggregator functional options (#1434) 0df8cd6 Rename Makefile.proto to avoid interpretation as proto file (#1468) 979ff51 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#1453) 1df8b3b Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /exporters/otlp (#1456) 4c30a90 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /sdk (#1455) 5a9f8f6 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /exporters/stdout (#1454) 7786f34 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /exporters/trace/zipkin (#1457) 4352a7a Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /exporters/otlp (#1460) 6990b3b Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /exporters/metric/prometheus (#1461) 7af40d2 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /exporters/trace/jaeger (#1463) f16f189 Bump google.golang.org/grpc in /example/otel-collector (#1465) fe363be Move Span Event to API (#1452) 4392224 Bump google.golang.org/grpc in /example/prom-collector (#1466)

Changelog

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

[0.17.0] - 2020-02-12

Changed

  • Rename project default branch from master to main. (#1505)
  • Reverse order in which Resource attributes are merged, per change in spec. (#1501)
  • Add tooling to maintain "replace" directives in go.mod files automatically. (#1528)
  • Create new modules: otel/metric, otel/trace, otel/oteltest, otel/sdk/export/metric, otel/sdk/metric (#1528)
  • Move metric-related public global APIs from otel to otel/metric/global. (#1528)

Fixed

  • Fixed otlpgrpc reconnection issue.
Commits
  • 76f9342 Release v0.17.0 (#1534)
  • 9b242bc Organize API into Go modules based on stability and dependencies (#1528)
  • e50a1c8 Bump actions/cache from v2 to v2.1.4 (#1518)
  • a6aa7f0 Bump google.golang.org/api from 0.38.0 to 0.39.0 in /exporters/trace/jaeger (...
  • 38efc87 Code Improvement - Error strings should not be capitalized (#1488)
  • 6b34050 Update default branch name (#1505)
  • b39fd05 nit: Fix comment to be up-to-date (#1510)
  • 186c295 Fix golint error of package comment form (#1487)
  • 9308d66 Bump google.golang.org/api from 0.37.0 to 0.38.0 in /exporters/trace/jaeger (...
  • 1952d7b Reverse order of attribute precedence when merging two Resources (#1501)
  • Additional commits viewable 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 requested a review from a team February 22, 2021 05:53
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 22, 2021
@gramidt
Copy link
Member

gramidt commented Feb 22, 2021

Codecov should pass once #2391 and #2389 are merged.

@dependabot dependabot bot force-pushed the dependabot/go_modules/tracegen/go.opentelemetry.io/otel/sdk-0.17.0 branch from c43ed81 to b9b1a61 Compare February 22, 2021 18:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2021

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

@dependabot dependabot bot closed this Feb 22, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/tracegen/go.opentelemetry.io/otel/sdk-0.17.0 branch February 22, 2021 20:22
kisieland referenced this pull request in kisieland/opentelemetry-collector-contrib Mar 16, 2021
… metadata (#2421)

Depends on #2406 

Refactor network, paging, process and processes scrapers to use metrics metadata utility.
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.

3 participants