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

"brew upgrade" suggestion can fail if user has not done "brew update" #370

Open
adamancini opened this issue Mar 13, 2024 · 1 comment
Open
Labels
echoes/effort: S Low effort changes (M * 0.5) type::chore

Comments

@adamancini
Copy link
Member

I don't think Casks get updated as part of the regular auto-update that occurs during a brew upgrade - I have several times had to explicitly issue a brew update && brew upgrade replicatedhq/replicated/cli to get the CLI package to upgrade.

The suggestion from the binary should probably include something to that effect.

Today:

$ replicated cluster kubeconfig 8d9ae092
Update available: v0.70.0
To upgrade, run "brew upgrade replicatedhq/replicated/cli"

$ brew upgrade replicatedhq/replicated/cli
Warning: replicatedhq/replicated/cli 0.69.0 already installed

Should probably read:

To upgrade, run "brew update && brew upgrade replicatedhq/replicated/cli"
@adamancini
Copy link
Member Author

Homebrew/brew#1946 is closed with no solution

@adamancini adamancini added echoes/effort: S Low effort changes (M * 0.5) bug::normal type::chore and removed bug::normal labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes/effort: S Low effort changes (M * 0.5) type::chore
Projects
None yet
Development

No branches or pull requests

1 participant