-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
chore: dependency updates for 0.31 #10511
Conversation
lidel
commented
Sep 11, 2024
•
edited
Loading
edited
- manual bump of selected ones for Release 0.31 #10499
- document new metrics in changelog
- redo this PR to keep go 1.22 and avoid explicit toolkit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ℹ️ these changes are introduced by prometheus update
@@ -94,7 +96,6 @@ go_memstats_heap_objects | |||
go_memstats_heap_released_bytes | |||
go_memstats_heap_sys_bytes | |||
go_memstats_last_gc_time_seconds | |||
go_memstats_lookups_total |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ℹ️ Rationale for removal in https://github.com/prometheus/client_golang/releases/tag/v1.20.0 ("was broken anyway")
44a8124
to
4138301
Compare
4138301
to
ec3e7e3
Compare
@@ -1,5 +1,7 @@ | |||
module github.com/ipfs/kubo | |||
|
|||
go 1.22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gammazero fyi latest go-car/v2 removed the need for explicit toolkit version, if this PR looks ok, feel free to merge