Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the gomod group with 3 updates (#596)
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 "chore(deps): update lycheeverse/lychee-action action to v2" (<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 "chore(deps): update lycheeverse/lychee-action action to v2" (<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