dependabot[bot] opened a new pull request, #3801:
URL: https://github.com/apache/camel-k/pull/3801

   Bumps 
[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)
 from 1.13.0 to 1.14.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>1.14.0 / 2022-11-08</h2>
   <p>It might look like a small release, but it's quite opposite 😱 There were 
many non user facing changes and fixes and enormous work from engineers from 
Grafana to add native histograms in 💪🏾 Enjoy! 😍</p>
   <h2>What's Changed</h2>
   <ul>
   <li>[FEATURE] Add Support for Native Histograms. <a 
href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/prometheus/client_golang/issues/1103";>#1103</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/hairyhenderson";><code>@​hairyhenderson</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/1118";>prometheus/client_golang#1118</a></li>
   <li><a href="https://github.com/rfratto";><code>@​rfratto</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/1103";>prometheus/client_golang#1103</a></li>
   <li><a href="https://github.com/donotnoot";><code>@​donotnoot</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/1125";>prometheus/client_golang#1125</a></li>
   <li><a href="https://github.com/rogerogers";><code>@​rogerogers</code></a> 
made their first contribution in <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/1130";>prometheus/client_golang#1130</a></li>
   <li><a href="https://github.com/balintzs";><code>@​balintzs</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/1148";>prometheus/client_golang#1148</a></li>
   <li><a href="https://github.com/fstab";><code>@​fstab</code></a> made their 
first contribution in <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/1146";>prometheus/client_golang#1146</a></li>
   <li><a href="https://github.com/jessicalins";><code>@​jessicalins</code></a> 
made their first contribution in <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/1152";>prometheus/client_golang#1152</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/prometheus/client_golang/compare/v1.13.1...v1.14.0";>https://github.com/prometheus/client_golang/compare/v1.13.1...v1.14.0</a></p>
   <h2>1.13.1 / 2022-11-02</h2>
   <ul>
   <li>[BUGFIX] Fix race condition with Exemplar in Counter. <a 
href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/prometheus/client_golang/issues/1148";>#1148</a></li>
   <li>[BUGFIX] Fix double-counting bug in 
<code>promhttp.InstrumentRoundTripperCounter</code>. <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1118";>#1118</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/prometheus/client_golang/compare/v1.13.0...v1.13.1";>https://github.com/prometheus/client_golang/compare/v1.13.0...v1.13.1</a></p>
   </blockquote>
   </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>1.14.0 / 2022-11-08</h2>
   <ul>
   <li>[FEATURE] Add Support for Native Histograms. <a 
href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/prometheus/client_golang/issues/1148";>#1148</a></li>
   <li>[BUGFIX] Fix double-counting bug in 
<code>promhttp.InstrumentRoundTripperCounter</code>. <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1118";>#1118</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/254e5468413f19fb75cdad45f5ddc0b8c975188c";><code>254e546</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1162";>#1162</a>
 from kakkoyun/cut-1.14.0</li>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/c8a3d321a03310f9e9a25a4b2da05aa3518c1c7b";><code>c8a3d32</code></a>
 Cut v1.14.0</li>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/07d3a8149489c760003c27ef91025fda7da42172";><code>07d3a81</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1161";>#1161</a>
 from prometheus/release-1.13</li>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/870469ecf91e06e7f587b507971049b1383ae386";><code>870469e</code></a>
 Test and support 1.19 (<a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1160";>#1160</a>)</li>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/b785d0c8289996c6529f1f58e402b77ed0b82f5c";><code>b785d0c</code></a>
 Fix go_collector_latest_test Fail on go1.19 (<a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1136";>#1136</a>)</li>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/4d54769c6b78afe13bb19481c6acf99b573b6a72";><code>4d54769</code></a>
 Fix float64 comparison test failure on archs using FMA (<a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1133";>#1133</a>)</li>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/53e51c4f5338f760a766232610e574b00ea720d8";><code>53e51c4</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1157";>#1157</a>
 from prometheus/cut-1.13.1</li>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/79ca0eb2ba90a9c1754d29177d0bfe3afb425449";><code>79ca0eb</code></a>
 Added tip from Björn + Grammarly.</li>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/078f11f85b2cb5d535f5856903e73b758a8f0568";><code>078f11f</code></a>
 Cut 1.13.1 release (+ documenting release process).</li>
   <li><a 
href="https://github.com/prometheus/client_golang/commit/ddd7f0edcd31dd27b31ee9c54b5c22d44258d5d1";><code>ddd7f0e</code></a>
 Fix race condition with Exemplar in Counter (<a 
href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/1146";>#1146</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prometheus/client_golang/compare/v1.13.0...v1.14.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.13.0&new-version=1.14.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: commits-unsubscr...@camel.apache.org

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

Reply via email to