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.opencensus.io from 0.22.4 to 0.23.0 #2372

Merged
merged 2 commits into from
Mar 5, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 1, 2021

Bumps go.opencensus.io from 0.22.4 to 0.23.0.

Release notes

Sourced from go.opencensus.io's releases.

OpenCensus Go 0.23.0

No breaking changes

Additions

  • OpenTelemetry interop
    • allow users to replace the trace SDK (#1238)
    • expose underlying span implementation (#1240)
  • Expose ability to flush interval reader (#1248)
  • Add GC stats to runmetrics plugin (#1207)
  • Dependency upgrades (#1243)

Fixes

  • Performance improvements (#1242)
  • Fix memory leak in span store (#1246)

Miscellaneous

  • Migrate from Travis CI to Github Actions (#1237, #1244)

OpenCensus Go 0.22.5

Changes Since 0.22.4

8e242ed Comment on GRPC latency measure reuse (#1217) af30f77 Record a Start Time Per Time Series within a View (#1220) 3456e1d Made public traceparent/tracestate marshal/unmarshal (#1218) d7677d6 Include const labels in baseMetric.upsertEntry (#1221) 5bb2445 update golang.org/x/text to v0.3.3 (#1230) 3fb168f Defer IDGenerator initialization until first use (#1228)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from a team as a code owner March 1, 2021 10:11
@dependabot-preview dependabot-preview bot requested a review from Martin2112 March 1, 2021 10:11
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 1, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/go.opencensus.io-0.23.0 branch 3 times, most recently from d4248aa to 925a699 Compare March 5, 2021 10:50
@mhutchinson
Copy link
Contributor

/gcbrun

@mhutchinson
Copy link
Contributor

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/go.opencensus.io-0.23.0 branch from 925a699 to 4916d1d Compare March 5, 2021 11:31
@mhutchinson
Copy link
Contributor

/gcbrun

@mhutchinson
Copy link
Contributor

This is sad. I'd hoped #2383 would fix the problems with dependabot, but it seems that there's more to the story. If I run go get go.opencensus.io locally then I get the diff that GCB is reporting, i.e. it includes go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M= in go.sum, which for some reason dependabot is not putting in there.

@mhutchinson
Copy link
Contributor

/gcbrun

@codecov
Copy link

codecov bot commented Mar 5, 2021

Codecov Report

Merging #2372 (fad66e5) into master (305ae4c) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2372      +/-   ##
==========================================
+ Coverage   65.87%   65.88%   +0.01%     
==========================================
  Files         106      106              
  Lines        7745     7745              
==========================================
+ Hits         5102     5103       +1     
+ Misses       2107     2106       -1     
  Partials      536      536              
Impacted Files Coverage Δ
client/log_client.go 71.51% <0.00%> (+0.58%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 305ae4c...fad66e5. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to merge this PR, but received the following error from GitHub:

You're not authorized to push to this branch. Visit https://docs.github.com/articles/about-protected-branches/ for more information.

@mhutchinson mhutchinson merged commit 6486c50 into master Mar 5, 2021
@mhutchinson mhutchinson deleted the dependabot/go_modules/go.opencensus.io-0.23.0 branch March 5, 2021 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants