cli
cli copied to clipboard
Remove tektoncd/tool homebrew
We have an custom Cask/Brew for us in tektoncd/tool which is nice and dandy but homebrew-core have been pretty swift to merge our PR when needed and it's a step less for the user to be able to install directly wihtout anything else.
Should we start deprecating the tektoncd/tool from the documentation.. Letting this know first in the release note for one or two version before completely stopping updating it and removing it ?
/kind question
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
/lifecycle rotten
Send feedback to tektoncd/plumbing.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
/lifecycle stale
Send feedback to tektoncd/plumbing.
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.
/close
Send feedback to tektoncd/plumbing.
@tekton-robot: Closing this issue.
In response to this:
Rotten issues close after 30d of inactivity. Reopen the issue with
/reopen. Mark the issue as fresh with/remove-lifecycle rotten./close
Send feedback to tektoncd/plumbing.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/remove-lifecycle rotten /remove-lifecycle stale /lifecycle frozen /reopen
@vdemeester: Reopened this issue.
In response to this:
/remove-lifecycle rotten /remove-lifecycle stale /lifecycle frozen /reopen
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
As another step you could warn folks in the tap formulae for tektoncd/tool. Adding something like this to the brews section of goreleaser.yml would do the trick:
custom_block: |
deprecate! date: "2022-04-26", because: :deprecated_upstream
ohai "To upgrade your tekton cli, do the following:"
ohai " brew untap tektoncd/tools"
ohai " brew install tektoncd-cli"
opoo "tapping is no longer needed, use the official homebrew formulae"
@dudash very good idea!