dependabot[bot] opened a new pull request #3110: URL: https://github.com/apache/camel-k/pull/3110
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.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.12.1 / 2022-01-29</h2> <ul> <li>[BUGFIX] Make the Go 1.17 collector concurrency-safe <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/969">#969</a> <ul> <li>Use simpler locking in the Go 1.17 collector <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/975">#975</a></li> </ul> </li> <li>[BUGFIX] Reduce granularity of histogram buckets for Go 1.17 collector <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/974">#974</a></li> <li>[ENHANCEMENT] API client: make HTTP reads more efficient <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/976">#976</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/client_golang/compare/v1.12.0...v1.12.1">https://github.com/prometheus/client_golang/compare/v1.12.0...v1.12.1</a></p> <h2>1.12.0 / 2022-01-19</h2> <ul> <li>[CHANGE] example/random: Move flags and metrics into main() <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/935">#935</a></li> <li>[FEATURE] API client: Support wal replay status api <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/944">#944</a></li> <li>[FEATURE] Use the runtime/metrics package for the Go collector for 1.17+ <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/955">#955</a></li> <li>[ENHANCEMENT] API client: Update /api/v1/status/tsdb to include headStats <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/925">#925</a></li> <li>[SECURITY FIX] promhttp: Check validity of method and code label values <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/962">#962</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>Address minor issues on the changelog by <a href="https://github.com/kakkoyun"><code>@kakkoyun</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/879">prometheus/client_golang#879</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/888">prometheus/client_golang#888</a></li> <li>Update status badgets by <a href="https://github.com/SuperQ"><code>@SuperQ</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/885">prometheus/client_golang#885</a></li> <li>Updating dependency versions + cleanup by <a href="https://github.com/sivabalan"><code>@sivabalan</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/881">prometheus/client_golang#881</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/892">prometheus/client_golang#892</a></li> <li>add ExponentialBucketsRange function by <a href="https://github.com/sbunce"><code>@sbunce</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/899">prometheus/client_golang#899</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/909">prometheus/client_golang#909</a></li> <li>Update cespare/xxhash dependency by <a href="https://github.com/dtrudg"><code>@dtrudg</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/913">prometheus/client_golang#913</a></li> <li>example/random: Move flags and metrics into main() by <a href="https://github.com/beorn7"><code>@beorn7</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/935">prometheus/client_golang#935</a></li> <li>Fix typo by <a href="https://github.com/gozeloglu"><code>@gozeloglu</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/939">prometheus/client_golang#939</a></li> <li>Add support for go 1.17 by <a href="https://github.com/mrueg"><code>@mrueg</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/950">prometheus/client_golang#950</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/928">prometheus/client_golang#928</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/952">prometheus/client_golang#952</a></li> <li>API: support wal replay status api by <a href="https://github.com/yeya24"><code>@yeya24</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/944">prometheus/client_golang#944</a></li> <li>Update /api/v1/status/tsdb to include headStats by <a href="https://github.com/prymitive"><code>@prymitive</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/925">prometheus/client_golang#925</a></li> <li>Use the runtime/metrics package for the Go collector for 1.17+ by <a href="https://github.com/mknyszek"><code>@mknyszek</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/955">prometheus/client_golang#955</a></li> <li>promhttp: Check validity of method and code label values by <a href="https://github.com/kakkoyun"><code>@kakkoyun</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/962">prometheus/client_golang#962</a></li> <li>go.*: Update dependencies by <a href="https://github.com/kakkoyun"><code>@kakkoyun</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/965">prometheus/client_golang#965</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sivabalan"><code>@sivabalan</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/881">prometheus/client_golang#881</a></li> <li><a href="https://github.com/sbunce"><code>@sbunce</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/899">prometheus/client_golang#899</a></li> <li><a href="https://github.com/dtrudg"><code>@dtrudg</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/913">prometheus/client_golang#913</a></li> <li><a href="https://github.com/gozeloglu"><code>@gozeloglu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/939">prometheus/client_golang#939</a></li> <li><a href="https://github.com/mrueg"><code>@mrueg</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/950">prometheus/client_golang#950</a></li> <li><a href="https://github.com/prymitive"><code>@prymitive</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/925">prometheus/client_golang#925</a></li> <li><a href="https://github.com/mknyszek"><code>@mknyszek</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/client_golang/pull/955">prometheus/client_golang#955</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.0">https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.0</a></p> <h2>1.11.1 / 2022-02-15</h2> <ul> <li>[SECURITY FIX] promhttp: Check validity of method and code label values <a href="https://github-redirect.dependabot.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> <!-- 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>1.12.1 / 2022-01-29</h2> <ul> <li>[BUGFIX] Make the Go 1.17 collector concurrency-safe <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/969">#969</a> <ul> <li>Use simpler locking in the Go 1.17 collector <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/975">#975</a></li> </ul> </li> <li>[BUGFIX] Reduce granularity of histogram buckets for Go 1.17 collector <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/974">#974</a></li> <li>[ENHANCEMENT] API client: make HTTP reads more efficient <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/976">#976</a></li> </ul> <h2>1.12.0 / 2022-01-19</h2> <ul> <li>[CHANGE] example/random: Move flags and metrics into main() <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/935">#935</a></li> <li>[FEATURE] API client: Support wal replay status api <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/944">#944</a></li> <li>[FEATURE] Use the runtime/metrics package for the Go collector for 1.17+ <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/955">#955</a></li> <li>[ENHANCEMENT] API client: Update /api/v1/status/tsdb to include headStats <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/925">#925</a></li> <li>[ENHANCEMENT] promhttp: Check validity of method and code label values <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/962">#962</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/client_golang/commit/2e1c4818ccfdcf953ce399cadad615ff2bed968c"><code>2e1c481</code></a> Cut v1.12.1 (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/978">#978</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/77626d64fa02954e546be20b688e235617e42c7e"><code>77626d6</code></a> Reduce granularity of histogram buckets for Go 1.17 collector (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/974">#974</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/4dd3cbb4ab52a73d9046b721b5b5bdffa9e10922"><code>4dd3cbb</code></a> API client: make http reads more efficient (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/976">#976</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/85206714ae0528f3c7b303a69c0a7383e1f99673"><code>8520671</code></a> Use simpler locking in the Go 1.17 collector (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/975">#975</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/f63e219e6b9074f8a55c8475e7b11720bdfc3737"><code>f63e219</code></a> Make the Go 1.17 collector thread-safe (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/969">#969</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/01087964d02726ef7438fdb19c2672e6e5d0b48a"><code>0108796</code></a> Cut v1.12.0 (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/966">#966</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/5bd9ee52dcd8aaa216b74e7fda166fcad25643c9"><code>5bd9ee5</code></a> go.*: Update dependencies (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/965">#965</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/9075cdf61646b5adf54d3ba77a0e4f6c65cb4fd7"><code>9075cdf</code></a> promhttp: Check validity of method and code label values (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/962">#962</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/22da9497b8f0d53072dfc4721904faa7395d8318"><code>22da949</code></a> Use the runtime/metrics package for the Go collector for 1.17+ (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/955">#955</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/dc1559e8efad6493bfa27e5af5e9a030e8675d73"><code>dc1559e</code></a> Update /api/v1/status/tsdb to include headStats (<a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/925">#925</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.1">compare view</a></li> </ul> </details> <br /> [](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