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/contrib from 0.8.0 to 0.10.0 in /instrumentation/go.mongodb.org/mongo-driver #34

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 3, 2020

Bumps go.opentelemetry.io/contrib from 0.8.0 to 0.10.0.

Release notes

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

Release v0.10.0

This release upgrades its go.opentelemetry.io/otel dependency to v0.10.0 and includes new instrumentation for popular Kafka and Cassandra clients.

Added

  • A detector that generate resources from GCE instance. (#132)
  • A detector that generate resources from AWS instances. (#139)
  • Instrumentation for the Kafka client github.com/Shopify/sarama. (#134, #153)
  • Links and status message for mock span in the internal testing library. (#134)
  • Instrumentation for the Cassandra client github.com/gocql/gocql. (#137)
  • A detector that generate resources from GKE clusters. (#154)

Fixed

  • Bump github.com/aws/aws-sdk-go from 1.33.8 to 1.33.15 in /detectors/aws. (#155, #157, #159, #162)
  • Bump github.com/golangci/golangci-lint from 1.28.3 to 1.29.0 in /tools. (#146)

Raw changes made between v0.9.0 and v0.10.0

e9e944b (HEAD -> master, tag: v0.10.0, tag: instrumentation/runtime/v0.10.0, tag: instrumentation/gopkg.in/macaron.v1/v0.10.0, tag: instrumentation/go.mongodb.org/mongo-driver/v0.10.0, tag: instrumentation/github.com/labstack/echo/v0.10.0, tag: instrumentation/github.com/gorilla/mux/v0.10.0, tag: instrumentation/github.com/gocql/gocql/v0.10.0, tag: instrumentation/github.com/gocql/gocql/example/v0.10.0, tag: instrumentation/github.com/gin-gonic/gin/v0.10.0, tag: instrumentation/github.com/emicklei/go-restful/v0.10.0, tag: instrumentation/github.com/Shopify/sarama/v0.10.0, tag: instrumentation/github.com/Shopify/sarama/example/v0.10.0, tag: exporters/metric/dogstatsd/v0.10.0, tag: exporters/metric/datadog/v0.10.0, tag: detectors/gcp/v0.10.0, tag: detectors/aws/v0.10.0, upstream/master, origin/master, origin/HEAD) Release v0.10.0 (#185) d5b98d8 Add instrumentation example for Kafka (#153) 166cf68 Bump github.com/aws/aws-sdk-go from 1.33.14 to 1.33.15 in /detectors/aws (#162) 7066c08 Add instrumentation for github.com/gocql/gocql (#137) 5a13a42 Bump github.com/aws/aws-sdk-go from 1.33.13 to 1.33.14 in /detectors/aws (#159) 468a20f Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.13 in /detectors/aws (#157) 4b582b9 Bump github.com/aws/aws-sdk-go from 1.33.8 to 1.33.12 in /detectors/aws (#155) f28c81d AWS detector (#139) 05eaf53 GKE detector (#154) 5c2cfc3 GCE Resource Detector (#132) 2baa898 paivagustavo to emeritus for now (#152) 70957fc Add instrumentation for Kafka (#134) bb438f8 Bump github.com/golangci/golangci-lint from 1.28.3 to 1.29.0 in /tools (#146)

Release v0.9.0

This release upgrades its go.opentelemetry.io/otel dependency to v0.9.0.

Fixed

  • Bump github.com/emicklei/go-restful/v3 from 3.0.0 to 3.2.0 in /instrumentation/github.com/emicklei/go-restful. (#133)
  • Update dependabot configuration to correctly check all included packages. (#131)
  • Update RELEASING.md with correct tag.sh command. (#130)

Raw changes made between v0.8.0 and v0.9.0

0ea9f57 (HEAD -> master, tag: v0.9.0, tag: instrumentation/runtime/v0.9.0, tag: instrumentation/gopkg.in/macaron.v1/v0.9.0, tag: instrumentation/go.mongodb.org/mongo-driver/v0.9.0, tag: instrumentation/github.com/labstack/echo/v0.9.0, tag: instrumentation/github.com/gorilla/mux/v0.9.0, tag: instrumentation/github.com/gin-gonic/gin/v0.9.0, tag: instrumentation/github.com/emicklei/go-restful/v0.9.0, tag: exporters/metric/dogstatsd/v0.9.0, tag: exporters/metric/datadog/v0.9.0, upstream/master) Release v0.9.0 (#140) a08ff87 (origin/master, origin/HEAD) Bump github.com/golangci/golangci-lint from 1.28.2 to 1.28.3 in /tools (#135)

Changelog

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

[0.10.0] - 2020-07-31

This release upgrades its go.opentelemetry.io/otel dependency to v0.10.0 and includes new instrumentation for popular Kafka and Cassandra clients.

Added

  • A detector that generate resources from GCE instance. (#132)
  • A detector that generate resources from AWS instances. (#139)
  • Instrumentation for the Kafka client github.com/Shopify/sarama. (#134, #153)
  • Links and status message for mock span in the internal testing library. (#134)
  • Instrumentation for the Cassandra client github.com/gocql/gocql. (#137)
  • A detector that generate resources from GKE clusters. (#154)

Fixed

  • Bump github.com/aws/aws-sdk-go from 1.33.8 to 1.33.15 in /detectors/aws. (#155, #157, #159, #162)
  • Bump github.com/golangci/golangci-lint from 1.28.3 to 1.29.0 in /tools. (#146)

[0.9.0] - 2020-07-20

This release upgrades its go.opentelemetry.io/otel dependency to v0.9.0.

Fixed

  • Bump github.com/emicklei/go-restful/v3 from 3.0.0 to 3.2.0 in /instrumentation/github.com/emicklei/go-restful. (#133)
  • Update dependabot configuration to correctly check all included packages. (#131)
  • Update RELEASING.md with correct tag.sh command. (#130)
Commits
  • e9e944b Release v0.10.0 (#185)
  • d5b98d8 Add instrumentation example for Kafka (#153)
  • 166cf68 Bump github.com/aws/aws-sdk-go from 1.33.14 to 1.33.15 in /detectors/aws (#162)
  • 7066c08 Add instrumentation for github.com/gocql/gocql (#137)
  • 5a13a42 Bump github.com/aws/aws-sdk-go from 1.33.13 to 1.33.14 in /detectors/aws (#159)
  • 468a20f Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.13 in /detectors/aws (#157)
  • 4b582b9 Bump github.com/aws/aws-sdk-go from 1.33.8 to 1.33.12 in /detectors/aws (#155)
  • f28c81d AWS detector (#139)
  • 05eaf53 GKE detector (#154)
  • 5c2cfc3 GCE Resource Detector (#132)
  • 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 @github
Copy link
Author

dependabot bot commented on behalf of github Aug 14, 2020

Superseded by #43.

@dependabot dependabot bot closed this Aug 14, 2020
@dependabot dependabot bot deleted the dependabot/go_modules/instrumentation/go.mongodb.org/mongo-driver/go.opentelemetry.io/contrib-0.10.0 branch August 14, 2020 05:53
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