cli icon indicating copy to clipboard operation
cli copied to clipboard

Remove tektoncd/tool homebrew

Open chmouel opened this issue 5 years ago • 8 comments

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

chmouel avatar Feb 05 '20 17:02 chmouel

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.

tekton-robot avatar Aug 13 '20 09:08 tekton-robot

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.

tekton-robot avatar Aug 13 '20 09:08 tekton-robot

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 avatar Aug 13 '20 09:08 tekton-robot

@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.

tekton-robot avatar Aug 13 '20 09:08 tekton-robot

/remove-lifecycle rotten /remove-lifecycle stale /lifecycle frozen /reopen

vdemeester avatar Aug 13 '20 09:08 vdemeester

@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.

tekton-robot avatar Aug 13 '20 09:08 tekton-robot

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 avatar Apr 27 '22 00:04 dudash

@dudash very good idea!

chmouel avatar Apr 27 '22 08:04 chmouel