-
Notifications
You must be signed in to change notification settings - Fork 48
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/propagators from 0.16.0 to 0.18.0 #193
Merged
vreynolds
merged 3 commits into
main
from
dependabot/go_modules/go.opentelemetry.io/contrib/propagators-0.18.0
Mar 17, 2021
Merged
Bump go.opentelemetry.io/contrib/propagators from 0.16.0 to 0.18.0 #193
vreynolds
merged 3 commits into
main
from
dependabot/go_modules/go.opentelemetry.io/contrib/propagators-0.18.0
Mar 17, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [go.opentelemetry.io/contrib/propagators](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.16.0 to 0.18.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@v0.16.0...v0.18.0) Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
type: maintenance
The necessary chores to keep the dust off.
label
Mar 8, 2021
vreynolds
reviewed
Mar 17, 2021
@@ -182,3 +182,13 @@ func (m supplier) Get(key string) string { | |||
func (m supplier) Set(key string, value string) { | |||
m.values[key] = value | |||
} | |||
|
|||
// Keys returns the keys for which this carrier has a value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MikeGoldsmith
approved these changes
Mar 17, 2021
vreynolds
deleted the
dependabot/go_modules/go.opentelemetry.io/contrib/propagators-0.18.0
branch
March 17, 2021 16:06
vreynolds
added
the
version: bump major
A PR that breaks backwards compatibility.
label
Mar 17, 2021
vreynolds
restored the
dependabot/go_modules/go.opentelemetry.io/contrib/propagators-0.18.0
branch
March 17, 2021 17:20
vreynolds
deleted the
dependabot/go_modules/go.opentelemetry.io/contrib/propagators-0.18.0
branch
March 17, 2021 17:23
vreynolds
added a commit
that referenced
this pull request
Mar 17, 2021
) * Bump go.opentelemetry.io/contrib/propagators from 0.16.0 to 0.18.0 Bumps [go.opentelemetry.io/contrib/propagators](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.16.0 to 0.18.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@v0.16.0...v0.18.0) Signed-off-by: dependabot[bot] <support@github.com> * Upgrade to the 0.18 propagation interface * Remove go 1.12, 1.13, add 1.16 to test matrix Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vera Reynolds <verareynolds@honeycomb.io>
vreynolds
added a commit
that referenced
this pull request
Mar 17, 2021
) * Bump go.opentelemetry.io/contrib/propagators from 0.16.0 to 0.18.0 Bumps [go.opentelemetry.io/contrib/propagators](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.16.0 to 0.18.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@v0.16.0...v0.18.0) Signed-off-by: dependabot[bot] <support@github.com> * Upgrade to the 0.18 propagation interface * Remove go 1.12, 1.13, add 1.16 to test matrix Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vera Reynolds <verareynolds@honeycomb.io>
vreynolds
added a commit
that referenced
this pull request
Apr 7, 2021
) (#200) * Bump go.opentelemetry.io/contrib/propagators from 0.16.0 to 0.18.0 Bumps [go.opentelemetry.io/contrib/propagators](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.16.0 to 0.18.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@v0.16.0...v0.18.0) Signed-off-by: dependabot[bot] <support@github.com> * Upgrade to the 0.18 propagation interface * Remove go 1.12, 1.13, add 1.16 to test matrix Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vera Reynolds <verareynolds@honeycomb.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
type: maintenance
The necessary chores to keep the dust off.
version: bump major
A PR that breaks backwards compatibility.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps go.opentelemetry.io/contrib/propagators from 0.16.0 to 0.18.0.
Release notes
Sourced from go.opentelemetry.io/contrib/propagators's releases.
... (truncated)
Changelog
Sourced from go.opentelemetry.io/contrib/propagators's changelog.
Commits
839e505
Bumping otel version to v0.18.0. Prepare for releasing v0.18.0 (#600)f82555b
Bump google.golang.org/grpc from 1.35.0 to 1.36.0 in /instrumentation/google....8fb6eb1
Bump google.golang.org/grpc (#593)b3b6ccd
Bump github.com/aws/aws-sdk-go from 1.37.15 to 1.37.20 in /detectors/aws (#591)5783e2d
Bump github.com/golang/snappy from 0.0.2 to 0.0.3 in /exporters/metric/cortex...3c49aeb
Bump cloud.google.com/go from 0.77.0 to 0.78.0 in /detectors/gcp (#595)a2de3b6
Bump google.golang.org/grpc in /propagators/opencensus/examples (#596)f011c95
Bump github.com/Shopify/sarama from 1.27.2 to 1.28.0 in /instrumentation/gith...598a707
Bump go.uber.org/goleak from 1.1.0 to 1.1.10 in /instrumentation/google.golan...e5fef66
Bump cloud.google.com/go from 0.76.0 to 0.77.0 in /detectors/gcp (#586)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)