Skip to content

Commit

Permalink
build(deps): bump github.com/prometheus/client_golang from 1.15.1 to …
Browse files Browse the repository at this point in the history
…1.16.0 (cosmos#1016)

Bumps
[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)
from 1.15.1 to 1.16.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.16.0</h2>
<h2>What's Changed</h2>
<ul>
<li>[BUGFIX] api: Switch to POST for LabelNames, Series, and
QueryExemplars. <a
href="https://github.com/prometheus/client_golang/issues/1252">#1252</a></li>
<li>[BUGFIX] api: Fix undefined execution order in return statements. <a
href="https://github.com/prometheus/client_golang/issues/1260">#1260</a></li>
<li>[BUGFIX] native histograms: Fix bug in bucket key calculation. <a
href="https://github.com/prometheus/client_golang/issues/1279">#1279</a></li>
<li>[ENHANCEMENT] Reduce constrainLabels allocations for all metrics. <a
href="https://github.com/prometheus/client_golang/issues/1272">#1272</a></li>
<li>[ENHANCEMENT] promhttp: Add process start time header for scrape
efficiency. <a
href="https://github.com/prometheus/client_golang/issues/1278">#1278</a></li>
<li>[ENHANCEMENT] promlint: Improve metricUnits runtime. <a
href="https://github.com/prometheus/client_golang/issues/1286">#1286</a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Merge v1.15 to main by <a
href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1250">prometheus/client_golang#1250</a></li>
<li>Switch to POST for LabelNames, Series, and QueryExemplars to
DoGetFallback by <a
href="https://github.com/jacksontj"><code>@​jacksontj</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1252">prometheus/client_golang#1252</a></li>
<li>✏️ [collectors]: fix typo in test assertion by <a
href="https://github.com/vegerot"><code>@​vegerot</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1153">prometheus/client_golang#1153</a></li>
<li>Added interactive tutorial [kubeCon] by <a
href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1255">prometheus/client_golang#1255</a></li>
<li>Fixed tutorial. by <a
href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1256">prometheus/client_golang#1256</a></li>
<li>Bump golang.org/x/sys from 0.6.0 to 0.7.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1265">prometheus/client_golang#1265</a></li>
<li>Cleanup proto use in tests by <a
href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1264">prometheus/client_golang#1264</a></li>
<li>Fix tutorial on WSL-based systems by <a
href="https://github.com/marevers"><code>@​marevers</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1257">prometheus/client_golang#1257</a></li>
<li>Fix undefined execution order in return statements by <a
href="https://github.com/PiotrLewandowski323"><code>@​PiotrLewandowski323</code></a>
in <a
href="https://github.com/prometheus/client_golang/pull/1260">prometheus/client_golang#1260</a></li>
<li>Merge release 1.15.1 to main by <a
href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1267">prometheus/client_golang#1267</a></li>
<li>GitHub Workflows security hardening by <a
href="https://github.com/sashashura"><code>@​sashashura</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1180">prometheus/client_golang#1180</a></li>
<li>add process start time header to client_golang prometheus by <a
href="https://github.com/logicalhan"><code>@​logicalhan</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1278">prometheus/client_golang#1278</a></li>
<li>Fix bug in bucket key calculation by <a
href="https://github.com/beorn7"><code>@​beorn7</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1279">prometheus/client_golang#1279</a></li>
<li>Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1283">prometheus/client_golang#1283</a></li>
<li>Reduce constrainLabels allocations by <a
href="https://github.com/khasanovbi"><code>@​khasanovbi</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1272">prometheus/client_golang#1272</a></li>
<li>added circleci as gh action YAML by <a
href="https://github.com/krishnaduttPanchagnula"><code>@​krishnaduttPanchagnula</code></a>
in <a
href="https://github.com/prometheus/client_golang/pull/1281">prometheus/client_golang#1281</a></li>
<li>Improve metricUnits runtime by <a
href="https://github.com/avlitman"><code>@​avlitman</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1286">prometheus/client_golang#1286</a></li>
<li>Moving fully to GH actions. by <a
href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1288">prometheus/client_golang#1288</a></li>
<li>Fix docstring references to renamed native histogram fields /
functions. by <a
href="https://github.com/juliusv"><code>@​juliusv</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1290">prometheus/client_golang#1290</a></li>
<li>Fixed README &amp; CHANGELOG; Added fmt makefile command (+bingo)
for easier contributions. by <a
href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a
href="https://github.com/prometheus/client_golang/pull/1289">prometheus/client_golang#1289</a></li>
<li></li>
</ul>
<!-- raw HTML omitted -->
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vegerot"><code>@​vegerot</code></a> made
their first contribution in <a
href="https://github.com/prometheus/client_golang/pull/1153">prometheus/client_golang#1153</a></li>
<li><a href="https://github.com/marevers"><code>@​marevers</code></a>
made their first contribution in <a
href="https://github.com/prometheus/client_golang/pull/1257">prometheus/client_golang#1257</a></li>
<li><a
href="https://github.com/PiotrLewandowski323"><code>@​PiotrLewandowski323</code></a>
made their first contribution in <a
href="https://github.com/prometheus/client_golang/pull/1260">prometheus/client_golang#1260</a></li>
<li><a
href="https://github.com/sashashura"><code>@​sashashura</code></a> made
their first contribution in <a
href="https://github.com/prometheus/client_golang/pull/1180">prometheus/client_golang#1180</a></li>
<li><a
href="https://github.com/logicalhan"><code>@​logicalhan</code></a> made
their first contribution in <a
href="https://github.com/prometheus/client_golang/pull/1278">prometheus/client_golang#1278</a></li>
<li><a
href="https://github.com/khasanovbi"><code>@​khasanovbi</code></a> made
their first contribution in <a
href="https://github.com/prometheus/client_golang/pull/1272">prometheus/client_golang#1272</a></li>
<li><a
href="https://github.com/krishnaduttPanchagnula"><code>@​krishnaduttPanchagnula</code></a>
made their first contribution in <a
href="https://github.com/prometheus/client_golang/pull/1281">prometheus/client_golang#1281</a></li>
<li><a href="https://github.com/avlitman"><code>@​avlitman</code></a>
made their first contribution in <a
href="https://github.com/prometheus/client_golang/pull/1286">prometheus/client_golang#1286</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0">https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0</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.16.0 / 2023-06-15</h2>
<ul>
<li>[BUGFIX] api: Switch to POST for LabelNames, Series, and
QueryExemplars. <a
href="https://github.com/prometheus/client_golang/issues/1252">#1252</a></li>
<li>[BUGFIX] api: Fix undefined execution order in return statements. <a
href="https://github.com/prometheus/client_golang/issues/1260">#1260</a></li>
<li>[BUGFIX] native histograms: Fix bug in bucket key calculation. <a
href="https://github.com/prometheus/client_golang/issues/1279">#1279</a></li>
<li>[ENHANCEMENT] Reduce constrainLabels allocations for all metrics. <a
href="https://github.com/prometheus/client_golang/issues/1272">#1272</a></li>
<li>[ENHANCEMENT] promhttp: Add process start time header for scrape
efficiency. <a
href="https://github.com/prometheus/client_golang/issues/1278">#1278</a></li>
<li>[ENHANCEMENT] promlint: Improve metricUnits runtime. <a
href="https://github.com/prometheus/client_golang/issues/1286">#1286</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prometheus/client_golang/commit/3583c1e1d085b75cab406c78b015562d45552b39"><code>3583c1e</code></a>
Cut v1.16.0 (<a
href="https://github.com/prometheus/client_golang/issues/1292">#1292</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/2feda42e447efac5bfe39bb226d7025af73c0947"><code>2feda42</code></a>
Fixed README &amp; CHANGELOG; Added fmt makefile command (+bingo) for
easier cont...</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/5b9cf9c6a891de0e7b5ec26d9f4326570a658d17"><code>5b9cf9c</code></a>
Merge pull request <a
href="https://github.com/prometheus/client_golang/issues/1290">#1290</a>
from prometheus/fix-nh-docstring-refs</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/1b19d5f4589629067111815d0734a1ccbc245268"><code>1b19d5f</code></a>
Fix docstring references to renamed native histogram fields /
functions.</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/7352ab7f805ab3bf4d2144f3e8cac92d5caec263"><code>7352ab7</code></a>
Moving fully to GH actions. (<a
href="https://github.com/prometheus/client_golang/issues/1288">#1288</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/e4ff34d23eacb385c1a9d3d67c4d06aed042ebec"><code>e4ff34d</code></a>
Improve metricUnits runtime (<a
href="https://github.com/prometheus/client_golang/issues/1286">#1286</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/781ea2802473fd7aff2a92cb16244be57472a085"><code>781ea28</code></a>
added circleci as gh action YAML (<a
href="https://github.com/prometheus/client_golang/issues/1281">#1281</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/a09a1d34cbc74daa8ed70234b99467a30b020a40"><code>a09a1d3</code></a>
Reduce constrainLabels allocations (<a
href="https://github.com/prometheus/client_golang/issues/1272">#1272</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/8840afcfc2c3ff3d40357552dbc1d9d43c4bae67"><code>8840afc</code></a>
Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 (<a
href="https://github.com/prometheus/client_golang/issues/1283">#1283</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/5e78d5f66b851fef874b783814b2e884df2798d0"><code>5e78d5f</code></a>
Merge pull request <a
href="https://github.com/prometheus/client_golang/issues/1279">#1279</a>
from prometheus/beorn7/histogram</li>
<li>Additional commits viewable in <a
href="https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.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.15.1&new-version=1.16.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 15, 2023
1 parent b02839e commit c4bc5d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/libp2p/go-libp2p-kad-dht v0.23.0
github.com/libp2p/go-libp2p-pubsub v0.9.3
github.com/multiformats/go-multiaddr v0.9.0
github.com/prometheus/client_golang v1.15.1
github.com/prometheus/client_golang v1.16.0
github.com/rollkit/celestia-openrpc v0.0.0-20230531022214-505ff801e818
github.com/rs/cors v1.9.0
github.com/spf13/cobra v1.7.0
Expand Down Expand Up @@ -144,7 +144,7 @@ require (
github.com/polydawn/refmt v0.89.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
Expand Down Expand Up @@ -173,7 +173,7 @@ require (
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.7.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,8 @@ github.com/prometheus/client_golang v1.9.0/go.mod h1:FqZLKOZnGdFAhOK4nqGHa7D66Id
github.com/prometheus/client_golang v1.10.0/go.mod h1:WJM3cc3yu7XKBKa/I8WeZm+V3eltZnBwfENSU7mdogU=
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY=
github.com/prometheus/client_golang v1.15.1 h1:8tXpTmJbyH5lydzFPoxSIJ0J46jdh3tylbvM1xCv0LI=
github.com/prometheus/client_golang v1.15.1/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk=
github.com/prometheus/client_golang v1.16.0 h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=
github.com/prometheus/client_golang v1.16.0/go.mod h1:Zsulrv/L9oM40tJ7T815tM89lFEugiJ9HzIqaAx4LKc=
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
Expand Down Expand Up @@ -905,8 +905,8 @@ github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/procfs v0.9.0 h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI=
github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY=
github.com/prometheus/procfs v0.10.1 h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=
github.com/prometheus/procfs v0.10.1/go.mod h1:nwNm2aOCAYw8uTR/9bWRREkZFxAUcWzPHWJq+XBB/FM=
github.com/quic-go/qpack v0.4.0 h1:Cr9BXA1sQS2SmDUWjSofMPNKmvF6IiIfDRmgU0w1ZCo=
github.com/quic-go/qpack v0.4.0/go.mod h1:UZVnYIfi5GRk+zI9UMaCPsmZ2xKJP7XBUvVyT1Knj9A=
github.com/quic-go/qtls-go1-19 v0.3.2 h1:tFxjCFcTQzK+oMxG6Zcvp4Dq8dx4yD3dDiIiyc86Z5U=
Expand Down Expand Up @@ -1280,8 +1280,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.2.0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=
golang.org/x/sync v0.2.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20180810173357-98c5dad5d1a0/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Expand Down

0 comments on commit c4bc5d2

Please sign in to comment.