dependabot[bot] opened a new pull request, #1785:
URL: https://github.com/apache/incubator-pegasus/pull/1785

   Bumps 
[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)
 from 1.8.0 to 1.11.1.
   <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>1.11.1 / 2022-02-15</h2>
   <ul>
   <li>[SECURITY FIX] promhttp: Check validity of method and code label values 
<a 
href="https://redirect.github.com/prometheus/client_golang/pull/987";>prometheus/client_golang#987</a>
 (Addressed <a 
href="https://github.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p";><code>CVE-2022-21698</code></a>)</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>promhttp: Check validity of method and code label values by <a 
href="https://github.com/bwplotka";><code>@​bwplotka</code></a> and <a 
href="https://github.com/kakkoyun";><code>@​kakkoyun</code></a> in  <a 
href="https://redirect.github.com/prometheus/client_golang/pull/987";>prometheus/client_golang#987</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1";>https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1</a></p>
   <h2>v1.11.0 / 2021-06-07</h2>
   <ul>
   <li>[CHANGE] Add new collectors package. <a 
href="https://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.com/prometheus/client_golang/issues/862";>#862</a></li>
   <li>[FEATURE] Add new collector for database/sql#DBStats. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/866";>#866</a></li>
   <li>[FEATURE] API client: Add exemplars API support. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/861";>#861</a></li>
   <li>[ENHANCEMENT] API client: Add newer fields to Rules API. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/855";>#855</a></li>
   <li>[ENHANCEMENT] API client: Add missing fields to Targets API. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/856";>#856</a></li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Synchronize common files from prometheus/prometheus by <a 
href="https://github.com/prombot";><code>@​prombot</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/846";>prometheus/client_golang#846</a></li>
   <li>Synchronize common files from prometheus/prometheus by <a 
href="https://github.com/prombot";><code>@​prombot</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/849";>prometheus/client_golang#849</a></li>
   <li>Synchronize common files from prometheus/prometheus by <a 
href="https://github.com/prombot";><code>@​prombot</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/853";>prometheus/client_golang#853</a></li>
   <li>Add newer fields to Rules API by <a 
href="https://github.com/gouthamve";><code>@​gouthamve</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/855";>prometheus/client_golang#855</a></li>
   <li>Add missing fields to targets API by <a 
href="https://github.com/yeya24";><code>@​yeya24</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/856";>prometheus/client_golang#856</a></li>
   <li>Synchronize common files from prometheus/prometheus by <a 
href="https://github.com/prombot";><code>@​prombot</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/857";>prometheus/client_golang#857</a></li>
   <li>Add exemplars API support by <a 
href="https://github.com/yeya24";><code>@​yeya24</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/861";>prometheus/client_golang#861</a></li>
   <li>Improve description of MaxAge in summary docs by <a 
href="https://github.com/Dean-Coakley";><code>@​Dean-Coakley</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/864";>prometheus/client_golang#864</a></li>
   <li>Add new collectors package by <a 
href="https://github.com/johejo";><code>@​johejo</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/862";>prometheus/client_golang#862</a></li>
   <li>Add collector for database/sql#DBStats by <a 
href="https://github.com/johejo";><code>@​johejo</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/866";>prometheus/client_golang#866</a></li>
   <li>Make dbStatsCollector more DRY by <a 
href="https://github.com/beorn7";><code>@​beorn7</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/867";>prometheus/client_golang#867</a></li>
   <li>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> by <a 
href="https://github.com/beorn7";><code>@​beorn7</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/873";>prometheus/client_golang#873</a></li>
   <li>Document implications of negative observations by <a 
href="https://github.com/beorn7";><code>@​beorn7</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/871";>prometheus/client_golang#871</a></li>
   <li>Update Go modules by <a 
href="https://github.com/SuperQ";><code>@​SuperQ</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/875";>prometheus/client_golang#875</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/gouthamve";><code>@​gouthamve</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/855";>prometheus/client_golang#855</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/prometheus/client_golang/compare/v1.10.0...v1.11.0";>https://github.com/prometheus/client_golang/compare/v1.10.0...v1.11.0</a></p>
   <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://redirect.github.com/prometheus/client_golang/issues/828";>#828</a></li>
   <li>[FEATURE] API client: Add buildinfo call. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/841";>#841</a></li>
   <li>[BUGFIX] Fix build on riscv64. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/833";>#833</a></li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Add SECURITY.md by <a 
href="https://github.com/roidelapluie";><code>@​roidelapluie</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/831";>prometheus/client_golang#831</a></li>
   <li>Bump prometheus/procfs to 0.3.0 to fix building on riscv64 by <a 
href="https://github.com/zhsj";><code>@​zhsj</code></a> in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/833";>prometheus/client_golang#833</a></li>
   <li>Fix typo in comments in <a 
href="https://redirect.github.com/prometheus/client_golang/pull/835";>prometheus/client_golang#835</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md";>github.com/prometheus/client_golang's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Unreleased</h2>
   <h2>1.17.0 / 2023-09-27</h2>
   <ul>
   <li>[CHANGE] Minimum required go version is now 1.19 (we also test 
client_golang against new 1.21 version). <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1325";>#1325</a></li>
   <li>[FEATURE] Add support for Created Timestamps in Counters, Summaries and 
Historams. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1313";>#1313</a></li>
   <li>[ENHANCEMENT] Enable detection of a native histogram without 
observations. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1314";>#1314</a></li>
   </ul>
   <h2>1.16.0 / 2023-06-15</h2>
   <ul>
   <li>[BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. 
<a 
href="https://redirect.github.com/prometheus/client_golang/issues/1252";>#1252</a></li>
   <li>[BUGFIX] api: Fix undefined execution order in return statements. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1260";>#1260</a></li>
   <li>[BUGFIX] native histograms: Fix bug in bucket key calculation. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1279";>#1279</a></li>
   <li>[ENHANCEMENT] Reduce constrainLabels allocations for all metrics. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1272";>#1272</a></li>
   <li>[ENHANCEMENT] promhttp: Add process start time header for scrape 
efficiency. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1278";>#1278</a></li>
   <li>[ENHANCEMENT] promlint: Improve metricUnits runtime. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1286";>#1286</a></li>
   </ul>
   <h2>1.15.1 / 2023-05-3</h2>
   <ul>
   <li>[BUGFIX] Fixed promhttp.Instrument* handlers wrongly trying to attach 
exemplar to unsupported metrics (e.g. summary), <br />
   causing panics. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1253";>#1253</a></li>
   </ul>
   <h2>1.15.0 / 2023-04-13</h2>
   <ul>
   <li>[BUGFIX] Fix issue with atomic variables on ppc64le. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1171";>#1171</a></li>
   <li>[BUGFIX] Support for multiple samples within same metric. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1181";>#1181</a></li>
   <li>[BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1187";>#1187</a></li>
   <li>[ENHANCEMENT] Add exemplars and middleware examples. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1173";>#1173</a></li>
   <li>[ENHANCEMENT] Add more context to &quot;duplicate label names&quot; 
error to enable debugging. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1177";>#1177</a></li>
   <li>[ENHANCEMENT] Add constrained labels and constrained variant for all 
MetricVecs. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1151";>#1151</a></li>
   <li>[ENHANCEMENT] Moved away from deprecated github.com/golang/protobuf 
package. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1183";>#1183</a></li>
   <li>[ENHANCEMENT] Add possibility to dynamically get label values for http 
instrumentation. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1066";>#1066</a></li>
   <li>[ENHANCEMENT] Add ability to Pusher to add custom headers. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1218";>#1218</a></li>
   <li>[ENHANCEMENT] api: Extend and improve efficiency of json-iterator usage. 
<a 
href="https://redirect.github.com/prometheus/client_golang/issues/1225";>#1225</a></li>
   <li>[ENHANCEMENT] Added (official) support for go 1.20. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1234";>#1234</a></li>
   <li>[ENHANCEMENT] timer: Added support for exemplars. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1233";>#1233</a></li>
   <li>[ENHANCEMENT] Filter expected metrics as well in CollectAndCompare. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1143";>#1143</a></li>
   <li>[ENHANCEMENT] :warning: Only set start/end if time is not Zero. This 
breaks compatibility in experimental api package. If you strictly depend on 
empty time.Time as actual value, the behavior is now changed. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1238";>#1238</a></li>
   </ul>
   <h2>1.14.0 / 2022-11-08</h2>
   <ul>
   <li>[FEATURE] Add Support for Native Histograms. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1150";>#1150</a></li>
   <li>[CHANGE] Extend <code>prometheus.Registry</code> to implement 
<code>prometheus.Collector</code> interface. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1103";>#1103</a></li>
   </ul>
   <h2>1.13.1 / 2022-11-01</h2>
   <ul>
   <li>[BUGFIX] Fix race condition with Exemplar in Counter. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1146";>#1146</a></li>
   <li>[BUGFIX] Fix <code>CumulativeCount</code> value of <code>+Inf</code> 
bucket created from exemplar. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1148";>#1148</a></li>
   <li>[BUGFIX] Fix double-counting bug in 
<code>promhttp.InstrumentRoundTripperCounter</code>. <a 
href="https://redirect.github.com/prometheus/client_golang/issues/1118";>#1118</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/989baa30fe956631907493ccee1f8e7708660d96";><code>989baa3</code></a>
 promhttp: Check validity of method and code label values (<a 
href="https://redirect.github.com/prometheus/client_golang/issues/962";>#962</a>)
 (<a 
href="https://redirect.github.com/prometheus/client_golang/issues/987";>#987</a>)</li>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/8184d76b3b0bd3b01ed903690431ccb6826bf3e0";><code>8184d76</code></a>
 Cut v1.11.0 (<a 
href="https://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.com/prometheus/client_golang/issues/866";>#866</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prometheus/client_golang/compare/v1.8.0...v1.11.1";>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.8.0&new-version=1.11.1)](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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/incubator-pegasus/network/alerts).
   
   </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: dev-unsubscr...@pegasus.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pegasus.apache.org
For additional commands, e-mail: dev-h...@pegasus.apache.org

Reply via email to