You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/07/11 12:05:31 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request, #1966: build(deps): bump go.opentelemetry.io/otel from 1.7.0 to 1.8.0

dependabot[bot] opened a new pull request, #1966:
URL: https://github.com/apache/dubbo-go/pull/1966

   Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.7.0 to 1.8.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel's changelog</a>.</em></p>
   <blockquote>
   <h2>[1.8.0/0.31.0] - 2022-07-08</h2>
   <h3>Added</h3>
   <ul>
   <li>Add support for <code>opentracing.TextMap</code> format in the <code>Inject</code> and <code>Extract</code> methods
   of the <code>&quot;go.opentelemetry.io/otel/bridge/opentracing&quot;.BridgeTracer</code> type. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2911">#2911</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>The <code>crosslink</code> make target has been updated to use the <code>go.opentelemetry.io/build-tools/crosslink</code> package. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2886">#2886</a>)</li>
   <li>In the <code>go.opentelemetry.io/otel/sdk/instrumentation</code> package rename <code>Library</code> to <code>Scope</code> and alias <code>Library</code> as <code>Scope</code> (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2976">#2976</a>)</li>
   <li>Move metric no-op implementation form <code>nonrecording</code> to <code>metric</code> package. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2866">#2866</a>)</li>
   </ul>
   <h3>Removed</h3>
   <ul>
   <li>Support for go1.16. Support is now only for go1.17 and go1.18 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2917">#2917</a>)</li>
   </ul>
   <h3>Deprecated</h3>
   <ul>
   <li>The <code>Library</code> struct in the <code>go.opentelemetry.io/otel/sdk/instrumentation</code> package is deprecated.
   Use the equivalent <code>Scope</code> struct instead. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2977">#2977</a>)</li>
   <li>The <code>ReadOnlySpan.InstrumentationLibrary</code> method from the <code>go.opentelemetry.io/otel/sdk/trace</code> package is deprecated.
   Use the equivalent <code>ReadOnlySpan.InstrumentationScope</code> method instead. (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2977">#2977</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/08ff959fc4eb8d4b7adf568fab7fa9bc050ceb0b"><code>08ff959</code></a> Release prep 1.8.0 (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/3001">#3001</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/eb9e0583f748c09454499f3e212c4bb895370729"><code>eb9e058</code></a> Add workflow to automate bundling dependabot PRs (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2997">#2997</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/ac0221e3a39e4734a1db81b20552da8040595550"><code>ac0221e</code></a> Add a release template (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2863">#2863</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/8b89e49f711b088232129cced09977ca1de6bd3c"><code>8b89e49</code></a> Feat/bridge support text map (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2911">#2911</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/575e1bb27025c73fd76f1e6b9dc2727b85867fdc"><code>575e1bb</code></a> Deprecate Library and move all uses to Scope (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2977">#2977</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/5795c70e0c80d4ae71b83b75c284964557ccfe97"><code>5795c70</code></a> added traces.txt to gitignore for fib (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2993">#2993</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/376973c2d849168655b56a7af382d36fbe6ac2a6"><code>376973c</code></a> typo fix (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2991">#2991</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/c2dc940e0b48e61712e4f8f6f2320d8fd4c9aac6"><code>c2dc940</code></a> fix typo (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2986">#2986</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/36b37c4af5780a543f746d872fa134f545b8b4c3"><code>36b37c4</code></a> Update getting-started.md (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2984">#2984</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/ef6c0da0de3b39c20a753354446807d7577aca61"><code>ef6c0da</code></a> docs(website_docs): fix exporting_data.md and getting-started.md toc (<a href="https://github-redirect.dependabot.com/open-telemetry/opentelemetry-go/issues/2930">#2930</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.7.0...v1.8.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks merged pull request #1966: build(deps): bump go.opentelemetry.io/otel from 1.7.0 to 1.8.0

Posted by GitBox <gi...@apache.org>.
AlexStocks merged PR #1966:
URL: https://github.com/apache/dubbo-go/pull/1966


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org