-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
More deprecations #10056
More deprecations #10056
Conversation
Review period ended. |
More deprecations, disabling and removal for Homebrew 2.7.0.
Also: suggest uncommenting this option's |
@EricFromCanada sorry, just saw that after merge. Could you open a PR? |
See #10059. |
|
@SeekingMeaning Might leave that one more release because it breaks formulae pretty badly. |
Will |
@SeekingMeaning yes 🤦🏻 #10084 |
homebrew released version 2.7.0 on December 21st announcement blog: https://brew.sh/2020/12/21/homebrew-2.7.0/ In the change notes under the item "Additional API deprecations, disables and removals." this PR is linked: Homebrew/brew#10056 In this PR, `brew cask` was moved from deprecated to disabled. If users try to install software this way, they get a message like this now: ``` $ brew cask install puppetlabs/puppet/pdk Updating Homebrew... ==> Auto-updated Homebrew! Updated 3 taps (homebrew/cask-versions, homebrew/core and homebrew/cask). ==> Updated Formulae Updated 7 formulae. ==> Updated Casks Updated 2 casks. Error: Calling brew cask install is disabled! Use brew install [--cask] instead. ```
homebrew released version 2.7.0 on December 21st announcement blog: https://brew.sh/2020/12/21/homebrew-2.7.0/ In the change notes under the item "Additional API deprecations, disables and removals." this PR is linked: Homebrew/brew#10056 In this PR, `brew cask` was moved from deprecated to disabled. If users try to install software this way, they get a message like this now: ``` $ brew cask install puppetlabs/puppet/pdk Updating Homebrew... ==> Auto-updated Homebrew! Updated 3 taps (homebrew/cask-versions, homebrew/core and homebrew/cask). ==> Updated Formulae Updated 7 formulae. ==> Updated Casks Updated 2 casks. Error: Calling brew cask install is disabled! Use brew install [--cask] instead. ```
More deprecations, disabling and removal for Homebrew 2.7.0.
Marking as
critical
to get these in for testing over the weekend and (hopefully) release 2.7.0 on Monday or Tuesday.