Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0 #37

Merged
dependabot[bot] merged 2 commits from dependabot/go_modules/github.com/prometheus/client_golang-1.12.0 into master 2022-01-23 16:21:26 +03:00
dependabot[bot] commented 2022-01-20 09:24:06 +03:00 (Migrated from github.com)

Bumps github.com/prometheus/client_golang from 1.11.0 to 1.12.0.

Release notes

Sourced from github.com/prometheus/client_golang's releases.

1.12.0 / 2022-01-19

  • [CHANGE] example/random: Move flags and metrics into main() #935
  • [FEATURE] API client: Support wal replay status api #944
  • [FEATURE] Use the runtime/metrics package for the Go collector for 1.17+ #955
  • [ENHANCEMENT] API client: Update /api/v1/status/tsdb to include headStats #925
  • [ENHANCEMENT] promhttp: Check validity of method and code label values #962

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.0

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.12.0 / 2022-01-19

  • [CHANGE] example/random: Move flags and metrics into main() #935
  • [FEATURE] API client: Support wal replay status api #944
  • [FEATURE] Use the runtime/metrics package for the Go collector for 1.17+ #955
  • [ENHANCEMENT] API client: Update /api/v1/status/tsdb to include headStats #925
  • [ENHANCEMENT] promhttp: Check validity of method and code label values #962
Commits
  • 0108796 Cut v1.12.0 (#966)
  • 5bd9ee5 go.*: Update dependencies (#965)
  • 9075cdf promhttp: Check validity of method and code label values (#962)
  • 22da949 Use the runtime/metrics package for the Go collector for 1.17+ (#955)
  • dc1559e Update /api/v1/status/tsdb to include headStats (#925)
  • e6e54e8 Merge pull request #944 from yeya24/add-wal-replay-status
  • 98fbd99 Merge pull request #952 from prometheus/repo_sync
  • 70a41d5 Update common Prometheus files
  • dbf420e Merge pull request #928 from prometheus/repo_sync
  • 1d09783 Merge pull request #950 from mrueg/go-1.17
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.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.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> <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> </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.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/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><a href="https://github.com/prometheus/client_golang/commit/e6e54e8082154cc124a3ca7163a10403cb26cf02"><code>e6e54e8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/944">#944</a> from yeya24/add-wal-replay-status</li> <li><a href="https://github.com/prometheus/client_golang/commit/98fbd996b0dbbae228185efcd0ac0965e422fb4f"><code>98fbd99</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/952">#952</a> from prometheus/repo_sync</li> <li><a href="https://github.com/prometheus/client_golang/commit/70a41d58f8f68d12db5547096d9ecb0fcb663764"><code>70a41d5</code></a> Update common Prometheus files</li> <li><a href="https://github.com/prometheus/client_golang/commit/dbf420e7cee2a9e2d6a972bafc82b09c8cedd94d"><code>dbf420e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/928">#928</a> from prometheus/repo_sync</li> <li><a href="https://github.com/prometheus/client_golang/commit/1d09783cb9363024cc3e46dc4d60ac43f952ed72"><code>1d09783</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/950">#950</a> from mrueg/go-1.17</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.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.11.0&new-version=1.12.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>
vtolstov (Migrated from github.com) reviewed 2022-01-20 09:24:21 +03:00
vtolstov (Migrated from github.com) reviewed 2022-01-20 09:25:32 +03:00
vtolstov (Migrated from github.com) approved these changes 2022-01-21 09:22:46 +03:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-meter-prometheus#37
No description provided.