-
Notifications
You must be signed in to change notification settings - Fork 403
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 Go dependencies, fix broken tests #482
Conversation
@jdolitsky Adds some review comments 👀 |
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 (coming in cold 🥶). @jdolitsky @scbizu let me know if you want me to carry over the changes requested to a subsequent PR. I plan on removing any code using the EnforceSemver2
flag but still keeping the flag of course (if that's what we want to do) and then also make sure we return a 400
if the version is invalid (instead of a 500).
Signed-off-by: Josh Dolitsky <[email protected]>
b462313
to
01b1309
Compare
@cbuto - thanks for taking a look. That would be great, thank you! |
Update Go dependencies, including Helm. Fixes #480 and #479
@scbizu - updating Helm version causes inability to parse invalid semver charts... should we deprecate the
--enforce-semver2
since Helm doesnt support this anymore?