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

   Bumps [github.com/prometheus/common](https://github.com/prometheus/common) 
from 0.65.0 to 0.66.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.66.0</h2>
   <h2>⚠️ Breaking Changes ⚠️</h2>
   <ul>
   <li>A default-constructed TextParser will be invalid. It must have a valid 
<code>scheme</code> set, so users should use the NewTextParser function to 
create a valid TextParser. Otherwise parsing will panic with &quot;Invalid name 
validation scheme requested: unset&quot;.</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>
   <p>model: add constants for type and unit labels. by <a 
href="https://github.com/bwplotka";><code>@​bwplotka</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/801";>prometheus/common#801</a></p>
   </li>
   <li>
   <p>model.ValidationScheme: Support encoding as YAML by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/799";>prometheus/common#799</a></p>
   </li>
   <li>
   <p>fix(promslog): always print time.Duration values as go duration strings 
by <a href="https://github.com/tjhop";><code>@​tjhop</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/798";>prometheus/common#798</a></p>
   </li>
   <li>
   <p>Add <code>ValidationScheme</code> methods <code>IsValidMetricName</code> 
and <code>IsValidLabelName</code> by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/806";>prometheus/common#806</a></p>
   </li>
   <li>
   <p>Fix delimited proto not escaped correctly by <a 
href="https://github.com/thampiotr";><code>@​thampiotr</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/809";>prometheus/common#809</a></p>
   </li>
   <li>
   <p>Decoder: Remove use of global name validation and add validation by <a 
href="https://github.com/ywwg";><code>@​ywwg</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/808";>prometheus/common#808</a></p>
   </li>
   <li>
   <p>ValidationScheme implements pflag.Value and json.Marshaler/Unmarshaler 
interfaces by <a href="https://github.com/juliusmh";><code>@​juliusmh</code></a> 
in <a 
href="https://redirect.github.com/prometheus/common/pull/807";>prometheus/common#807</a></p>
   </li>
   <li>
   <p>expfmt: Add NewTextParser function by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/816";>prometheus/common#816</a></p>
   </li>
   <li>
   <p>Enable the godot linter by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/821";>prometheus/common#821</a></p>
   </li>
   <li>
   <p>Enable usestdlibvars linter by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/820";>prometheus/common#820</a></p>
   </li>
   <li>
   <p>Enable unconvert linter by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/819";>prometheus/common#819</a></p>
   </li>
   <li>
   <p>Enable the fatcontext linter by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/822";>prometheus/common#822</a></p>
   </li>
   <li>
   <p>Enable gocritic linter by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/818";>prometheus/common#818</a></p>
   </li>
   <li>
   <p>Use go.uber.org/atomic instead of sync/atomic by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/825";>prometheus/common#825</a></p>
   </li>
   <li>
   <p>Enable revive rule unused-parameter by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/824";>prometheus/common#824</a></p>
   </li>
   <li>
   <p>Enable revive rules by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/823";>prometheus/common#823</a></p>
   </li>
   <li>
   <p>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/802";>prometheus/common#802</a></p>
   </li>
   <li>
   <p>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/803";>prometheus/common#803</a></p>
   </li>
   <li>
   <p>Sync .golangci.yml with prometheus/prometheus by <a 
href="https://github.com/aknuds1";><code>@​aknuds1</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/817";>prometheus/common#817</a></p>
   </li>
   <li>
   <p>ci: update upload-actions by <a 
href="https://github.com/ywwg";><code>@​ywwg</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/814";>prometheus/common#814</a></p>
   </li>
   <li>
   <p>docs: fix typo in expfmt.Negotiate by <a 
href="https://github.com/wmcram";><code>@​wmcram</code></a> in <a 
href="https://redirect.github.com/prometheus/common/pull/813";>prometheus/common#813</a></p>
   </li>
   <li>
   <p>build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/prometheus/common/pull/800";>prometheus/common#800</a></p>
   </li>
   <li>
   <p>build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/prometheus/common/pull/810";>prometheus/common#810</a></p>
   </li>
   <li>
   <p>build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in 
/assets by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/prometheus/common/pull/826";>prometheus/common#826</a></p>
   </li>
   <li>
   <p>build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/prometheus/common/pull/830";>prometheus/common#830</a></p>
   </li>
   <li>
   <p>build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/prometheus/common/pull/829";>prometheus/common#829</a></p>
   </li>
   <li>
   <p>build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/prometheus/common/pull/827";>prometheus/common#827</a></p>
   </li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/aknuds1";><code>@​aknuds1</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/prometheus/common/pull/799";>prometheus/common#799</a></li>
   <li><a href="https://github.com/thampiotr";><code>@​thampiotr</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/prometheus/common/pull/809";>prometheus/common#809</a></li>
   <li><a href="https://github.com/wmcram";><code>@​wmcram</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/prometheus/common/pull/813";>prometheus/common#813</a></li>
   <li><a href="https://github.com/juliusmh";><code>@​juliusmh</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/prometheus/common/pull/807";>prometheus/common#807</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/prometheus/common/compare/v0.65.0...v0.66.0";>https://github.com/prometheus/common/compare/v0.65.0...v0.66.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prometheus/common/commit/2b1487c69467b1fb6c9afd82b8cdc42d727f3486";><code>2b1487c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus/common/issues/827";>#827</a> from 
prometheus/dependabot/go_modules/github.com/stre...</li>
   <li><a 
href="https://github.com/prometheus/common/commit/db3895168020c5fb4157a1c2438ca49eb8c95db2";><code>db38951</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus/common/issues/829";>#829</a> from 
prometheus/dependabot/go_modules/golang.org/x/ne...</li>
   <li><a 
href="https://github.com/prometheus/common/commit/9e19a90705c59ee1edbb039a867148a245466317";><code>9e19a90</code></a>
 build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1</li>
   <li><a 
href="https://github.com/prometheus/common/commit/a1ba2a74339d419fd4783d24a9c2eb146ceb02a6";><code>a1ba2a7</code></a>
 build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0</li>
   <li><a 
href="https://github.com/prometheus/common/commit/c7a031c2c16bea3a4967ef44c006668abf0173f2";><code>c7a031c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus/common/issues/830";>#830</a> from 
prometheus/dependabot/go_modules/google.golang.o...</li>
   <li><a 
href="https://github.com/prometheus/common/commit/6b610b644c6df14d574029f19694c9aabe1bfe8c";><code>6b610b6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus/common/issues/826";>#826</a> from 
prometheus/dependabot/go_modules/assets/github.c...</li>
   <li><a 
href="https://github.com/prometheus/common/commit/fc7cce03b058da462034931ac278017ade567c8a";><code>fc7cce0</code></a>
 build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8</li>
   <li><a 
href="https://github.com/prometheus/common/commit/b9c5f39310d0e459ebe42f828c6b6f140bbccf4b";><code>b9c5f39</code></a>
 build(deps): bump github.com/stretchr/testify in /assets</li>
   <li><a 
href="https://github.com/prometheus/common/commit/3d3db3963ec8179db45fc57b4f5b8a487236cf1f";><code>3d3db39</code></a>
 Enable revive rules (<a 
href="https://redirect.github.com/prometheus/common/issues/823";>#823</a>)</li>
   <li><a 
href="https://github.com/prometheus/common/commit/7937ffb6417e5f2b14252beebc724e216c5b51fe";><code>7937ffb</code></a>
 Enable revive rule unused-parameter (<a 
href="https://redirect.github.com/prometheus/common/issues/824";>#824</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prometheus/common/compare/v0.65.0...v0.66.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.65.0&new-version=0.66.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to