dependabot[bot] opened a new pull request, #208: URL: https://github.com/apache/skywalking-satellite/pull/208
Bumps the actions-deps group with 1 update in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang). Updates `github.com/prometheus/client_golang` from 1.23.0 to 1.23.1 <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.23.1 - 2025-09-04</h2> <p>This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.</p> <!-- raw HTML omitted --> <ul> <li>[release-1.23] Upgrade to prometheus/common v0.66 by <a href="https://github.com/aknuds1"><code>@aknuds1</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1866">prometheus/client_golang#1866</a></li> <li>[release-1.23] Cut v1.23.1 by <a href="https://github.com/aknuds1"><code>@aknuds1</code></a> in <a href="https://redirect.github.com/prometheus/client_golang/pull/1867">prometheus/client_golang#1867</a></li> </ul> <!-- raw HTML omitted --> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1">https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1</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.23.1 / 2025-09-04</h2> <p>This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/client_golang/commit/4ff40f0d918efc0f59701d13622913805c2425b4"><code>4ff40f0</code></a> Cut v1.23.1 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1867">#1867</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/989b0298944e64f88a54ac9c70cd8c8121f10bc9"><code>989b029</code></a> Upgrade to prometheus/common v0.66 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1866">#1866</a>)</li> <li>See full diff in <a href="https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1">compare view</a></li> </ul> </details> <br /> Updates `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 "Invalid name validation scheme requested: unset".</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 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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: notifications-unsubscr...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org