-
Notifications
You must be signed in to change notification settings - Fork 618
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.0.1 #2334
Update logrus to v1.0.1 #2334
Conversation
Fixes case sensitivity issue Signed-off-by: Derek McGowan <[email protected]>
Will re-open once some of the dependencies have been fixed |
I am seeing the same vendor errors on master. It seems like our use of some vendored packages has changed, so we need to revendor those to delete unused subpackages and make I assume this change won't cause problems vendoring swarmkit into projects that still use big-S Sirupsen? |
(Sorry, it's actually files that vndr wants to add. I can open a separate PR to do this if you prefer.) |
Signed-off-by: Derek McGowan <[email protected]>
@dmcgowan: Are you using the latest version of |
@dmcgowan wrt bumping containerd to pickup the new case, with this PR merged onto #2299 the bump to alpha2 then alpha3 was pretty trivial (i.e. trivial enough you could just fold it in rather than create your own branch of containerd): For the alpha2 update it is just
and for the alpha3 it is just
Scratch branch at https://github.com/ijc/swarmkit/tree/containerd-logrus. The bump to alpha2 is actually in the merge. I tested the |
what's the status on this one? |
I believe it's superseded by #2345 |
Ah, thanks! Just hoping all of these PR's are merged before the next release is cut off, otherwise it may be messy 😅 |
Interesting that I can close pull requests but not merge. |
I have the same; it's because of the way the "protected branches" are configured; IIRC, only "owners" are allowed to merge changes to master (I can edit comments, review PR's, close/open PR's and issues, but am not allowed to merge) |
Fixes case sensitivity issue.
See https://github.com/sirupsen/logrus#logrus-