Bump github.com/prometheus/common from 0.39.0 to 0.41.0 #104

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/prometheus/common-0.41.0 into v3
dependabot[bot] commented 2023-03-02 10:15:34 +03:00 (Migrated from github.com)

Bumps github.com/prometheus/common from 0.39.0 to 0.41.0.

Release notes

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

v0.41.0

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.40.0...v0.41.0

v0.40.0

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.39.0...v0.40.0

Commits
  • 94c865c Merge pull request #453 from prometheus/beorn7/model
  • ab87968 Merge pull request #433 from lucacome/add-dependabot
  • e903cdd Merge pull request #459 from prometheus/superq/mods
  • 456cf05 model: Remove json-iterator usage (again)
  • 569c9c3 Apply suggestions from code review
  • 4827ac3 Merge pull request #460 from prometheus/repo_sync
  • 51087f9 Update common Prometheus files
  • caae7d4 Update Go modules
  • c4e09cb Merge pull request #458 from hairyhenderson/switch-kingpin-repo
  • 8fe65a7 Update kingpin module source
  • 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/common](https://github.com/prometheus/common) from 0.39.0 to 0.41.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/common/releases">github.com/prometheus/common's releases</a>.</em></p> <blockquote> <h2>v0.41.0</h2> <h2>What's Changed</h2> <ul> <li>Fix marshalling of TLSVersion by <a href="https://github.com/roidelapluie"><code>@​roidelapluie</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/429">prometheus/common#429</a></li> <li>expfmt: add test case for issue with *bufio.Reader and FmtText format by <a href="https://github.com/roidelapluie"><code>@​roidelapluie</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/448">prometheus/common#448</a></li> <li>expfmt: add test cases for TextParser startOfLine error handling by <a href="https://github.com/roidelapluie"><code>@​roidelapluie</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/449">prometheus/common#449</a></li> <li>Fix and test JSON &amp; YAML marshalling by <a href="https://github.com/roidelapluie"><code>@​roidelapluie</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/450">prometheus/common#450</a></li> <li>Update Go versions by <a href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/447">prometheus/common#447</a></li> <li>Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/454">prometheus/common#454</a></li> <li>Update kingpin module source by <a href="https://github.com/hairyhenderson"><code>@​hairyhenderson</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/458">prometheus/common#458</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/common/pull/460">prometheus/common#460</a></li> <li>Update Go modules by <a href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/459">prometheus/common#459</a></li> <li>Add dependabot by <a href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/433">prometheus/common#433</a></li> <li>model: Remove json-iterator usage (again) by <a href="https://github.com/beorn7"><code>@​beorn7</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/453">prometheus/common#453</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/454">prometheus/common#454</a></li> <li><a href="https://github.com/hairyhenderson"><code>@​hairyhenderson</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/458">prometheus/common#458</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.40.0...v0.41.0">https://github.com/prometheus/common/compare/v0.40.0...v0.41.0</a></p> <h2>v0.40.0</h2> <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://github-redirect.dependabot.com/prometheus/common/pull/428">prometheus/common#428</a></li> <li>Add histogram vectors to model by <a href="https://github.com/zenador"><code>@​zenador</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/417">prometheus/common#417</a></li> <li>Change HistogramBucket Boundaries type to int32 by <a href="https://github.com/zenador"><code>@​zenador</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/438">prometheus/common#438</a></li> <li>Make it more efficient and compatible to use SampleHistogram by <a href="https://github.com/krajorama"><code>@​krajorama</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/439">prometheus/common#439</a></li> <li>Optimise JSON marshalling for sparse histograms by <a href="https://github.com/zenador"><code>@​zenador</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/440">prometheus/common#440</a></li> <li>expfmt: only call TextParser.TextToMetricFamilies once from textDecoder by <a href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/443">prometheus/common#443</a></li> <li>expfmt: only ignore io.EOF errors in TextParse.startOfLine by <a href="https://github.com/abursavich"><code>@​abursavich</code></a> in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/444">prometheus/common#444</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zenador"><code>@​zenador</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/417">prometheus/common#417</a></li> <li><a href="https://github.com/krajorama"><code>@​krajorama</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/prometheus/common/pull/439">prometheus/common#439</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.39.0...v0.40.0">https://github.com/prometheus/common/compare/v0.39.0...v0.40.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/common/commit/94c865c472c259ed462f97944c6196c518de3905"><code>94c865c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/453">#453</a> from prometheus/beorn7/model</li> <li><a href="https://github.com/prometheus/common/commit/ab87968b5dcfb0f0144071f7eafa4b1bd41c6749"><code>ab87968</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/433">#433</a> from lucacome/add-dependabot</li> <li><a href="https://github.com/prometheus/common/commit/e903cdd393f6e5a218da1e07a8c161069b87c437"><code>e903cdd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/459">#459</a> from prometheus/superq/mods</li> <li><a href="https://github.com/prometheus/common/commit/456cf052739dda325a3ac5cba28e1572f2bb937b"><code>456cf05</code></a> model: Remove json-iterator usage (again)</li> <li><a href="https://github.com/prometheus/common/commit/569c9c3729536f86f227bd5f6941d2f40818a8ce"><code>569c9c3</code></a> Apply suggestions from code review</li> <li><a href="https://github.com/prometheus/common/commit/4827ac3e6ff608c6959b8a53665e715904297a69"><code>4827ac3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/460">#460</a> from prometheus/repo_sync</li> <li><a href="https://github.com/prometheus/common/commit/51087f953eed36891d156c743ad9b14302db9d3b"><code>51087f9</code></a> Update common Prometheus files</li> <li><a href="https://github.com/prometheus/common/commit/caae7d48233cdc82a0c04d1baf62d172f89e6c7b"><code>caae7d4</code></a> Update Go modules</li> <li><a href="https://github.com/prometheus/common/commit/c4e09cbdd7b4d34b4214dcac748c77f3447b4591"><code>c4e09cb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/458">#458</a> from hairyhenderson/switch-kingpin-repo</li> <li><a href="https://github.com/prometheus/common/commit/8fe65a7cb7a92a99120fa28853d5dfcc9966d466"><code>8fe65a7</code></a> Update kingpin module source</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/common/compare/v0.39.0...v0.41.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/common&package-manager=go_modules&previous-version=0.39.0&new-version=0.41.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>
github-actions[bot] (Migrated from github.com) approved these changes 2023-03-02 10:15:49 +03:00
vtolstov closed this pull request 2023-05-07 19:36:52 +03:00
Some checks failed
codeql / analyze (go) (pull_request) Failing after 4s
prbuild / test (pull_request) Failing after 5s
prbuild / lint (pull_request) Failing after 4s

Pull request closed

Sign in to join this conversation.
No description provided.