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 Cobra to 1.0.0 release #7904

Merged
merged 1 commit into from
Apr 13, 2020

Conversation

marckhouzam
Copy link
Member

Cobra has just done their 1.0.0 release: https://github.com/spf13/cobra/releases/tag/v1.0.0 🎉

The major change since the version we currently use (0.0.5) is actually the support for Custom Go Completions and Fish completions, based on what was done for Helm.

The only other noticeable change is:

which is fully-backwards compatible. So I'm confident this PR is safe to take in.

This PR is the first step in making use of Cobra's new Custom Go Completions and dropping all that code from Helm.

Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
@helm-bot helm-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 11, 2020
@marckhouzam marckhouzam merged commit a806326 into helm:master Apr 13, 2020
@marckhouzam marckhouzam deleted the fix/updateCobra branch April 13, 2020 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants