Closed dependabot[bot] closed 2 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign spzala for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.83%. Comparing base (
4d42c0f
) to head (5b51143
).:exclamation: Current head 5b51143 differs from pull request most recent head b4d2c27
Please upload reports for the commit b4d2c27 to get more accurate results.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Before
➜ etcd git:(dependencies/08_29_24) grep -Ri "go.opentelemetry.io/otel v" | grep -v sum
./etcdutl/go.mod: go.opentelemetry.io/otel v1.28.0 // indirect
./go.mod: go.opentelemetry.io/otel v1.28.0 // indirect
./tests/go.mod: go.opentelemetry.io/otel v1.28.0
./server/go.mod: go.opentelemetry.io/otel v1.28.0
After
➜ etcd git:(dependencies/08_29_24) grep -Ri "go.opentelemetry.io/otel v" | grep -v sum
./etcdutl/go.mod: go.opentelemetry.io/otel v1.29.0 // indirect
./go.mod: go.opentelemetry.io/otel v1.29.0 // indirect
./tests/go.mod: go.opentelemetry.io/otel v1.29.0
./server/go.mod: go.opentelemetry.io/otel v1.29.0
Looks like go.opentelemetry.io/otel is up-to-date now, so this is no longer needed.
rebase
Bumps go.opentelemetry.io/otel from 1.28.0 to 1.29.0.
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
... (truncated)
Commits
6b1d94f
Release v1.29.0/v0.51.0/v0.5.0 (#5732)2a54df7
fix(deps): update module github.com/golangci/golangci-lint to v1.60.3 (#5730)4875735
fix(deps): update module github.com/golangci/golangci-lint to v1.60.2 (#5711)30fc407
fix(deps): update golang.org/x/exp digest to 9b4947d (#5729)9402143
fix(deps): update golang.org/x/exp digest to 778ce7b (#5728)bc48d69
chore(deps): update google.golang.org/genproto/googleapis/rpc digest to fc7c0...fe02ce7
chore(deps): update google.golang.org/genproto/googleapis/api digest to fc7c0...002c0a4
Movelog.Processor.Enabled
to independentFilterProcessor
interfaced type...fe6c67e
OpenCensus bridge to support TraceState (#5651)83ae9bd
Bugfix: OTLP exporters should not percent decode the key when parsing HEADERS...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