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/aws #1546

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 26, 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
  • 92551d3 Prerelease v1.0.0 (#2250)
  • 6183913 zipkin: remove no-op WithSDKOptions (#2248)
  • 568e755 Set Schema URL when exporting traces to OTLP (#2242)
  • ec26b55 Fix RC tags in docs (#2239)
  • 767ce26 Bump github.com/itchyny/gojq from 0.12.4 to 0.12.5 in /internal/tools (#2216)
  • fe7058d adding NewNoopMeterProvider to follow trace api (#2237)
  • c338a5e Bump github.com/golangci/golangci-lint from 1.42.0 to 1.42.1 in /internal/too...
  • ef126f5 Remove deprecated Array from attribute package (#2235)
  • 360d130 Add tests for nil *Resource (#2227)
  • 9e7812d Remove the deprecated oteltest package (#2234)
  • 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)

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] <[email protected]>
@dependabot dependabot bot requested a review from MrAlias as a code owner September 26, 2021 03:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 26, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 26, 2021

The following labels could not be found: Skip Changelog.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 12, 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 12, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/propagators/aws/go.opentelemetry.io/otel/trace-1.0.0 branch October 12, 2021 18:19
MrAlias added a commit that referenced this pull request Jan 31, 2022
Previously this was returning a full string like /projects/123/regions/r, which does not match up with what the semvconv.CloudRegionKey value is supposed to be.

Co-authored-by: Tyler Yahn <[email protected]>
MrAlias added a commit that referenced this pull request Feb 14, 2022
MrAlias added a commit that referenced this pull request Feb 14, 2022
* Update versions.yaml

* Deprecate the datadog exporter

* Remove hist/exact support from dogstatsd exporter

* Update otel dependencies

* Update changelog

* Prepare stable-v1 for version v1.4.0

* Prepare experimental-instrumentation for version v0.29.0

* Prepare experimental-metrics for version v0.29.0

* Prepare experimental-metric-exporters for version v0.29.0

* Update cortex exporter pkg imports

* Update datadog exporter example to not self import

This is now a deprecated package, do not depend on it.

* go mod tidy cortex exporter

* Update datadog deps

* Remove points agg from datadog

* Fix deprecated dep in dogstatsd

* Remove deprecated dep in otelgocql example

* Deprecate the cortex exporter

* Deprecate the dogstatsd exporter

* Fix lint

Do not fail lint for importing deprecated packages from inside those
deprecated packages.

* Update CHANGELOG.md

* Add fix from #1546 to changelog
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
Development

Successfully merging this pull request may close these issues.

0 participants