-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.56.0 to 0.57.0 #3372
Merged
obol-bulldozer
merged 1 commit into
main
from
dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp-0.57.0
Nov 12, 2024
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Nov 11, 2024
dependabot
bot
force-pushed
the
dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp-0.57.0
branch
from
November 12, 2024 07:28
4ad0a0c
to
c9cca52
Compare
…p/otelhttp Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.56.0 to 0.57.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.56.0...zpages/v0.57.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp-0.57.0
branch
from
November 12, 2024 07:29
c9cca52
to
f2cb453
Compare
Quality Gate passedIssues Measures |
KaloyanTanev
added
the
merge when ready
Indicates bulldozer bot may merge when all checks pass
label
Nov 12, 2024
KaloyanTanev
approved these changes
Nov 12, 2024
obol-bulldozer
bot
deleted the
dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp-0.57.0
branch
November 12, 2024 08:59
KaloyanTanev
pushed a commit
that referenced
this pull request
Nov 19, 2024
…p/otelhttp from 0.56.0 to 0.57.0 (#3372) Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.56.0 to 0.57.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.32.0/v0.57.0/v0.26.0/v0.12.0/v0.7.0/v0.5.0/v0.4.0</h2> <h2>Overview</h2> <h3>Added</h3> <ul> <li>Add the <code>WithSource</code> option to the <code>go.opentelemetry.io/contrib/bridges/otelslog</code> log bridge to set the <code>code.*</code> attributes in the log record that includes the source location where the record was emitted. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6253">#6253</a>)</li> <li>Add <code>ContextWithStartTime</code> and <code>StartTimeFromContext</code> to <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>, which allows setting the start time using go context. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6137">#6137</a>)</li> <li>Set the <code>code.*</code> attributes in <code>go.opentelemetry.io/contrib/bridges/otelzap</code> if the <code>zap.Logger</code> was created with the <code>AddCaller</code> or <code>AddStacktrace</code> option. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6268">#6268</a>)</li> <li>Add a <code>LogProcessor</code> to <code>go.opentelemetry.io/contrib/processors/baggagecopy</code> to copy baggage members to log records. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6277">#6277</a>) <ul> <li>Use <code>baggagecopy.NewLogProcessor</code> when configuring a Log Provider. <ul> <li><code>NewLogProcessor</code> accepts a <code>Filter</code> function type that selects which baggage members are added to the log record.</li> </ul> </li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Transform raw (<code>slog.KindAny</code>) attribute values to matching <code>log.Value</code> types. For example, <code>[]string{"foo", "bar"}</code> attribute value is now transformed to <code>log.SliceValue(log.StringValue("foo"), log.StringValue("bar"))</code> instead of <code>log.String("[foo bar"])</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6254">#6254</a>)</li> <li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.17.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.21.0</code> in <code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6272">#6272</a>)</li> <li>Resource doesn't merge with defaults if a valid resource is configured in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6289">#6289</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Transform nil attribute values to <code>log.Value</code> zero value instead of panicking in <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6237">#6237</a>)</li> <li>Transform nil attribute values to <code>log.Value</code> zero value instead of panicking in <code>go.opentelemetry.io/contrib/bridges/otelzap</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6237">#6237</a>)</li> <li>Transform nil attribute values to <code>log.Value</code> zero value instead of <code>log.StringValue("<nil>")</code> in <code>go.opentelemetry.io/contrib/bridges/otelslog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6246">#6246</a>)</li> <li>Fix <code>NewClientHandler</code> so that <code>rpc.client.request.*</code> metrics measure requests instead of responses and <code>rpc.client.responses.*</code> metrics measure responses instead of requests 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/6250">#6250</a>)</li> <li>Fix issue in <code>go.opentelemetry.io/contrib/config</code> causing <code>otelprom.WithResourceAsConstantLabels</code> configuration to not be respected. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6260">#6260</a>)</li> <li><code>otel.Handle</code> is no longer called on a successful shutdown of the Prometheus exporter in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6299">#6299</a>)</li> </ul> <h2>What's Changed</h2> <ul> <li>fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.56.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/6251">open-telemetry/opentelemetry-go-contrib#6251</a></li> <li>chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.6 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6247">open-telemetry/opentelemetry-go-contrib#6247</a></li> <li>fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.6.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/6249">open-telemetry/opentelemetry-go-contrib#6249</a></li> <li>Fix panic for nil attributes and move convert funcs to internal/shared/logutil by <a href="https://github.com/m1heng"><code>@m1heng</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6237">open-telemetry/opentelemetry-go-contrib#6237</a></li> <li>otelslog: Transform nil attribute to empty log.Value by <a href="https://github.com/pellared"><code>@pellared</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6246">open-telemetry/opentelemetry-go-contrib#6246</a></li> <li>fix(deps): update module github.com/prometheus/client_golang to v1.20.5 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6255">open-telemetry/opentelemetry-go-contrib#6255</a></li> <li>fix(deps): update googleapis to 796eee8 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6257">open-telemetry/opentelemetry-go-contrib#6257</a></li> <li>fix(deps): update module github.com/googlecloudplatform/opentelemetry-operations-go/detectors/gcp to v1.24.3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6258">open-telemetry/opentelemetry-go-contrib#6258</a></li> <li>oteslog: Improve transforming slog.KindAny attributes by <a href="https://github.com/pellared"><code>@pellared</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6254">open-telemetry/opentelemetry-go-contrib#6254</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/6259">open-telemetry/opentelemetry-go-contrib#6259</a></li> <li>otelgrpc: Fix NewClientHandler to emit proper request/response metrics by <a href="https://github.com/bogdandrutu"><code>@bogdandrutu</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6250">open-telemetry/opentelemetry-go-contrib#6250</a></li> <li>config: fix bug where WithResourceAsConstantLabels wasn't set by <a href="https://github.com/codeboten"><code>@codeboten</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6260">open-telemetry/opentelemetry-go-contrib#6260</a></li> <li>otelslog: Add WithSource option by <a href="https://github.com/Jesse0Michael"><code>@Jesse0Michael</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6253">open-telemetry/opentelemetry-go-contrib#6253</a></li> <li>otelhttp: Allow setting start time using context by <a href="https://github.com/dashpole"><code>@dashpole</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6137">open-telemetry/opentelemetry-go-contrib#6137</a></li> <li>chore(deps): update module github.com/bytedance/sonic/loader to v0.2.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/6267">open-telemetry/opentelemetry-go-contrib#6267</a></li> <li>chore(deps): update module github.com/ebitengine/purego to v0.8.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/6269">open-telemetry/opentelemetry-go-contrib#6269</a></li> <li>fix(deps): update googleapis to 324edc3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6270">open-telemetry/opentelemetry-go-contrib#6270</a></li> <li>chore(deps): update prom/prometheus docker tag to v2.55.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/6271">open-telemetry/opentelemetry-go-contrib#6271</a></li> <li>otelzap: Add caller and stacktrace to attributes if present by <a href="https://github.com/suniastar"><code>@suniastar</code></a> in <a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6268">open-telemetry/opentelemetry-go-contrib#6268</a></li> <li>chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.112.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/6274">open-telemetry/opentelemetry-go-contrib#6274</a></li> <li>chore(deps): update kubernetes packages to v0.31.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/6273">open-telemetry/opentelemetry-go-contrib#6273</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.32.0/0.57.0/0.26.0/0.12.0/0.7.0/0.5.0/0.4.0] - 2024-11-08</h2> <h3>Added</h3> <ul> <li>Add the <code>WithSource</code> option to the <code>go.opentelemetry.io/contrib/bridges/otelslog</code> log bridge to set the <code>code.*</code> attributes in the log record that includes the source location where the record was emitted. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6253">#6253</a>)</li> <li>Add <code>ContextWithStartTime</code> and <code>StartTimeFromContext</code> to <code>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp</code>, which allows setting the start time using go context. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6137">#6137</a>)</li> <li>Set the <code>code.*</code> attributes in <code>go.opentelemetry.io/contrib/bridges/otelzap</code> if the <code>zap.Logger</code> was created with the <code>AddCaller</code> or <code>AddStacktrace</code> option. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6268">#6268</a>)</li> <li>Add a <code>LogProcessor</code> to <code>go.opentelemetry.io/contrib/processors/baggagecopy</code> to copy baggage members to log records. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6277">#6277</a>) <ul> <li>Use <code>baggagecopy.NewLogProcessor</code> when configuring a Log Provider. <ul> <li><code>NewLogProcessor</code> accepts a <code>Filter</code> function type that selects which baggage members are added to the log record.</li> </ul> </li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Transform raw (<code>slog.KindAny</code>) attribute values to matching <code>log.Value</code> types. For example, <code>[]string{"foo", "bar"}</code> attribute value is now transformed to <code>log.SliceValue(log.StringValue("foo"), log.StringValue("bar"))</code> instead of <code>log.String("[foo bar"])</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6254">#6254</a>)</li> <li>Upgrade <code>go.opentelemetry.io/otel/semconv/v1.17.0</code> to <code>go.opentelemetry.io/otel/semconv/v1.21.0</code> in <code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6272">#6272</a>)</li> <li>Resource doesn't merge with defaults if a valid resource is configured in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6289">#6289</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Transform nil attribute values to <code>log.Value</code> zero value instead of panicking in <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6237">#6237</a>)</li> <li>Transform nil attribute values to <code>log.Value</code> zero value instead of panicking in <code>go.opentelemetry.io/contrib/bridges/otelzap</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6237">#6237</a>)</li> <li>Transform nil attribute values to <code>log.Value</code> zero value instead of <code>log.StringValue("<nil>")</code> in <code>go.opentelemetry.io/contrib/bridges/otelslog</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6246">#6246</a>)</li> <li>Fix <code>NewClientHandler</code> so that <code>rpc.client.request.*</code> metrics measure requests instead of responses and <code>rpc.client.responses.*</code> metrics measure responses instead of requests 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/6250">#6250</a>)</li> <li>Fix issue in <code>go.opentelemetry.io/contrib/config</code> causing <code>otelprom.WithResourceAsConstantLabels</code> configuration to not be respected. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6260">#6260</a>)</li> <li><code>otel.Handle</code> is no longer called on a successful shutdown of the Prometheus exporter in <code>go.opentelemetry.io/contrib/config</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6299">#6299</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/519f10d5d0e764ed063351ab2c34be74d7ad4780"><code>519f10d</code></a> Release v1.32.0/v0.57.0/v0.26.0/v0.12.0/v0.7.0/v0.5.0/v0.4.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6311">#6311</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/bb01131b15b5af4ab521f983cdb88542b539e7f7"><code>bb01131</code></a> fix(deps): update module google.golang.org/grpc to v1.68.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6306">#6306</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b559799fdf87e114e318efe9a4e72c047f3acab0"><code>b559799</code></a> fix(deps): update aws-sdk-go-v2 monorepo (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6308">#6308</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0beb27c59dc95d404eaa0d9b2ba2147f18e48586"><code>0beb27c</code></a> fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.15.0 ...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/4e7a11ae4eac2d73a15ee6375fa9082ca616db76"><code>4e7a11a</code></a> chore(deps): update module github.com/klauspost/cpuid/v2 to v2.2.9 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6304">#6304</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/8e0db19df2d08bac63d7ed264bc88a85a066c52a"><code>8e0db19</code></a> config: don't log an error on close (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6299">#6299</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/da04e2dedbc3a8e78590756ff3a7ee31edb1b7ba"><code>da04e2d</code></a> fix(deps): update module go.opentelemetry.io/build-tools/crosslink to v0.15.0...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/f658e10116f94df1a3c8699eee504fa52b2a48f0"><code>f658e10</code></a> fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to v0.15.0 (#...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/6b29ae8a127dffe05ef065f9757cdb4b556919a6"><code>6b29ae8</code></a> chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.113...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/68e20fe6d7d2445ae67f76972df45d50e52b3564"><code>68e20fe</code></a> fix(deps): update aws-sdk-go-v2 monorepo (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6298">#6298</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.56.0...zpages/v0.57.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp&package-manager=go_modules&previous-version=0.56.0&new-version=0.57.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
merge when ready
Indicates bulldozer bot may merge when all checks pass
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.56.0 to 0.57.0.
Release notes
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases.
... (truncated)
Changelog
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's changelog.
Commits
519f10d
Release v1.32.0/v0.57.0/v0.26.0/v0.12.0/v0.7.0/v0.5.0/v0.4.0 (#6311)bb01131
fix(deps): update module google.golang.org/grpc to v1.68.0 (#6306)b559799
fix(deps): update aws-sdk-go-v2 monorepo (#6308)0beb27c
fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.15.0 ...4e7a11a
chore(deps): update module github.com/klauspost/cpuid/v2 to v2.2.9 (#6304)8e0db19
config: don't log an error on close (#6299)da04e2d
fix(deps): update module go.opentelemetry.io/build-tools/crosslink to v0.15.0...f658e10
fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to v0.15.0 (#...6b29ae8
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.113...68e20fe
fix(deps): update aws-sdk-go-v2 monorepo (#6298)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)