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 2021/08/20 00:48:18 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request #1396: build(deps): bump github.com/prometheus/client_golang from 1.9.0 to 1.11.0

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


   Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 to 1.11.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's releases</a>.</em></p>
   <blockquote>
   <h2>v1.11.0 / 2021-06-07</h2>
   <ul>
   <li>[CHANGE] Add new collectors package. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/862">#862</a></li>
   <li>[CHANGE] <code>prometheus.NewExpvarCollector</code> is deprecated, use <code>collectors.NewExpvarCollector</code> instead. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/862">#862</a></li>
   <li>[CHANGE] <code>prometheus.NewGoCollector</code> is deprecated, use <code>collectors.NewGoCollector</code> instead. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/862">#862</a></li>
   <li>[CHANGE] <code>prometheus.NewBuildInfoCollector</code> is deprecated, use <code>collectors.NewBuildInfoCollector</code> instead. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/862">#862</a></li>
   <li>[FEATURE] Add new collector for database/sql#DBStats. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/866">#866</a></li>
   <li>[FEATURE] API client: Add exemplars API support. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/861">#861</a></li>
   <li>[ENHANCEMENT] API client: Add newer fields to Rules API. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/855">#855</a></li>
   <li>[ENHANCEMENT] API client: Add missing fields to Targets API. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/856">#856</a></li>
   </ul>
   <h2>1.10.0 / 2021-03-18</h2>
   <ul>
   <li>[CHANGE] Minimum required Go version is now 1.13.</li>
   <li>[CHANGE] API client: Add matchers to <code>LabelNames</code> and <code>LabesValues</code>. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/828">#828</a></li>
   <li>[FEATURE] API client: Add buildinfo call. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/841">#841</a></li>
   <li>[BUGFIX] Fix build on riscv64. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/833">#833</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p>
   <blockquote>
   <h2>1.11.0 / 2021-06-07</h2>
   <ul>
   <li>[CHANGE] Add new collectors package. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/862">#862</a></li>
   <li>[CHANGE] <code>prometheus.NewExpvarCollector</code> is deprecated, use <code>collectors.NewExpvarCollector</code> instead. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/862">#862</a></li>
   <li>[CHANGE] <code>prometheus.NewGoCollector</code> is deprecated, use <code>collectors.NewGoCollector</code> instead. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/862">#862</a></li>
   <li>[CHANGE] <code>prometheus.NewBuildInfoCollector</code> is deprecated, use <code>collectors.NewBuildInfoCollector</code> instead. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/862">#862</a></li>
   <li>[FEATURE] Add new collector for database/sql#DBStats. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/866">#866</a></li>
   <li>[FEATURE] API client: Add exemplars API support. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/861">#861</a></li>
   <li>[ENHANCEMENT] API client: Add newer fields to Rules API. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/855">#855</a></li>
   <li>[ENHANCEMENT] API client: Add missing fields to Targets API. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/856">#856</a></li>
   </ul>
   <h2>1.10.0 / 2021-03-18</h2>
   <ul>
   <li>[CHANGE] Minimum required Go version is now 1.13.</li>
   <li>[CHANGE] API client: Add matchers to <code>LabelNames</code> and <code>LabesValues</code>. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/828">#828</a></li>
   <li>[FEATURE] API client: Add buildinfo call. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/841">#841</a></li>
   <li>[BUGFIX] Fix build on riscv64. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/833">#833</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/prometheus/client_golang/commit/8184d76b3b0bd3b01ed903690431ccb6826bf3e0"><code>8184d76</code></a> Cut v1.11.0 (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/877">#877</a>)</li>
   <li><a href="https://github.com/prometheus/client_golang/commit/253906201bda760621fa671fa1541a4ac3df29bd"><code>2539062</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/875">#875</a> from prometheus/superq/update_mods</li>
   <li><a href="https://github.com/prometheus/client_golang/commit/68cd1e9262e2fe03a79c9a8bab6737f04995e8a5"><code>68cd1e9</code></a> Update Go modules</li>
   <li><a href="https://github.com/prometheus/client_golang/commit/f22935db759faadc48285fee37718436d5b9cb67"><code>f22935d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/871">#871</a> from prometheus/beorn7/doc</li>
   <li><a href="https://github.com/prometheus/client_golang/commit/11aba26a91c3ea0581eef96f8ec9fc5cdce204f9"><code>11aba26</code></a> Change maintainers from <a href="https://github.com/beorn7"><code>@​beorn7</code></a> to @bwplotka/<a href="https://github.com/kakkoyun"><code>@​kakkoyun</code></a> (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/873">#873</a>)</li>
   <li><a href="https://github.com/prometheus/client_golang/commit/f34145a85eaff9d42ff629a2975e8118ab41773c"><code>f34145a</code></a> Document implications of negative observations</li>
   <li><a href="https://github.com/prometheus/client_golang/commit/a7515ca7c9c6388a5ab84ea336faef795bbf866f"><code>a7515ca</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/867">#867</a> from prometheus/beorn7/collectors</li>
   <li><a href="https://github.com/prometheus/client_golang/commit/81a9556c8b4ffac3dd75f7aedf720b3ae73e1276"><code>81a9556</code></a> Make dbStatsCollector more DRY</li>
   <li><a href="https://github.com/prometheus/client_golang/commit/a66da1df4a7e12cb9f84cf5ae3c7adec4539ed27"><code>a66da1d</code></a> Add collector for database/sql#DBStats (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/866">#866</a>)</li>
   <li><a href="https://github.com/prometheus/client_golang/commit/b89620c4916814c2960f16255c36d1b381cda9e7"><code>b89620c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/862">#862</a> from johejo/new_collector_package</li>
   <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.9.0...v1.11.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/client_golang&package-manager=go_modules&previous-version=1.9.0&new-version=1.11.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] dependabot[bot] commented on pull request #1396: build(deps): bump github.com/prometheus/client_golang from 1.9.0 to 1.11.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #1396:
URL: https://github.com/apache/dubbo-go/pull/1396#issuecomment-902368446


   Looks like github.com/prometheus/client_golang is up-to-date now, so this is no longer needed.


-- 
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] dependabot[bot] closed pull request #1396: build(deps): bump github.com/prometheus/client_golang from 1.9.0 to 1.11.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1396:
URL: https://github.com/apache/dubbo-go/pull/1396


   


-- 
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