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

Ignore stderr when parsing Helm version #294

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

unguiculus
Copy link
Member

Helm v3.4.0 logs a warning about URL deprecation which causes semver
parsing to fail. We need to only read stdout and ignore stderr here.

Signed-off-by: Reinhard Nägele [email protected]

Helm v3.4.0 logs a warning about URL deprecation which causes semver
parsing to fail. We need to only read stdout and ignore stderr here.

Signed-off-by: Reinhard Nägele <[email protected]>
@unguiculus unguiculus requested a review from scottrigby November 3, 2020 20:01
@chukka
Copy link
Contributor

chukka commented Nov 28, 2020

@unguiculus are we planning for a new release with this fix ?

Copy link
Member

@scottrigby scottrigby left a comment

Choose a reason for hiding this comment

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

Good call 👍

@unguiculus unguiculus merged commit 71d0e1e into helm:master Nov 30, 2020
@unguiculus unguiculus deleted the feature/version-parsing branch November 30, 2020 17:58
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