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

Downgrade siruspen/logrus from 1.5 to 1.4.2 #885

Merged
merged 3 commits into from
Apr 3, 2020

Conversation

umohnani8
Copy link
Member

The upgrade of logrus forces to update the dependency in go module
consumers as well.

The new locking in logrus 1.5.0 introduces regressions in conjunction to
deadlocks when using custom hooks, which is the case in CRI-O for
example.
Having it point to v1.5.0 here is forcing cri-o to upgrade it as well
when we update c/image to 5.3.1.

Let's downgrade logrus till sirupsen/logrus#1122
is fixed.

And bump up the version to 5.4.1

Signed-off-by: Urvashi Mohnani umohnani@redhat.com

The upgrade of logrus forces to update the dependency in go module
consumers as well.

The new locking in logrus 1.5.0 introduces regressions in conjunction to
deadlocks when using custom hooks, which is the case in CRI-O for
example.

Having it point to v1.5.0 here is forcing cri-o to upgrade it as well
when we update c/image to 5.3.1.

Let's downgrade logrus till sirupsen/logrus#1122
is fixed.

Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
@umohnani8
Copy link
Member Author

@rhatdan @mtrmac PTAL

@mrunalp
Copy link
Contributor

mrunalp commented Apr 3, 2020

LGTM

Copy link
Collaborator

@mtrmac mtrmac left a comment

Choose a reason for hiding this comment

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

LGTM.

Please edit the subject of the last commit to s/4.5.2-dev/5.4.2-dev/ , then feel free to merge / tag / release.

Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
@umohnani8
Copy link
Member Author

Woops, fixed!

@mrunalp mrunalp merged commit f0dd9a1 into containers:master Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants