You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/08 00:59:44 UTC

[PR] chore(deps): bump github.com/prometheus/common from 0.48.0 to 0.50.0 [camel-k]

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

   Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.48.0 to 0.50.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.50.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://redirect.github.com/prometheus/common/pull/594">prometheus/common#594</a></li>
   <li>Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /sigv4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/593">prometheus/common#593</a></li>
   <li>Bump github.com/aws/aws-sdk-go from 1.50.27 to 1.50.29 in /sigv4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/592">prometheus/common#592</a></li>
   <li>Bump github.com/aws/aws-sdk-go from 1.50.29 to 1.50.31 in /sigv4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/595">prometheus/common#595</a></li>
   <li>Remove unused 'Host' member from HTTPClientConfig by <a href="https://github.com/bboreham"><code>@​bboreham</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/597">prometheus/common#597</a></li>
   <li>Add OpenMetrics unit support by <a href="https://github.com/vesari"><code>@​vesari</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/544">prometheus/common#544</a></li>
   <li>Remove deprecated version function by <a href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/591">prometheus/common#591</a></li>
   <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@​prombot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/599">prometheus/common#599</a></li>
   <li>Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/600">prometheus/common#600</a></li>
   <li>Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/601">prometheus/common#601</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.49.0...v0.50.0">https://github.com/prometheus/common/compare/v0.49.0...v0.50.0</a></p>
   <h2>v0.49.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://redirect.github.com/prometheus/common/pull/574">prometheus/common#574</a></li>
   <li>Bump github.com/aws/aws-sdk-go from 1.49.13 to 1.50.8 in /sigv4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/571">prometheus/common#571</a></li>
   <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@​prombot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/581">prometheus/common#581</a></li>
   <li>Update Go by <a href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/588">prometheus/common#588</a></li>
   <li>Deprecate version.NewCollector by <a href="https://github.com/SuperQ"><code>@​SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/579">prometheus/common#579</a></li>
   <li>Bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.27 in /sigv4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/587">prometheus/common#587</a></li>
   <li>Avoid off-spec openmetrics exposition when exemplars have empty labels by <a href="https://github.com/orls"><code>@​orls</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/569">prometheus/common#569</a></li>
   <li>Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/585">prometheus/common#585</a></li>
   <li>Write created lines when negotiating OpenMetrics by <a href="https://github.com/ArthurSens"><code>@​ArthurSens</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/504">prometheus/common#504</a></li>
   <li>Upgrade client_model to v.0.6.0 by <a href="https://github.com/vesari"><code>@​vesari</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/589">prometheus/common#589</a></li>
   <li>http_config: Add host by <a href="https://github.com/jkroepke"><code>@​jkroepke</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/549">prometheus/common#549</a></li>
   <li>LabelSet: Fix alphabetical sorting for prometheus LabelSet by <a href="https://github.com/wasim-nihal"><code>@​wasim-nihal</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/575">prometheus/common#575</a></li>
   <li>labelset: optimise String() function by <a href="https://github.com/bboreham"><code>@​bboreham</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/590">prometheus/common#590</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/orls"><code>@​orls</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/569">prometheus/common#569</a></li>
   <li><a href="https://github.com/vesari"><code>@​vesari</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/589">prometheus/common#589</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.48.0...v0.49.0">https://github.com/prometheus/common/compare/v0.48.0...v0.49.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/prometheus/common/commit/944239ffc0e3fc882e0e9411c50c77a30f9c2960"><code>944239f</code></a> Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (<a href="https://redirect.github.com/prometheus/common/issues/601">#601</a>)</li>
   <li><a href="https://github.com/prometheus/common/commit/5f10b85efe3fb5d04e2c4852144b6f9371dbccad"><code>5f10b85</code></a> Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (<a href="https://redirect.github.com/prometheus/common/issues/600">#600</a>)</li>
   <li><a href="https://github.com/prometheus/common/commit/a14ff554b6555698da8f5dc473e740d8b8ea3cde"><code>a14ff55</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/common/issues/599">#599</a>)</li>
   <li><a href="https://github.com/prometheus/common/commit/6aadcf4fef4168593e8c054fe0f6d65d35600c21"><code>6aadcf4</code></a> Remove deprecated version function (<a href="https://redirect.github.com/prometheus/common/issues/591">#591</a>)</li>
   <li><a href="https://github.com/prometheus/common/commit/1e6ac24b9802499ed8c70d986085047f1347f935"><code>1e6ac24</code></a> Add unit (<a href="https://redirect.github.com/prometheus/common/issues/544">#544</a>)</li>
   <li><a href="https://github.com/prometheus/common/commit/4199f18c3e92b285c6549348f09bcb586de5a735"><code>4199f18</code></a> Remove unused 'Host' member from HTTPClientConfig (<a href="https://redirect.github.com/prometheus/common/issues/597">#597</a>)</li>
   <li><a href="https://github.com/prometheus/common/commit/fa71e6aff7dec5fef034df84fbdb7273927ad286"><code>fa71e6a</code></a> Bump github.com/aws/aws-sdk-go from 1.50.29 to 1.50.31 in /sigv4 (<a href="https://redirect.github.com/prometheus/common/issues/595">#595</a>)</li>
   <li><a href="https://github.com/prometheus/common/commit/8a9fd7a77dadf1659bd257072e86b86fca7634c5"><code>8a9fd7a</code></a> Bump github.com/aws/aws-sdk-go from 1.50.27 to 1.50.29 in /sigv4 (<a href="https://redirect.github.com/prometheus/common/issues/592">#592</a>)</li>
   <li><a href="https://github.com/prometheus/common/commit/83443676f5f9e8762cfcae136c2cc09dca26fd3d"><code>8344367</code></a> Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /sigv4 (<a href="https://redirect.github.com/prometheus/common/issues/593">#593</a>)</li>
   <li><a href="https://github.com/prometheus/common/commit/0117d2f83906123068ba52ca66b95aa48e6dd7a0"><code>0117d2f</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/common/issues/594">#594</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/prometheus/common/compare/v0.48.0...v0.50.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.48.0&new-version=0.50.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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-unsubscribe@camel.apache.org

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


Re: [PR] chore(deps): bump github.com/prometheus/common from 0.48.0 to 0.50.0 [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez merged PR #5232:
URL: https://github.com/apache/camel-k/pull/5232


-- 
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-unsubscribe@camel.apache.org

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