Skip to content
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

[2024-08-29] Bump dependency updates identified by dependabot #18515

Merged
merged 9 commits into from
Aug 31, 2024

Conversation

Reference:
- etcd-io#18504

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Reference:
- etcd-io#18500

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
…ump go.opentelemetry.io/otel/trace from 1.28.0 to 1.29.

Reference:
- etcd-io#18499
- etcd-io#18498

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Reference:
- etcd-io#18497

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
….20.2

Reference:
- etcd-io#18492

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Log:

integration/metrics_test.go:139:4: SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
			t.Fatalf(err.Error())
			^
integration/clientv3/lease/lease_test.go:410:4: SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
			t.Fatalf(errMsg)

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Aug 29, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 27 lines in your changes missing coverage. Please review.

Project coverage is 68.85%. Comparing base (fe796ab) to head (d82b977).
Report is 2 commits behind head on main.

Current head d82b977 differs from pull request most recent head 06a6da0

Please upload reports for the commit 06a6da0 to get more accurate results.

Files with missing lines Patch % Lines
client/v3/kubernetes/client.go 0.00% 27 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
Files with missing lines Coverage Δ
client/v3/kubernetes/client.go 0.00% <0.00%> (ø)

... and 22 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #18515      +/-   ##
==========================================
+ Coverage   68.77%   68.85%   +0.08%     
==========================================
  Files         420      420              
  Lines       35489    35470      -19     
==========================================
+ Hits        24407    24423      +16     
+ Misses       9650     9613      -37     
- Partials     1432     1434       +2     

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe796ab...06a6da0. Read the comment docs.

@ivanvc
Copy link
Member

ivanvc commented Aug 29, 2024

@henrybear327, it looks like dependabot didn't try to update go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc to 1.29.0. I think it's because we closed #18297, as it looked indirect, but it's a direct dependency defined in server/go.mod. So, maybe along with your commit 7ef38ee, you can update that dependency too if that makes sense.

@ahrtr
Copy link
Member

ahrtr commented Aug 30, 2024

I think it's because we closed #18297, as it looked indirect, but it's a direct dependency defined in server/go.mod

Right. purely indirect should mean that it's a purely indirect dependency in all modules.

maybe along with your commit 7ef38ee, you can update that dependency too

+1

@ahrtr
Copy link
Member

ahrtr commented Aug 30, 2024

So, maybe along with your commit 7ef38ee, you can update that dependency too if that makes sense.

It's OK to address it in a separate PR, which might be a little easier. @henrybear327 Please let's know if you want to resolve it in this PR or a separate PR

Copy link
Member

@ivanvc ivanvc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. As @ahrtr suggested, we can bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc in a follow-up pull request. Thanks, Henry.

@henrybear327
Copy link
Contributor Author

➜  etcd git:(dependencies/08_29_24) grep -Ri "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v" | grep -v sum 
./etcdutl/go.mod:       go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
./go.mod:       go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
./tests/go.mod: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
./server/go.mod:        go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0

I can bump it now. Sorry for missing the discussion!

…lptracegrpc from 1.27.0 to 1.29.0

Reference:
- etcd-io#18515

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
…0-20240814211410-ddb44dafa142 to v0.0.0-20240822170219-fc7c04adadcd

Due to bumping go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.27.0 to 1.29.0

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
…0-20240814211410-ddb44dafa142 to v0.0.0-20240822170219-fc7c04adadcd

Due to bumping go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.27.0 to 1.29.0

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
@henrybear327
Copy link
Contributor Author

LGTM. As @ahrtr suggested, we can bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc in a follow-up pull request. Thanks, Henry.

@ivanvc @ahrtr bumped the dependency as requested/spotted!

Sorry for missing out on the previous comment again.

@henrybear327 henrybear327 requested a review from ivanvc August 30, 2024 21:04
@henrybear327
Copy link
Contributor Author

/retest

1 similar comment
@henrybear327
Copy link
Contributor Author

/retest

Copy link
Member

@ivanvc ivanvc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks, Henry.

Copy link
Member

@ahrtr ahrtr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahrtr, henrybear327, ivanvc

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ahrtr ahrtr merged commit 4bb9392 into etcd-io:main Aug 31, 2024
43 checks passed
@henrybear327 henrybear327 deleted the dependencies/08_29_24 branch September 1, 2024 14:17
a-nych pushed a commit to a-nych/etcd that referenced this pull request Oct 16, 2024
…lptracegrpc from 1.27.0 to 1.29.0

Reference:
- etcd-io#18515

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
a-nych pushed a commit to a-nych/etcd that referenced this pull request Oct 16, 2024
…lptracegrpc from 1.27.0 to 1.29.0

Reference:
- etcd-io#18515

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

5 participants