-
-
Notifications
You must be signed in to change notification settings - Fork 11k
teleport@16 (new cask) #212843
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
teleport@16 (new cask) #212843
Conversation
Hmm, CI on |
Does teleport support this version of their platform still? |
https://goteleport.com/docs/upcoming-releases/ 15 is eol this month, and 16 is not yet, few months more. |
Should have a |
Does Teleport 16 receive any updates, or is it just support until September 2025? |
I don't believe there are any minor updates planned, but there could be patch releases. |
We will need to split the |
This PR introduces a versioned cask of Teleport from https://goteleport.com/ . Homebrew already has the newest version of this application as a cask. However, teleport operates with both a server and a client. A server with an old version (e.g. 16, this cask) won't accept a connection from a client with a newer version (e.g. 17, the most recent). So it would be useful to be able to install an older version of the client.
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>
worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully.brew uninstall --cask <cask>
worked successfully.