Skip to content

Commit 7b0f005

Browse files
committed
Move version support table to Upcoming Releases
This change helps guarantee that we'll update the version support table at the same time as the upcoming release table to keep our support windows up to date. Since we otherwise do not update the two tables at the same time, the supported version table has become out of date. This change also updates support windows based on the plan to release v18 in May, 2025, with the assumption that we release a major version every 4 months. This change also moves the compatibility description from FAQ to Upcoming Releases so we keep this info in one place, and links to Upcoming Releases from the relevant section of the FAQ.
1 parent 96138d6 commit 7b0f005

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

docs/pages/faq.mdx

+2-18
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,8 @@ time you run `tsh`.
9393

9494
## Which version of Teleport is supported?
9595

96-
Teleport releases a new major version approximately every 4 months, and provides
97-
security-critical support for the current and two previous major versions. With
98-
our typical release cadence, we usually support each major version for 12
99-
months.
100-
101-
### Supported versions
102-
103-
Here are the major versions of Teleport and their support windows:
104-
105-
| Release | Release Date | EOL | Minimum `tsh` version |
106-
|---------|-------------------|---------------|-----------------------|
107-
| v17.0 | November 16, 2024 | November 2025 | v16.0.0 |
108-
| v16.0 | June 14, 2024 | June 2025 | v15.0.0 |
109-
| v15.0 | January 29, 2024 | January 2025 | v14.0.0 |
110-
111-
### Version compatibility
112-
113-
(!docs/pages/includes/compatibility.mdx!)
96+
See [Upcoming Releases](upcoming-releases.mdx) for the versions of Teleport that
97+
we support and how long we plan to continue supporting them.
11498

11599
## Does the Web UI support copy and paste?
116100

docs/pages/upcoming-releases.mdx

+19-1
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,29 @@ title: Teleport Upcoming Releases
33
description: A timeline of upcoming Teleport releases.
44
---
55

6-
The Teleport team delivers a new major release roughly every 4 months.
6+
Teleport releases a new major version approximately every 4 months, and provides
7+
security-critical support for the current and two previous major versions. With
8+
our typical release cadence, we usually support each major version for 12
9+
months.
710

811
## Teleport
912

13+
We plan to release the following versions in the coming months:
14+
1015
| Version | Date |
1116
|---------|-----------------------------|
1217
| 17.4.0 | Week of March 24th, 2025 |
1318
| 17.5.0 | Week of May 19th, 2025 |
1419
| 18.0.0 | Week of May 26th, 2025 |
1520

21+
We continue to support the following major versions of Teleport:
22+
23+
| Release | Release Date | EOL | Minimum `tsh` version |
24+
|---------|-------------------|----------------|-----------------------|
25+
| v17.x | November 16, 2024 | January 2026 | v16.0.0 |
26+
| v16.x | June 14, 2024 | September 2025 | v15.0.0 |
27+
| v15.x | January 29, 2024 | May 2025 | v14.0.0 |
28+
1629
### 17.4.0
1730

1831
#### Database access for Oracle RDS
@@ -117,3 +130,8 @@ minor release, such as (=teleport.major_version=).1.0.
117130

118131
Patch releases contain small bug fixes and can typically be deployed directly
119132
to production.
133+
134+
## Version compatibility
135+
136+
(!docs/pages/includes/compatibility.mdx!)
137+

0 commit comments

Comments
 (0)