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

Updating docs for unify mac changes #46605

Open
wants to merge 7 commits into
base: branch/v17
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/testplan.md
Original file line number Diff line number Diff line change
Expand Up @@ -1367,6 +1367,8 @@ rev. 1607, which is the exact minimum Windows version that we support.
- [ ] `teleport` runs on the minimum supported macOS version
- [ ] `tbot` runs on the minimum supported macOS version
- [ ] Teleport Connect runs on the minimum supported macOS version
- [ ] `tsh touchid diag` shows positive results for all requirements
- [ ] `tctl touchid diag` shows positive results for all requirements (tctl requires you to be authenticated to run)

### Linux

Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@

## 17.0.0 (11/xx/2024)

### ** Not yet released **
### Breaking changes

#### macOS Package Changes

To support a more consistent user experience, the macOS packages have been restructured so that all packages will provide a
`tsh` and `tctl` capable of utilizing TouchID.

The standalone `tsh` and `tctl` binaries have been removed from these packages and
replaced with `tsh.app` and `tctl.app` bundles.
The standalone `tsh.pkg` that installs a `tsh.app` bundle has also been removed as part of these changes since it is now included
by default in all packages.

`/usr/local/bin/tsh` will now be a symbolic link to `/Applications/tsh.app/Contents/MacOS/tsh`
`/usr/local/bin/tctl` will now be a symbolic link to `/Applications/tsh.app/Contents/MacOS/tctl`

## 16.4.6 (10/22/2024)

Expand Down
Loading