Skip to content

Commit

Permalink
build(deps): bump the gomod group with 3 updates (#596)
Browse files Browse the repository at this point in the history
Bumps the gomod group with 3 updates:
[chainguard.dev/sdk](https://github.com/chainguard-dev/sdk),
[go.opentelemetry.io/contrib/detectors/gcp](https://github.com/open-telemetry/opentelemetry-go-contrib)
and
[go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib).

Updates `chainguard.dev/sdk` from 0.1.26 to 0.1.27
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chainguard-dev/sdk/commit/f54ceef8df07cf9bbbe9e00d6f7c3b316e8873a1"><code>f54ceef</code></a>
Merge pull request <a
href="https://redirect.github.com/chainguard-dev/sdk/issues/63">#63</a>
from chainguard-dev/create-pull-request/patch</li>
<li><a
href="https://github.com/chainguard-dev/sdk/commit/1c0a6bcc8167ec832e586766c414ac98da054452"><code>1c0a6bc</code></a>
Export 5de4701d8e2d6aa1c30143821a2908e5dc992721</li>
<li><a
href="https://github.com/chainguard-dev/sdk/commit/ee5c6fa9070bb25173944b508386bc45e4746df3"><code>ee5c6fa</code></a>
Export 1dfe1b41b65fb7952e2a02f57fe3b47c005d7a83</li>
<li><a
href="https://github.com/chainguard-dev/sdk/commit/b35d818ce93450b9fcee5b19cc155590cb1ecc08"><code>b35d818</code></a>
Export 247e164adccd096e837a72af6d1a6de1211e7e84</li>
<li><a
href="https://github.com/chainguard-dev/sdk/commit/826ee605c9bfb259e926b8d6183721507eda87e2"><code>826ee60</code></a>
Export a495c26f7533f688f74a107613846117d7d2c33d</li>
<li><a
href="https://github.com/chainguard-dev/sdk/commit/3f5129848501c35d426609a815faa406eb2df397"><code>3f51298</code></a>
Export c0f75e6c4205b1360c63a441e3827b40956106bf</li>
<li><a
href="https://github.com/chainguard-dev/sdk/commit/b828d92560b7be93b3cd1d80942167eb3be0cf1c"><code>b828d92</code></a>
Export e7398bc95b859352259a9a4a0d978a57dba57a04</li>
<li><a
href="https://github.com/chainguard-dev/sdk/commit/93575d13d96ac45e751d24432dc91fc7640a99ec"><code>93575d1</code></a>
Export 4088ee8496fbd1891dd18e46af3b84f3f9e3b716</li>
<li><a
href="https://github.com/chainguard-dev/sdk/commit/a61d872911a2c8e65c3c6370af7d235e1992316c"><code>a61d872</code></a>
Export fd39c0687aee7c096dd4df639115c4f700f8619c</li>
<li><a
href="https://github.com/chainguard-dev/sdk/commit/fe990e0603e20c71db01a54ed69e671797e5558c"><code>fe990e0</code></a>
Export 39d85dd2100f51b32690f8dcb70201c738f172e9</li>
<li>Additional commits viewable in <a
href="https://github.com/chainguard-dev/sdk/compare/v0.1.26...v0.1.27">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/contrib/detectors/gcp` from 1.30.0 to
1.31.0
<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/detectors/gcp's
changelog</a>.</em></p>
<blockquote>
<h2>[1.31.0/0.56.0/0.25.0/0.11.0/0.6.0/0.4.0/0.3.0] - 2024-10-14</h2>
<h3>Added</h3>
<ul>
<li>The <code>Severitier</code> and <code>SeverityVar</code> types are
added to <code>go.opentelemetry.io/contrib/processors/minsev</code>
allowing dynamic configuration of the severity used by the
<code>LogProcessor</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>Move examples from <code>go.opentelemetry.io/otel</code> to this
repository under <code>examples</code> directory. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6158">#6158</a>)</li>
<li>Support yaml/json struct tags for generated code in
<code>go.opentelemetry.io/contrib/config</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5433">#5433</a>)</li>
<li>Add support for parsing YAML configuration via
<code>ParseYAML</code> in
<code>go.opentelemetry.io/contrib/config</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5433">#5433</a>)</li>
<li>Add support for temporality preference configuration in
<code>go.opentelemetry.io/contrib/config</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5860">#5860</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The function signature of <code>NewLogProcessor</code> in
<code>go.opentelemetry.io/contrib/processors/minsev</code> has changed
to accept the added <code>Severitier</code> interface instead of a
<code>log.Severity</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>Updated <code>go.opentelemetry.io/contrib/config</code> to use the
<a
href="https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v0.3.0">v0.3.0</a>
release of schema which includes backwards incompatible changes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6126">#6126</a>)</li>
<li><code>NewSDK</code> in
<code>go.opentelemetry.io/contrib/config</code> now returns a no-op SDK
if <code>disabled</code> is set to <code>true</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6185">#6185</a>)</li>
<li>The deprecated
<code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>
package has found a Code Owner.
The package is no longer deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6207">#6207</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Possible nil dereference panic in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5965">#5965</a>)</li>
<li><code>logrus.Level</code> transformed to appropriate
<code>log.Severity</code> in
<code>go.opentelemetry.io/contrib/bridges/otellogrus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6191">#6191</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>Minimum</code> field of the <code>LogProcessor</code> in
<code>go.opentelemetry.io/contrib/processors/minsev</code> is removed.
Use <code>NewLogProcessor</code> to configure this setting. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>The deprecated
<code>go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron</code>
package is removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6186">#6186</a>)</li>
<li>The deprecated
<code>go.opentelemetry.io/contrib/samplers/aws/xray</code> package is
removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6187">#6187</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/9cf5701e6b6611b2c406639039a1bccd883db080"><code>9cf5701</code></a>
Release v1.31.0/v0.56.0/v0.25.0/v0.11.0/v0.6.0/v0.4.0/v0.3.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6243">#6243</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/d6305c07ae88556c5cd6af16e1b9a47362673a46"><code>d6305c0</code></a>
chore(deps): update module github.com/klauspost/compress to v1.17.11 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6232">#6232</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/09cbf41735925dabe527435a7e9ae5dc5ff04e3b"><code>09cbf41</code></a>
fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to
v1.65.3 (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/c3c853808383d1bce596cbb910546c305c9187e8"><code>c3c8538</code></a>
Update otel core to the latest release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6233">#6233</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/79bb705d741ee48517c16e92349d8c1565a41637"><code>79bb705</code></a>
otelecho: Add Code Owner and remove deprecation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6207">#6207</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/45ba20442cde824f83cc45764cf4003c5777fc13"><code>45ba204</code></a>
config: support v0.3 of the config schema (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6126">#6126</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/20e45afbf7b91d2ccdc521a2b22fddeb35c0333d"><code>20e45af</code></a>
Revert &quot;chore(deps): update lycheeverse/lychee-action action to
v2&quot; (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6229">#6229</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5322670a9aa8748e4a9f4956c98647382bb2b6cf"><code>5322670</code></a>
Remove otelmacaron (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6186">#6186</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/87d02293473900b80d127c1001bd38a5caf41260"><code>87d0229</code></a>
feat(instrumentation/http/otelhttp): move client metrics creation into
intern...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/900fc4bb2a6b5a04d99955474bea42ba9b7be198"><code>900fc4b</code></a>
Run the test compatibility check even if tests failed (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6224">#6224</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.30.0...v1.31.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`
from 0.55.0 to 0.56.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/net/http/otelhttp's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.31.0/v0.56.0/v0.25.0/v0.11.0/v0.6.0/v0.4.0/v0.3.0</h2>
<h2>Overview</h2>
<h3>Added</h3>
<ul>
<li>The <code>Severitier</code> and <code>SeverityVar</code> types are
added to <code>go.opentelemetry.io/contrib/processors/minsev</code>
allowing dynamic configuration of the severity used by the
<code>LogProcessor</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>Move examples from <code>go.opentelemetry.io/otel</code> to this
repository under <code>examples</code> directory. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6158">#6158</a>)</li>
<li>Support yaml/json struct tags for generated code in
<code>go.opentelemetry.io/contrib/config</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5433">#5433</a>)</li>
<li>Add support for parsing YAML configuration via
<code>ParseYAML</code> in
<code>go.opentelemetry.io/contrib/config</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5433">#5433</a>)</li>
<li>Add support for temporality preference configuration in
<code>go.opentelemetry.io/contrib/config</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5860">#5860</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The function signature of <code>NewLogProcessor</code> in
<code>go.opentelemetry.io/contrib/processors/minsev</code> has changed
to accept the added <code>Severitier</code> interface instead of a
<code>log.Severity</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>Updated <code>go.opentelemetry.io/contrib/config</code> to use the
<a
href="https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v0.3.0">v0.3.0</a>
release of schema which includes backwards incompatible changes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6126">#6126</a>)</li>
<li><code>NewSDK</code> in
<code>go.opentelemetry.io/contrib/config</code> now returns a no-op SDK
if <code>disabled</code> is set to <code>true</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6185">#6185</a>)</li>
<li>The deprecated
<code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>
package has found a Code Owner. The package is no longer deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6207">#6207</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Possible nil dereference panic in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5965">#5965</a>)</li>
<li><code>logrus.Level</code> transformed to appropriate
<code>log.Severity</code> in
<code>go.opentelemetry.io/contrib/bridges/otellogrus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6191">#6191</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>Minimum</code> field of the <code>LogProcessor</code> in
<code>go.opentelemetry.io/contrib/processors/minsev</code> is removed.
Use <code>NewLogProcessor</code> to configure this setting. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>The deprecated
<code>go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron</code>
package is removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6186">#6186</a>)</li>
<li>The deprecated
<code>go.opentelemetry.io/contrib/samplers/aws/xray</code> package is
removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6187">#6187</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Add skeleton for otellogr bridge by <a
href="https://github.com/scorpionknifes"><code>@​scorpionknifes</code></a>
in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6097">open-telemetry/opentelemetry-go-contrib#6097</a></li>
<li>chore(deps): update opentelemetry-go monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6108">open-telemetry/opentelemetry-go-contrib#6108</a></li>
<li>fix(deps): update module google.golang.org/grpc to v1.66.2 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6109">open-telemetry/opentelemetry-go-contrib#6109</a></li>
<li>otelhttptrace: handle missing getconn hook without panic by <a
href="https://github.com/krantideep95"><code>@​krantideep95</code></a>
in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5965">open-telemetry/opentelemetry-go-contrib#5965</a></li>
<li>chore(deps): update kubernetes packages to v0.31.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6110">open-telemetry/opentelemetry-go-contrib#6110</a></li>
<li>fix(deps): update module cloud.google.com/go/compute/metadata to
v0.5.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6114">open-telemetry/opentelemetry-go-contrib#6114</a></li>
<li>fix(deps): update module github.com/aws/aws-sdk-go-v2/config to
v1.27.34 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6117">open-telemetry/opentelemetry-go-contrib#6117</a></li>
<li>Bump otel/log after introducing EnabledParameters by <a
href="https://github.com/pellared"><code>@​pellared</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6115">open-telemetry/opentelemetry-go-contrib#6115</a></li>
<li>fix(deps): update opentelemetry-go monorepo to 534ce5a by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6118">open-telemetry/opentelemetry-go-contrib#6118</a></li>
<li>fix(deps): update aws-sdk-go-v2 monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6120">open-telemetry/opentelemetry-go-contrib#6120</a></li>
<li>fix(deps): update module github.com/prometheus/client_golang to
v1.20.4 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6119">open-telemetry/opentelemetry-go-contrib#6119</a></li>
<li>fix(deps): update module go.mongodb.org/mongo-driver to v1.17.0 by
<a href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6121">open-telemetry/opentelemetry-go-contrib#6121</a></li>
<li>fix(deps): update opentelemetry-go monorepo to 7bd1c85 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6122">open-telemetry/opentelemetry-go-contrib#6122</a></li>
<li>fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to
v1.62.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6124">open-telemetry/opentelemetry-go-contrib#6124</a></li>
<li>Update <code>minsev</code> to allow dynamic severities by <a
href="https://github.com/MrAlias"><code>@​MrAlias</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6116">open-telemetry/opentelemetry-go-contrib#6116</a></li>
<li>otelmongo: Use a mock deployment for testing against a MongoDB
server by <a
href="https://github.com/prestonvasquez"><code>@​prestonvasquez</code></a>
in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5749">open-telemetry/opentelemetry-go-contrib#5749</a></li>
<li>fix(deps): update module github.com/aws/smithy-go to v1.21.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6129">open-telemetry/opentelemetry-go-contrib#6129</a></li>
<li>fix(deps): update module google.golang.org/grpc to v1.67.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6131">open-telemetry/opentelemetry-go-contrib#6131</a></li>
<li>fix(deps): update opentelemetry-go monorepo to a200e0a by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6130">open-telemetry/opentelemetry-go-contrib#6130</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/net/http/otelhttp's
changelog</a>.</em></p>
<blockquote>
<h2>[1.31.0/0.56.0/0.25.0/0.11.0/0.6.0/0.4.0/0.3.0] - 2024-10-14</h2>
<h3>Added</h3>
<ul>
<li>The <code>Severitier</code> and <code>SeverityVar</code> types are
added to <code>go.opentelemetry.io/contrib/processors/minsev</code>
allowing dynamic configuration of the severity used by the
<code>LogProcessor</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>Move examples from <code>go.opentelemetry.io/otel</code> to this
repository under <code>examples</code> directory. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6158">#6158</a>)</li>
<li>Support yaml/json struct tags for generated code in
<code>go.opentelemetry.io/contrib/config</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5433">#5433</a>)</li>
<li>Add support for parsing YAML configuration via
<code>ParseYAML</code> in
<code>go.opentelemetry.io/contrib/config</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5433">#5433</a>)</li>
<li>Add support for temporality preference configuration in
<code>go.opentelemetry.io/contrib/config</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5860">#5860</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The function signature of <code>NewLogProcessor</code> in
<code>go.opentelemetry.io/contrib/processors/minsev</code> has changed
to accept the added <code>Severitier</code> interface instead of a
<code>log.Severity</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>Updated <code>go.opentelemetry.io/contrib/config</code> to use the
<a
href="https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v0.3.0">v0.3.0</a>
release of schema which includes backwards incompatible changes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6126">#6126</a>)</li>
<li><code>NewSDK</code> in
<code>go.opentelemetry.io/contrib/config</code> now returns a no-op SDK
if <code>disabled</code> is set to <code>true</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6185">#6185</a>)</li>
<li>The deprecated
<code>go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho</code>
package has found a Code Owner.
The package is no longer deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6207">#6207</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Possible nil dereference panic in
<code>go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5965">#5965</a>)</li>
<li><code>logrus.Level</code> transformed to appropriate
<code>log.Severity</code> in
<code>go.opentelemetry.io/contrib/bridges/otellogrus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6191">#6191</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>Minimum</code> field of the <code>LogProcessor</code> in
<code>go.opentelemetry.io/contrib/processors/minsev</code> is removed.
Use <code>NewLogProcessor</code> to configure this setting. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6116">#6116</a>)</li>
<li>The deprecated
<code>go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron</code>
package is removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6186">#6186</a>)</li>
<li>The deprecated
<code>go.opentelemetry.io/contrib/samplers/aws/xray</code> package is
removed. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6187">#6187</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/9cf5701e6b6611b2c406639039a1bccd883db080"><code>9cf5701</code></a>
Release v1.31.0/v0.56.0/v0.25.0/v0.11.0/v0.6.0/v0.4.0/v0.3.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6243">#6243</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/d6305c07ae88556c5cd6af16e1b9a47362673a46"><code>d6305c0</code></a>
chore(deps): update module github.com/klauspost/compress to v1.17.11 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6232">#6232</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/09cbf41735925dabe527435a7e9ae5dc5ff04e3b"><code>09cbf41</code></a>
fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to
v1.65.3 (...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/c3c853808383d1bce596cbb910546c305c9187e8"><code>c3c8538</code></a>
Update otel core to the latest release (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6233">#6233</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/79bb705d741ee48517c16e92349d8c1565a41637"><code>79bb705</code></a>
otelecho: Add Code Owner and remove deprecation (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6207">#6207</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/45ba20442cde824f83cc45764cf4003c5777fc13"><code>45ba204</code></a>
config: support v0.3 of the config schema (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6126">#6126</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/20e45afbf7b91d2ccdc521a2b22fddeb35c0333d"><code>20e45af</code></a>
Revert &quot;chore(deps): update lycheeverse/lychee-action action to
v2&quot; (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6229">#6229</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5322670a9aa8748e4a9f4956c98647382bb2b6cf"><code>5322670</code></a>
Remove otelmacaron (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6186">#6186</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/87d02293473900b80d127c1001bd38a5caf41260"><code>87d0229</code></a>
feat(instrumentation/http/otelhttp): move client metrics creation into
intern...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/900fc4bb2a6b5a04d99955474bea42ba9b7be198"><code>900fc4b</code></a>
Run the test compatibility check even if tests failed (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6224">#6224</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.55.0...zpages/v0.56.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 6ae8873 commit 5f9c1ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.2

require (
chainguard.dev/go-grpc-kit v0.17.6
chainguard.dev/sdk v0.1.26
chainguard.dev/sdk v0.1.27
cloud.google.com/go/bigquery v1.63.1
cloud.google.com/go/compute/metadata v0.5.2
cloud.google.com/go/profiler v0.4.1
Expand All @@ -21,8 +21,8 @@ require (
github.com/prometheus/client_golang v1.20.4
github.com/sethvargo/go-envconfig v1.1.0
github.com/snabb/httpreaderat v1.0.1
go.opentelemetry.io/contrib/detectors/gcp v1.30.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0
go.opentelemetry.io/contrib/detectors/gcp v1.31.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
go.opentelemetry.io/otel v1.31.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0
go.opentelemetry.io/otel/metric v1.31.0
Expand All @@ -47,7 +47,7 @@ require (
cloud.google.com/go/monitoring v1.21.1 // indirect
cloud.google.com/go/trace v1.11.1 // indirect
dario.cat/mergo v1.0.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.2 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.2 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
Expand Down
24 changes: 12 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cel.dev/expr v0.16.1 h1:NR0+oFYzR1CqLFhTAqg3ql59G9VfN8fKq1TCHJ6gq1g=
cel.dev/expr v0.16.1/go.mod h1:AsGA5zb3WruAEQeQng1RZdGEXmBj0jvMWh6l5SnNuC8=
chainguard.dev/go-grpc-kit v0.17.6 h1:lwIs9LmSnm8jwrH1QmigCwMP6MYkIBENq/0xGduYZss=
chainguard.dev/go-grpc-kit v0.17.6/go.mod h1:ZNaXn2KEO++2u2WveHs65krYiHmAEGjYLeEtfaQaOWU=
chainguard.dev/sdk v0.1.26 h1:HKBekoLX0r1mpmPmMslBZ7hcW7JUm34aHlJQNGxaQm0=
chainguard.dev/sdk v0.1.26/go.mod h1:n2kEb/0aR3Pa6CQ1m2GgItfE5mVXraYxmknX2V4PtuI=
chainguard.dev/sdk v0.1.27 h1:ZVu0DUBxryz6ybw8iHfHKy1MJZFACijg3lfKfoAw8Bs=
chainguard.dev/sdk v0.1.27/go.mod h1:z4/ZfLjMR9IycLxNM5/MCXUhsknCL2eDcoI2nPsuCjg=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.115.1 h1:Jo0SM9cQnSkYfp44+v+NQXHpcHqlnRJk2qxh6yvxxxQ=
cloud.google.com/go v0.115.1/go.mod h1:DuujITeaufu3gL68/lOFIirVNJwQeyf5UXyi+Wbgknc=
Expand Down Expand Up @@ -38,8 +38,8 @@ cloud.google.com/go/trace v1.11.1/go.mod h1:IQKNQuBzH72EGaXEodKlNJrWykGZxet2zgjt
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 h1:pB2F2JKCj1Znmp2rwxxt1J0Fg0wezTMgWYk5Mpbi1kg=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1/go.mod h1:itPGVDKf9cC/ov4MdvJ2QZ0khw4bfoo9jzwTJlaxy2k=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.2 h1:cZpsGsWTIFKymTA0je7IIvi1O7Es7apb9CF3EQlOcfE=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.2/go.mod h1:itPGVDKf9cC/ov4MdvJ2QZ0khw4bfoo9jzwTJlaxy2k=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 h1:UQ0AhxogsIRZDkElkblfnwjc3IaltCm2HUMvezQaL7s=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1/go.mod h1:jyqM3eLpJ3IbIFDTKVz2rF9T/xWGW0rIriGwnz8l9Tk=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.24.2 h1:B7ox5J7nwey9FPxobwU1wugDKgVqtFvwZRDS0YbM+tY=
Expand All @@ -63,8 +63,8 @@ github.com/avvmoto/buf-readerat v0.0.0-20171115124131-a17c8cb89270 h1:JIxGEMs4E5
github.com/avvmoto/buf-readerat v0.0.0-20171115124131-a17c8cb89270/go.mod h1:2XtVRGCw/HthOLxU0Qw6o6jSJrcEoOb2OCCl8gQYvGw=
github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU=
github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go-v2 v1.30.5 h1:mWSRTwQAb0aLE17dSzztCVJWI9+cRMgqebndjwDyK0g=
github.com/aws/aws-sdk-go-v2 v1.30.5/go.mod h1:CT+ZPWXbYrci8chcARI3OmI/qgd+f6WtuLOoaIA8PR0=
github.com/aws/aws-sdk-go-v2 v1.32.2 h1:AkNLZEyYMLnx/Q/mSKkcMqwNFXMAvFto9bNsHqcTduI=
github.com/aws/aws-sdk-go-v2 v1.32.2/go.mod h1:2SK5n0a2karNTv5tbP1SjsX0uhttou00v/HpXKM1ZUo=
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 h1:tW1/Rkad38LA15X4UQtjXZXNKsCgkshC3EbmcUmghTg=
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3/go.mod h1:UbnqO+zjqk3uIt9yCACHJ9IVNhyhOCnYk8yA19SAWrM=
github.com/aws/aws-sdk-go-v2/config v1.27.27 h1:HdqgGt1OAP0HkEDDShEl0oSYa9ZZBSOmKpdpsDMdO90=
Expand Down Expand Up @@ -99,8 +99,8 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 h1:yiwVzJW2ZxZTurVbYWA7QOrA
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4/go.mod h1:0oxfLkpz3rQ/CHlx5hB7H69YUpFiI1tql6Q6Ne+1bCw=
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 h1:ZsDKRLXGWHk8WdtyYMoGNO7bTudrvuKpDKgMVRlepGE=
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3/go.mod h1:zwySh8fpFyXp9yOr/KVzxOl8SRqgf/IDw5aUt9UKFcQ=
github.com/aws/smithy-go v1.20.4 h1:2HK1zBdPgRbjFOHlfeQZfpC4r72MOb9bZkiFwggKO+4=
github.com/aws/smithy-go v1.20.4/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg=
github.com/aws/smithy-go v1.22.0 h1:uunKnWlcoL3zO7q+gG2Pk53joueEOsnNB28QdMsmiMM=
github.com/aws/smithy-go v1.22.0/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down Expand Up @@ -331,12 +331,12 @@ go.einride.tech/aip v0.68.0 h1:4seM66oLzTpz50u4K1zlJyOXQ3tCzcJN7I22tKkjipw=
go.einride.tech/aip v0.68.0/go.mod h1:7y9FF8VtPWqpxuAxl0KQWqaULxW4zFIesD6zF5RIHHg=
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo=
go.opentelemetry.io/contrib/detectors/gcp v1.30.0 h1:GF+YVnUeJwOy+Ag2cTEpVZq+r2Tnci42FIiNwA2gjME=
go.opentelemetry.io/contrib/detectors/gcp v1.30.0/go.mod h1:p5Av42vWKPezk67MQwLYZwlo/z6xLnN/upaIyQNWBGg=
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 h1:G1JQOreVrfhRkner+l4mrGxmfqYCAuy76asTDAo0xsA=
go.opentelemetry.io/contrib/detectors/gcp v1.31.0/go.mod h1:tzQL6E1l+iV44YFTkcAeNQqzXUiekSYP9jjJjXwEd00=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 h1:hCq2hNMwsegUvPzI7sPOvtO9cqyy5GbWt/Ybp2xrx8Q=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0/go.mod h1:LqaApwGx/oUmzsbqxkzuBvyoPpkxk3JQWnqfVrJ3wCA=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 h1:ZIg3ZT/aQ7AfKqdwp7ECpOK6vHqquXXuyTjIO8ZdmPs=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0/go.mod h1:DQAwmETtZV00skUwgD6+0U89g80NKsJE3DCKeLLPQMI=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 h1:UP6IpuHFkUgOQL9FFQFrZ+5LiwhhYRbi7VZSIx6Nj5s=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0/go.mod h1:qxuZLtbq5QDtdeSHsS7bcf6EH6uO6jUAgk764zd3rhM=
go.opentelemetry.io/otel v1.31.0 h1:NsJcKPIW0D0H3NgzPDHmo0WW6SptzPdqg/L1zsIm2hY=
go.opentelemetry.io/otel v1.31.0/go.mod h1:O0C14Yl9FgkjqcCZAsE053C13OaddMYr/hz6clDkEJE=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 h1:K0XaT3DwHAcV4nKLzcQvwAgSyisUghWoY20I7huthMk=
Expand Down

0 comments on commit 5f9c1ce

Please sign in to comment.