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

Update vendoring + fix issue with timestamps being added to log #529

Merged
merged 1 commit into from
Mar 31, 2017

Conversation

cdrage
Copy link
Member

@cdrage cdrage commented Mar 31, 2017

As per the vendoring here:
e9544ca
for some odd issue, text_formatter.go in the logrus package was updated
to an older file.

This commit updates the vendoring as well as specifies a specific
version for logrus to be used.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 31, 2017
@cdrage
Copy link
Member Author

cdrage commented Mar 31, 2017

Closes #529

@sinnykumari
Copy link

Thanks Charlie! This commit looks good to me in terms of /vendor/golang.org/x/sys update and should fix issue#532

@dustymabe
Copy link
Contributor

@cdrage, do you have any comprehensive tests you can run?

@dustymabe
Copy link
Contributor

@cdrage can you add that this fixes #532 to the commit comment?

also I have a question, if we are updating a lot of different things then I think we might need a new release of kompose in order to put it out. would rather not pull back a patch if its going to be a large change.

@cdrage
Copy link
Member Author

cdrage commented Mar 31, 2017

@dustymabe No comprehensive tests are being run right now, we're working on adding more integration tests. But unit tests + cmd tests are the only ones being ran at the moment.

Yup. We can do another release on Monday!

As per the vendoring here:
kubernetes@e9544ca
for some odd issue, text_formatter.go in the logrus package was updated
to an older file.

This commit updates the vendoring as well as specifies a specific
version for logrus to be used.

Closes + fixes
kubernetes#532
@dustymabe
Copy link
Contributor

dustymabe commented Mar 31, 2017

sounds good. once you commit PR we can have @surajssd build an srpm from this commit (don't need a release yet) and I can run it through the fedora build system to verify everything works on ppc before you do a release.

@cdrage
Copy link
Member Author

cdrage commented Mar 31, 2017

I've confirmed that this commit works and we've gotten a LGTM.

Let's merge this!

@cdrage cdrage merged commit b0c4e23 into kubernetes:master Mar 31, 2017
@cdrage cdrage deleted the fix-logrus-bug branch April 19, 2017 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants