Commit c863273
authored
build(deps): bump the go-dependencies group in /tools with 5 updates (#1772)
Bumps the go-dependencies group in /tools with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/buger/jsonparser](https://github.com/buger/jsonparser) |
`1.1.2` | `1.2.0` |
| [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) |
`0.26.1` | `0.26.2` |
|
[github.com/modelcontextprotocol/registry](https://github.com/modelcontextprotocol/registry)
| `1.7.2` | `1.7.3` |
|
[go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib)
| `0.67.0` | `0.68.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` |
`1.28.0` |
Updates `github.com/buger/jsonparser` from 1.1.2 to 1.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/buger/jsonparser/releases">github.com/buger/jsonparser's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix 2 bugs, remove 7 dead code blocks, add formal verification using
<a href="https://reqproof.com">ReqProof</a> by <a
href="https://github.com/buger"><code>@buger</code></a> in <a
href="https://redirect.github.com/buger/jsonparser/pull/281">buger/jsonparser#281</a></li>
<li>Add support for tinygo by <a
href="https://github.com/buger"><code>@buger</code></a> in <a
href="https://redirect.github.com/buger/jsonparser/pull/269">buger/jsonparser#269</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/buger/jsonparser/compare/v1.1.2...v1.2.0">https://github.com/buger/jsonparser/compare/v1.1.2...v1.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/buger/jsonparser/commit/c172c166bb09ea84677aa54c80cc95526a084780"><code>c172c16</code></a>
Merge pull request <a
href="https://redirect.github.com/buger/jsonparser/issues/269">#269</a>
from buger/tinygo</li>
<li><a
href="https://github.com/buger/jsonparser/commit/680cd2e7cc11e540df0c48e37ddd84b609a24631"><code>680cd2e</code></a>
Merge pull request <a
href="https://redirect.github.com/buger/jsonparser/issues/281">#281</a>
from buger/reqproof-assurance-hardening</li>
<li><a
href="https://github.com/buger/jsonparser/commit/9dce61c6d90ef3cf668ac2fd733b5884449bf2a1"><code>9dce61c</code></a>
Migrate review storage from reviews/ folder to per-requirement
timestamps</li>
<li><a
href="https://github.com/buger/jsonparser/commit/c03b9ef69494a45c86f3c876f50bdbe4aa0f066c"><code>c03b9ef</code></a>
feat: add property-based obligation classes with 24 new SYS-REQs</li>
<li><a
href="https://github.com/buger/jsonparser/commit/9c46110d625182c6ef661e025042ff0319ba6e6f"><code>9c46110</code></a>
chore: fix spec lint warnings — remove stale parent field, set review
metadata</li>
<li><a
href="https://github.com/buger/jsonparser/commit/8bbb8a866e9ba29224c103ea47b49366ab8a2789"><code>8bbb8a8</code></a>
Close coverage gaps: SYS-REQ-007/008/010 fuzz harness coverage to
100%</li>
<li><a
href="https://github.com/buger/jsonparser/commit/552e93b1bc4170c6c9932cb9246eb7e98746b410"><code>552e93b</code></a>
Install Z3 via apt before audit</li>
<li><a
href="https://github.com/buger/jsonparser/commit/98133b4e9b4f34ac37b4841085e1602e5707eb2b"><code>98133b4</code></a>
Remove manual Z3 pre-download, now handled by proof-action</li>
<li><a
href="https://github.com/buger/jsonparser/commit/1b70eadbc328b0f4e7eb49d92415b44f4dd87470"><code>1b70ead</code></a>
Debug Z3 pre-download: remove output suppression</li>
<li><a
href="https://github.com/buger/jsonparser/commit/aac1fbc1066f2422b5130bf5e955a8b021852f8a"><code>aac1fbc</code></a>
Pre-download Z3 solver before audit</li>
<li>Additional commits viewable in <a
href="https://github.com/buger/jsonparser/compare/v1.1.2...v1.2.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/go-openapi/strfmt` from 0.26.1 to 0.26.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/go-openapi/strfmt/releases">github.com/go-openapi/strfmt's
releases</a>.</em></p>
<blockquote>
<h2>v0.26.2</h2>
<h2><a
href="https://github.com/go-openapi/strfmt/tree/v0.26.2">0.26.2</a> -
2026-04-29</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/go-openapi/strfmt/compare/v0.26.1...v0.26.2">https://github.com/go-openapi/strfmt/compare/v0.26.1...v0.26.2</a></p>
<p>13 commits in this release.</p>
<hr />
<h3><!-- raw HTML omitted -->Documentation</h3>
<ul>
<li>doc: aligned docs with org-wide documentation. by <a
href="https://github.com/fredbi"><code>@fredbi</code></a> in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/247">#247</a>
<a
href="https://github.com/go-openapi/strfmt/commit/c8c1e4e59b67240231e820404ed727534735f106">...</a></li>
<li>doc: updated contributors file by <a
href="https://github.com/bot-go-openapi%5Bbot%5D"><code>@bot-go-openapi[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/239">#239</a>
<a
href="https://github.com/go-openapi/strfmt/commit/b04e2334d82621830683f68081dcaac1905601e1">...</a></li>
<li>doc: add portable agentic instructions by <a
href="https://github.com/fredbi"><code>@fredbi</code></a> in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/236">#236</a>
<a
href="https://github.com/go-openapi/strfmt/commit/1750fc43eb91df3741d07dbb929ac75e593bed37">...</a></li>
<li>doc: added portable agentic instructions by <a
href="https://github.com/fredbi"><code>@fredbi</code></a> in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/235">#235</a>
<a
href="https://github.com/go-openapi/strfmt/commit/4e605faa9fee04c3fbd834b20950dfa804032df8">...</a></li>
</ul>
<h3><!-- raw HTML omitted -->Performance</h3>
<ul>
<li>perf(duration): faster and stricter ParseDuration. by <a
href="https://github.com/fredbi"><code>@fredbi</code></a> in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/246">#246</a>
<a
href="https://github.com/go-openapi/strfmt/commit/ebb2f2ffeb8bbebca78935b9d266a5d5bf344ee8">...</a></li>
</ul>
<h3><!-- raw HTML omitted -->Miscellaneous tasks</h3>
<ul>
<li>chore: prepare release v0.26.2 by <a
href="https://github.com/bot-go-openapi%5Bbot%5D"><code>@bot-go-openapi[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/248">#248</a>
<a
href="https://github.com/go-openapi/strfmt/commit/fb29dd2ad0368c261d68cf46f437dec497af0cf0">...</a></li>
<li>chore: bump go directive to 1.25.0 by <a
href="https://github.com/fredbi"><code>@fredbi</code></a> in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/237">#237</a>
<a
href="https://github.com/go-openapi/strfmt/commit/ed9716aa4acaf0356dc53a20fb0ff028ccad0370">...</a></li>
</ul>
<h3><!-- raw HTML omitted -->Updates</h3>
<ul>
<li>build(deps): bump the other-dependencies group across 2 directories
with 2 updates by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/245">#245</a>
<a
href="https://github.com/go-openapi/strfmt/commit/c09c1cd0d30604a5f2a73e024e2e02b3a4692b0f">...</a></li>
<li>build(deps): bump the development-dependencies group with 8 updates
by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/242">#242</a>
<a
href="https://github.com/go-openapi/strfmt/commit/1dfdf8463392ec47aebf7d41a6903ca48b186a4d">...</a></li>
<li>build(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 in the
golang-org-dependencies group across 1 directory by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/241">#241</a>
<a
href="https://github.com/go-openapi/strfmt/commit/290bce4330d2e6ba22e329ad52e729d0cec30d67">...</a></li>
<li>build(deps): bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.1 in
/internal/testintegration in the other-dependencies group across 1
directory by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/240">#240</a>
<a
href="https://github.com/go-openapi/strfmt/commit/49afd07b37f78969e3499b47b5a52e3f67bc88d9">...</a></li>
<li>build(deps): bump the go-openapi-dependencies group across 2
directories with 1 update by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/238">#238</a>
<a
href="https://github.com/go-openapi/strfmt/commit/9cdd252500fa7bca898e35afde740ae69eb422d6">...</a></li>
<li>build(deps): bump golang.org/x/net from 0.50.0 to 0.52.0 in the
golang-org-dependencies group across 1 directory by <a
href="https://github.com/dependabot%5Bbot%5D"><code>@dependabot[bot]</code></a>
in <a
href="https://redirect.github.com/go-openapi/strfmt/pull/228">#228</a>
<a
href="https://github.com/go-openapi/strfmt/commit/5b911b699149e3868b493b4671c3e70bacd625e6">...</a></li>
</ul>
<hr />
<h3>People who contributed to this release</h3>
<ul>
<li><a href="https://github.com/fredbi"><code>@fredbi</code></a></li>
</ul>
<hr />
<p><strong><a href="https://github.com/go-openapi/strfmt">strfmt</a>
license terms</strong></p>
<p>[![License][license-badge]][license-url]</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-openapi/strfmt/commit/fb29dd2ad0368c261d68cf46f437dec497af0cf0"><code>fb29dd2</code></a>
chore: prepare release v0.26.2</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/c8c1e4e59b67240231e820404ed727534735f106"><code>c8c1e4e</code></a>
doc: aligned docs with org-wide documentation. (<a
href="https://redirect.github.com/go-openapi/strfmt/issues/247">#247</a>)</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/ebb2f2ffeb8bbebca78935b9d266a5d5bf344ee8"><code>ebb2f2f</code></a>
perf(duration): faster and stricter ParseDuration. (<a
href="https://redirect.github.com/go-openapi/strfmt/issues/246">#246</a>)</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/c09c1cd0d30604a5f2a73e024e2e02b3a4692b0f"><code>c09c1cd</code></a>
build(deps): bump the other-dependencies group across 2 directories with
2 up...</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/1dfdf8463392ec47aebf7d41a6903ca48b186a4d"><code>1dfdf84</code></a>
build(deps): bump the development-dependencies group with 8 updates</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/290bce4330d2e6ba22e329ad52e729d0cec30d67"><code>290bce4</code></a>
build(deps): bump golang.org/x/net</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/49afd07b37f78969e3499b47b5a52e3f67bc88d9"><code>49afd07</code></a>
build(deps): bump github.com/jackc/pgx/v5 (<a
href="https://redirect.github.com/go-openapi/strfmt/issues/240">#240</a>)</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/b04e2334d82621830683f68081dcaac1905601e1"><code>b04e233</code></a>
doc: updated contributors file</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/9cdd252500fa7bca898e35afde740ae69eb422d6"><code>9cdd252</code></a>
build(deps): bump the go-openapi-dependencies group across 2 directories
with...</li>
<li><a
href="https://github.com/go-openapi/strfmt/commit/5b911b699149e3868b493b4671c3e70bacd625e6"><code>5b911b6</code></a>
build(deps): bump golang.org/x/net</li>
<li>Additional commits viewable in <a
href="https://github.com/go-openapi/strfmt/compare/v0.26.1...v0.26.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/modelcontextprotocol/registry` from 1.7.2 to 1.7.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/modelcontextprotocol/registry/releases">github.com/modelcontextprotocol/registry's
releases</a>.</em></p>
<blockquote>
<h2>v1.7.3</h2>
<h2>What's Changed</h2>
<ul>
<li>deploy: update prod to v1.7.2 by <a
href="https://github.com/rdimitrov"><code>@rdimitrov</code></a> in <a
href="https://redirect.github.com/modelcontextprotocol/registry/pull/1216">modelcontextprotocol/registry#1216</a></li>
<li>build(deps): bump github.com/pulumi/pulumi-kubernetes/sdk/v4 from
4.29.0 to 4.30.0 in /deploy by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/modelcontextprotocol/registry/pull/1217">modelcontextprotocol/registry#1217</a></li>
<li>build(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1
in the actions group by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/modelcontextprotocol/registry/pull/1218">modelcontextprotocol/registry#1218</a></li>
<li>fix(list): use JSONB containment for RemoteURL filter
(GIN-indexable) by <a
href="https://github.com/rdimitrov"><code>@rdimitrov</code></a> in <a
href="https://redirect.github.com/modelcontextprotocol/registry/pull/1220">modelcontextprotocol/registry#1220</a></li>
<li>fix(db): raise pgxpool MaxConns + PG max_connections + set PG
resources by <a
href="https://github.com/rdimitrov"><code>@rdimitrov</code></a> in <a
href="https://redirect.github.com/modelcontextprotocol/registry/pull/1221">modelcontextprotocol/registry#1221</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/modelcontextprotocol/registry/compare/v1.7.2...v1.7.3">https://github.com/modelcontextprotocol/registry/compare/v1.7.2...v1.7.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/modelcontextprotocol/registry/commit/736d37685808225a4fed0efaf39e2049920e06bb"><code>736d376</code></a>
fix(db): raise pgxpool MaxConns + PG max_connections + set PG resources
(<a
href="https://redirect.github.com/modelcontextprotocol/registry/issues/1221">#1221</a>)</li>
<li><a
href="https://github.com/modelcontextprotocol/registry/commit/54cbe2473cf37fabee22aeea56968b4448f84371"><code>54cbe24</code></a>
fix(list): use JSONB containment for RemoteURL filter (GIN-indexable)
(<a
href="https://redirect.github.com/modelcontextprotocol/registry/issues/1220">#1220</a>)</li>
<li><a
href="https://github.com/modelcontextprotocol/registry/commit/a490b6f1ecc171ce7235bb29560cb2a56e950fa6"><code>a490b6f</code></a>
build(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 in
the act...</li>
<li><a
href="https://github.com/modelcontextprotocol/registry/commit/3764acad404e3d145117c781c70d18bdc3137c60"><code>3764aca</code></a>
build(deps): bump github.com/pulumi/pulumi-kubernetes/sdk/v4 from 4.29.0
to 4...</li>
<li><a
href="https://github.com/modelcontextprotocol/registry/commit/a4d9d829205ad1982c4bc345763e870c79643235"><code>a4d9d82</code></a>
deploy: update prod to v1.7.2 (<a
href="https://redirect.github.com/modelcontextprotocol/registry/issues/1216">#1216</a>)</li>
<li>See full diff in <a
href="https://github.com/modelcontextprotocol/registry/compare/v1.7.2...v1.7.3">compare
view</a></li>
</ul>
</details>
<br />
Updates
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`
from 0.67.0 to 0.68.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/releases">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's
releases</a>.</em></p>
<blockquote>
<h2>Release
v1.43.0/v2.5.0/v0.68.0/v0.37.0/v0.23.0/v0.18.0/v0.16.0/v0.15.0</h2>
<h2>Added</h2>
<ul>
<li>Add <code>Resource</code> method to <code>SDK</code> in
<code>go.opentelemetry.io/contrib/otelconf/v0.3.0</code> to expose the
resolved SDK resource from declarative configuration. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8660">#8660</a>)</li>
<li>Add support to set the configuration file via
<code>OTEL_CONFIG_FILE</code> in
<code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8639">#8639</a>)</li>
<li>Add support for <code>service</code> resource detector in
<code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8674">#8674</a>)</li>
<li>Add support for <code>attribute_count_limit</code> and
<code>attribute_value_length_limit</code> in tracer provider
configuration in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8687">#8687</a>)</li>
<li>Add support for <code>attribute_count_limit</code> and
<code>attribute_value_length_limit</code> in logger provider
configuration in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8686">#8686</a>)</li>
<li>Add support for <code>server.address</code> and
<code>server.port</code> attributes in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8723">#8723</a>)</li>
<li>Add support for <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
Supported values are <code>rpc</code> (default), <code>rpc/dup</code>
and <code>rpc/old</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8726">#8726</a>)</li>
<li>Add the <code>http.route</code> metric attribute to
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8632">#8632</a>)</li>
</ul>
<h2>Changed</h2>
<ul>
<li>Prepend <code>_</code> to the normalized environment variable name
when the key starts with a digit in
<code>go.opentelemetry.io/contrib/propagators/envcar</code>, ensuring
POSIX compliance. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8678">#8678</a>)</li>
<li>Move experimental types from
<code>go.opentelemetry.io/contrib/otelconf</code> to
<code>go.opentelemetry.io/contrib/otelconf/x</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8529">#8529</a>)</li>
<li>Normalize cached environment variable names in
<code>go.opentelemetry.io/contrib/propagators/envcar</code>, aligning
<code>Carrier.Keys</code> output with the carrier's normalized key
format. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8761">#8761</a>)</li>
</ul>
<h2>Fixed</h2>
<ul>
<li>Fix <code>go.opentelemetry.io/contrib/otelconf</code> Prometheus
reader converting OTel dot-style label names (e.g.
<code>service.name</code>) to underscore-style
(<code>service_name</code>) in <code>target_info</code> when both
<code>without_type_suffix</code> and <code>without_units</code> are set.
Use <code>NoTranslation</code> instead of
<code>UnderscoreEscapingWithoutSuffixes</code> to preserve dot-style
label names while still suppressing metric name suffixes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8763">#8763</a>)</li>
<li>Limit the request body size at 1MB in
<code>go.opentelemetry.io/contrib/zpages</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8656">#8656</a>)</li>
<li>Fix server spans using the client's address and port for
<code>server.address</code> and <code>server.port</code> attributes in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8723">#8723</a>)</li>
</ul>
<h2>Removed</h2>
<ul>
<li>Host ID resource detector has been removed when configuring the
<code>host</code> resource detector in
<code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8581">#8581</a>)</li>
</ul>
<h2>Deprecated</h2>
<ul>
<li>Deprecate <code>OTEL_EXPERIMENTAL_CONFIG_FILE</code> in favour of
<code>OTEL_CONFIG_FILE</code> in
<code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8639">#8639</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): update module github.com/jgautheron/goconst to v1.9.0
by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8651">open-telemetry/opentelemetry-go-contrib#8651</a></li>
<li>chore(deps): update module go.yaml.in/yaml/v2 to v2.4.4 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8652">open-telemetry/opentelemetry-go-contrib#8652</a></li>
<li>chore(deps): update golang.org/x/telemetry digest to e526e8a by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8647">open-telemetry/opentelemetry-go-contrib#8647</a></li>
<li>chore(deps): update module k8s.io/klog/v2 to v2.140.0 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8650">open-telemetry/opentelemetry-go-contrib#8650</a></li>
<li>chore(deps): update module github.com/mgechev/revive to v1.14.0 by
<a href="https://github.com/mmorel-35"><code>@mmorel-35</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8646">open-telemetry/opentelemetry-go-contrib#8646</a></li>
<li>chore(deps): update module github.com/mgechev/revive to v1.15.0 by
<a href="https://github.com/renovate"><code>@renovate</code></a>[bot]
in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8539">open-telemetry/opentelemetry-go-contrib#8539</a></li>
<li>chore: fix noctx issues by <a
href="https://github.com/mmorel-35"><code>@mmorel-35</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8645">open-telemetry/opentelemetry-go-contrib#8645</a></li>
<li>chore(deps): update golang.org/x by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8655">open-telemetry/opentelemetry-go-contrib#8655</a></li>
<li>chore(deps): update module codeberg.org/chavacava/garif to v0.2.1 by
<a href="https://github.com/renovate"><code>@renovate</code></a>[bot]
in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8654">open-telemetry/opentelemetry-go-contrib#8654</a></li>
<li>chore(deps): update module github.com/mattn/go-runewidth to v0.0.21
by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8653">open-telemetry/opentelemetry-go-contrib#8653</a></li>
<li>fix(deps): update module go.opentelemetry.io/proto/otlp to v1.10.0
by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8657">open-telemetry/opentelemetry-go-contrib#8657</a></li>
<li>Limit the number of bytes read from the zpages body by <a
href="https://github.com/dmathieu"><code>@dmathieu</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8656">open-telemetry/opentelemetry-go-contrib#8656</a></li>
<li>fix(deps): update module github.com/golangci/golangci-lint/v2 to
v2.11.2 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8648">open-telemetry/opentelemetry-go-contrib#8648</a></li>
<li>fix(deps): update module github.com/golangci/golangci-lint/v2 to
v2.11.3 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8661">open-telemetry/opentelemetry-go-contrib#8661</a></li>
<li>chore(deps): update github.com/securego/gosec/v2 digest to 8895462
by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8663">open-telemetry/opentelemetry-go-contrib#8663</a></li>
<li>otelconf: support OTEL_CONFIG_FILE as it is no longer experimental
by <a href="https://github.com/codeboten"><code>@codeboten</code></a>
in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8639">open-telemetry/opentelemetry-go-contrib#8639</a></li>
<li>chore(deps): update module github.com/sonatard/noctx to v0.5.1 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8664">open-telemetry/opentelemetry-go-contrib#8664</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's
changelog</a>.</em></p>
<blockquote>
<h2>[1.43.0/2.5.0/0.68.0/0.37.0/0.23.0/0.18.0/0.16.0/0.15.0] -
2026-04-03</h2>
<h3>Added</h3>
<ul>
<li>Add <code>Resource</code> method to <code>SDK</code> in
<code>go.opentelemetry.io/contrib/otelconf/v0.3.0</code> to expose the
resolved SDK resource from declarative configuration. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8660">#8660</a>)</li>
<li>Add support to set the configuration file via
<code>OTEL_CONFIG_FILE</code> in
<code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8639">#8639</a>)</li>
<li>Add support for <code>service</code> resource detector in
<code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8674">#8674</a>)</li>
<li>Add support for <code>attribute_count_limit</code> and
<code>attribute_value_length_limit</code> in tracer provider
configuration in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8687">#8687</a>)</li>
<li>Add support for <code>attribute_count_limit</code> and
<code>attribute_value_length_limit</code> in logger provider
configuration in <code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8686">#8686</a>)</li>
<li>Add support for <code>server.address</code> and
<code>server.port</code> attributes in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8723">#8723</a>)</li>
<li>Add support for <code>OTEL_SEMCONV_STABILITY_OPT_IN</code> in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
Supported values are <code>rpc</code> (default), <code>rpc/dup</code>
and <code>rpc/old</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8726">#8726</a>)</li>
<li>Add the <code>http.route</code> metric attribute to
<code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8632">#8632</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Prepend <code>_</code> to the normalized environment variable name
when the key starts with a digit in
<code>go.opentelemetry.io/contrib/propagators/envcar</code>, ensuring
POSIX compliance. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8678">#8678</a>)</li>
<li>Move experimental types from
<code>go.opentelemetry.io/contrib/otelconf</code> to
<code>go.opentelemetry.io/contrib/otelconf/x</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8529">#8529</a>)</li>
<li>Normalize cached environment variable names in
<code>go.opentelemetry.io/contrib/propagators/envcar</code>, aligning
<code>Carrier.Keys</code> output with the carrier's normalized key
format. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8761">#8761</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix <code>go.opentelemetry.io/contrib/otelconf</code> Prometheus
reader converting OTel dot-style label names (e.g.
<code>service.name</code>) to underscore-style
(<code>service_name</code>) in <code>target_info</code> when both
<code>without_type_suffix</code> and <code>without_units</code> are set.
Use <code>NoTranslation</code> instead of
<code>UnderscoreEscapingWithoutSuffixes</code> to preserve dot-style
label names while still suppressing metric name suffixes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8763">#8763</a>)</li>
<li>Limit the request body size at 1MB in
<code>go.opentelemetry.io/contrib/zpages</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8656">#8656</a>)</li>
<li>Fix server spans using the client's address and port for
<code>server.address</code> and <code>server.port</code> attributes in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8723">#8723</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Host ID resource detector has been removed when configuring the
<code>host</code> resource detector in
<code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8581">#8581</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Deprecate <code>OTEL_EXPERIMENTAL_CONFIG_FILE</code> in favour of
<code>OTEL_CONFIG_FILE</code> in
<code>go.opentelemetry.io/contrib/otelconf</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8639">#8639</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/45977a4b9cf4a60effd1ee07367043f7e9bcae66"><code>45977a4</code></a>
Release v1.43.0/v2.5.0/v0.68.0/v0.37.0/v0.23.0/v0.18.0/v0.16.0/v0.15.0
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8769">#8769</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0fcc1524d1a740b3632db418f73236d29536f119"><code>0fcc152</code></a>
fix(deps): update module
github.com/googlecloudplatform/opentelemetry-operati...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/eaba3cdaa1559cc7425644e21a389f227e30dc86"><code>eaba3cd</code></a>
chore(deps): update googleapis to 6f92a3b (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8776">#8776</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/6df430c48045ad1221f203c01f6656367dd46fd1"><code>6df430c</code></a>
chore(deps): update module github.com/jgautheron/goconst to v1.10.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8771">#8771</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/ae90e3237e8d8f14bc3f181e1f82feb1686604f0"><code>ae90e32</code></a>
Fix otelconf prometheus label escaping (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8763">#8763</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f202c3f8000fe3e681621808b5e316fe4749850a"><code>f202c3f</code></a>
otelconf: move experimental types to otelconf/x (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8529">#8529</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/8ddaecee1cc531ae753d4812842745bdfb805208"><code>8ddaece</code></a>
fix(deps): update aws-sdk-go-v2 monorepo (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8764">#8764</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/c7c03a47d4cf7252728b11efd78e2159b437dbd2"><code>c7c03a4</code></a>
chore(deps): update module github.com/mattn/go-runewidth to v0.0.22 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8766">#8766</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/717a85a20313ac21712dd055ba2ede71205889e8"><code>717a85a</code></a>
envcar: normalize cached environment variable names (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8761">#8761</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/ad990b6d55811953d06ec88720fa373931fa1a27"><code>ad990b6</code></a>
fix(deps): update module github.com/aws/smithy-go to v1.24.3 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8765">#8765</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.67.0...zpages/v0.68.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `go.uber.org/zap` from 1.27.1 to 1.28.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uber-go/zap/releases">go.uber.org/zap's
releases</a>.</em></p>
<blockquote>
<h2>v1.28.0</h2>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1534">#1534</a>[]:
Add <code>zapcore.CheckPreWriteHook</code> and
<code>CheckedEntry.Before</code> method for transforming entries before
they are written to any Cores.</li>
</ul>
<p><a
href="https://redirect.github.com/uber-go/zap/issues/1534">#1534</a>: <a
href="https://redirect.github.com/uber-go/zap/pull/1534">uber-go/zap#1534</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber-go/zap/blob/master/CHANGELOG.md">go.uber.org/zap's
changelog</a>.</em></p>
<blockquote>
<h2>1.28.0 (27 Apr 2026)</h2>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1534">#1534</a>[]:
Add <code>zapcore.CheckPreWriteHook</code> and
<code>CheckedEntry.Before</code> method for transforming entries before
they are written to any Cores.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uber-go/zap/commit/5b81b37b81b8e2ed447a6f57991e372ee4fa5c8f"><code>5b81b37</code></a>
release v1.28.0 (<a
href="https://redirect.github.com/uber-go/zap/issues/1547">#1547</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/0ab0d5aae5986395e2ca497385d977ccd7cdfc5e"><code>0ab0d5a</code></a>
zapcore: Add PreWriteHook for transforming entries before write (<a
href="https://redirect.github.com/uber-go/zap/issues/1534">#1534</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/d278c5962cb0f7423170c11a5da9b7a4edbf9b92"><code>d278c59</code></a>
[chore] CI: test on Go 1.26 (<a
href="https://redirect.github.com/uber-go/zap/issues/1535">#1535</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/16fb16b353f2e27bcd71eba69cbd346b3dcc471a"><code>16fb16b</code></a>
chore(dep): replace archived gopkg.in/yaml.v3 with officially maintained
go.y...</li>
<li>See full diff in <a
href="https://github.com/uber-go/zap/compare/v1.27.1...v1.28.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 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent f4eb2df commit c863273
2 files changed
Lines changed: 15 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
| 256 | + | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
468 | | - | |
| 467 | + | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
846 | | - | |
847 | | - | |
| 846 | + | |
| 847 | + | |
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
| |||
1134 | 1134 | | |
1135 | 1135 | | |
1136 | 1136 | | |
1137 | | - | |
1138 | | - | |
| 1137 | + | |
| 1138 | + | |
1139 | 1139 | | |
1140 | 1140 | | |
1141 | 1141 | | |
| |||
1191 | 1191 | | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | | - | |
1195 | | - | |
| 1194 | + | |
| 1195 | + | |
1196 | 1196 | | |
1197 | 1197 | | |
1198 | 1198 | | |
| |||
0 commit comments