You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the last Cobra release dates back to a year ago. There has been a couple of fixes that have value. Specifically, #730 is particularly important as it fixes a collision between different cobra apps that perform custom completion.
I'm working on adding custom completion to the Helm project (for the v3 release) but without #730 I cannot add it as it will likely break custom completion for kubectl. In fact, without #730kubectl custom-completion is vulnerable to any other cobra app breaking it.
I tried to simply use the latest Cobra commit, but transitive dependencies of other projects are locked to a tagged releases of Cobra.
Would it be possible to make a 0.0.4 release to make the Cobra fixes of the last year available?
Thank you for considering it.
Marc
The text was updated successfully, but these errors were encountered:
Hello,
the last Cobra release dates back to a year ago. There has been a couple of fixes that have value. Specifically, #730 is particularly important as it fixes a collision between different cobra apps that perform custom completion.
I'm working on adding custom completion to the Helm project (for the v3 release) but without #730 I cannot add it as it will likely break custom completion for
kubectl
. In fact, without #730kubectl
custom-completion is vulnerable to any other cobra app breaking it.I tried to simply use the latest Cobra commit, but transitive dependencies of other projects are locked to a tagged releases of Cobra.
Would it be possible to make a 0.0.4 release to make the Cobra fixes of the last year available?
Thank you for considering it.
Marc
The text was updated successfully, but these errors were encountered: