Skip to content
Merged
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 19.0.0 (xx/xx/xx)

### Breaking changes

#### macOS 12

The minimum version of macOS required to run Teleport or associated client tools
is now macOS 12 (Monterey).

## 18.0.0 (xx/xx/xx)

### Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ endif

ifeq ("$(OS)","darwin")
# Set the minimum version for macOS builds for Go, Rust and Xcode builds.
# (as of Go 1.23 we require macOS 11)
MINIMUM_SUPPORTED_MACOS_VERSION = 11.0
# (as of Go 1.25 we require macOS 12)
MINIMUM_SUPPORTED_MACOS_VERSION = 12.0
MACOSX_VERSION_MIN_FLAG = -mmacosx-version-min=$(MINIMUM_SUPPORTED_MACOS_VERSION)

# Go
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/installation/macos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- platform-wide
---

This guide explains how to install Teleport on macOS.
This guide explains how to install Teleport on macOS.

For an overview of Teleport installation methods and supported platforms, see
[Installation](./installation.mdx).
Expand All @@ -15,7 +15,7 @@ For an overview of Teleport installation methods and supported platforms, see
## Operating system support
| Operating System | `teleport` Daemon | `tctl` Admin Tool | `tsh` and Teleport Connect User Clients [1] | Web UI (via the browser) | `tbot` Daemon |
| - | - | - | - | - | - |
| macOS 11+ (Big Sur)| yes | yes | yes | yes | yes |
| macOS 12+ (Monterey) | yes | yes | yes | yes | yes |

\[1] *`tsh` is a Command Line Client (CLI) and Teleport Connect is a Graphical User Interface (GUI) desktop client. See
[Using Teleport Connect](../connect-your-client/teleport-connect.mdx) for usage and installation*.
Expand Down
2 changes: 1 addition & 1 deletion lib/web/scripts/node-join/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Things it doesn't do (yet):
- Architectures
- x86_64
- aarch64
- macOS 11.0+
- macOS 12.0+
- uses `.tar.gz` tarball package

## Arguments
Expand Down
Loading