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

9.0 post-release 1: update docs versions #11082

Merged
merged 1 commit into from
Mar 11, 2022
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
12 changes: 6 additions & 6 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
}
],
"variables": {
"version": "7.0",
"version": "9.0",
"helm": {
"version": "3.4.2"
},
Expand Down Expand Up @@ -830,14 +830,14 @@
"dbeaver_min_ver": "8.0.3"
},
"teleport": {
"version": "7.0.0",
"version": "9.0.0",
"golang": "1.16",
"plugin": {
"version": "7.0.0"
"version": "9.0.0"
},
"helm_repo_url": "https://charts.releases.teleport.dev",
"latest_oss_docker_image": "quay.io/gravitational/teleport:7",
"latest_ent_docker_image": "quay.io/gravitational/teleport-ent:7"
"latest_oss_docker_image": "quay.io/gravitational/teleport:9",
"latest_ent_docker_image": "quay.io/gravitational/teleport-ent:9"
}
},
"redirects": [
Expand Down Expand Up @@ -1042,4 +1042,4 @@
"permanent": true
}
]
}
}
25 changes: 14 additions & 11 deletions docs/pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,20 @@ Teleport provides three offerings:

Teleport provides security-critical support for the current and two previous releases. With our typical release cadence, this means a release is usually supported for 9 months.

| Release | Long Term Support | Release Date | Min tsh version |
| - | - | - | - |
| 6.2 | No | May 21th, 2021 | 3.0.0 |
| 6.1 | No | April 9th, 2021 | 3.0.0|
| 6 | Yes | March 4th, 2021 | 3.0.0 |
| 5.0 | Yes | November 24th, 2020 | 3.0.0 |
| 4.4 | Yes | October 20th, 2020 | 3.0.0 |
| 4.3 (EOL) | Yes | July 8th, 2020 | 3.0.0 |
| 4.2 (EOL) | Yes | December 19th, 2019 | 3.0.0 |
| 4.1 (EOL) | Yes | October 1st, 2019 | 3.0.0 |
| 4.0 (EOL) | Yes | June 18th, 2019 | 3.0.0 |
| Release | Supported | Release Date |
| --------|-----------| --------------------|
| 9.x.x | Yes | March 11th, 2022 |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this say 9.x.x? We're not releasing 9.x.x on March 11, we're releasing 9.0.0.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this refers to the 9.x.x series. I just made it consistent with how we did it in the past.

| 8.x.x | Yes | November 15th, 2021 |
| 7.x.x | Yes | August 10th, 2021 |
| 6.2.x | No | May 21th, 2021 |
| 6.1.x | No | April 9th, 2021 |
| 6.0.x | No | March 4th, 2021 |
| 5.0 | No | November 24th, 2020 |
| 4.4 | No | October 20th, 2020 |
| 4.3 | No | July 8th, 2020 |
| 4.2 | No | December 19th, 2019 |
| 4.1 | No | October 1st, 2019 |
| 4.0 | No | June 18th, 2019 |

**How should I upgrade my cluster?**

Expand Down