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

kubernetes-cli 1.3.0 (stable), 1.4.0-alpha.0 (devel) #2731

Closed
wants to merge 1 commit into from

Conversation

tksm
Copy link
Contributor

@tksm tksm commented Jul 5, 2016

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same formula update/change?
  • Have you built your formula locally prior to submission with brew install <formula> (where <formula> is the name of the formula you're submitting)?
  • Does your submission pass brew audit --strict --online <formula> (after doing brew install <formula>)?

There is the open issue #1676 but it seems to be neglected and not latest version.

@@ -30,7 +30,7 @@ def install

dir = "_output/local/bin/darwin/#{arch}"
bin.install "#{dir}/kubectl"
bash_completion.install "contrib/completions/bash/kubectl"
(bash_completion/"kubectl").write `#{bin}/kubectl completion bash`
Copy link
Contributor

Choose a reason for hiding this comment

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

kubectl v1.3.0 does not support the completion subcommand as far as I know, so I would avoid doing that before v1.4.0 becomes the new stable

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe completion subcommand was implemenented in v1.3.0-alpha5. I confirmed completion works in v1.3.0 (stable) and 1.4.0-alpha.0 (devel).

https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md/#v130-alpha5

  • Move shell completion generation into 'kubectl completion' command (#23801, @sttts)

Copy link
Contributor

Choose a reason for hiding this comment

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

My bad, I missed that commit. Thanks a lot for adding this! 👍

@DomT4
Copy link
Member

DomT4 commented Jul 6, 2016

Merged in 0676761. Thank you for your contribution to Homebrew @tksm; we appreciate it! 😺

@DomT4 DomT4 closed this in 0676761 Jul 6, 2016
@tksm tksm deleted the update-kubernetes-cli branch July 6, 2016 04:42
@Homebrew Homebrew locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants