-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Update logrus to v1.6.0, fixes #3223 #3224
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
Update logrus to v1.6.0, fixes #3223 #3224
Conversation
Thanks! Change itself looks good, but I see you forgot the DCO sign off in your commit message; https://github.com/docker/distribution/blob/master/CONTRIBUTING.md#sign-your-work If you can amend your commit, and force-push, that should update the PR and make CI go green (no need to open a new PR if you amend your commit) |
Fixes distribution#3223 by bumping logrus to v1.6.0, which in turn bumps github.com/konsorten/go-windows-terminal-sequences to v1.0.3 wherein the fix to bad pointer is found. Signed-off-by: Andreas Hassing <andreas@famhassing.dk>
da1fb81
to
9466dd4
Compare
Thanks @thaJeztah, signed off on the commit 😊. |
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.
Thanks! LGTM (not a maintainer)
@manishtomar @dmcgowan ptal |
@AndreasHassing Thanks for the PR. Could you update logrus in https://github.com/docker/go-metrics/ to latest version? |
don't think go-metrics depends on logrus, unless it's through the prometheus client |
Oh yes 🤦 . You are right. Looking at
However, checking
|
@manishtomar: the dependency is removed entirely from logrus between 1.6.0 and master, but they haven't released yet 😊. |
@AndreasHassing Aah ok. Thanks a lot for the info. |
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.
LGTM
Fixes #3223 by bumping logrus to v1.6.0, which in turn bumps github.com/konsorten/go-windows-terminal-sequences to v1.0.3 wherein the fix to bad pointer is found.
A reference to v1.0.1 is still needed, since docker/metrics has that reference (not sure if it is using it, but I digress).