Skip to content

Commit

Permalink
05/19 Upcoming Releases Update
Browse files Browse the repository at this point in the history
  • Loading branch information
russjones committed May 20, 2022
1 parent eecbcaa commit e4a2860
Showing 1 changed file with 40 additions and 27 deletions.
67 changes: 40 additions & 27 deletions docs/pages/preview/upcoming-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ support for Database Access.

### Teleport 10

Teleport 10 will bring Machine ID to GA with support for Kubernetes Access,
CA rotation, and host certificates. Server Access will add support for
automatic user provisioning and IP-based restrictions. Database Access
will add preview support for Snowflake and GA for Microsoft SQL Server and
Redis.
Teleport 10 will bring Machine ID to GA with support for Database Access.
Server Access will add support for automatic user provisioning and IP-based
restrictions. Database Access will add preview support for Snowflake and audit
logging support for Microsoft SQL Server and Elasticache support for Redis.

In addition, Teleport 10 will include preview releases of Passwordless, and a
In addition, Teleport 10 will include preview releases of Passwordless and a
Kubernetes Operator.

| Version | Date | Description |
Expand All @@ -35,50 +34,64 @@ Kubernetes Operator.

### Teleport 10.1

Teleport 10.1, Database Access will add support for Cassandra. Desktop Access
will add support for file upload/download.
Teleport 10.1 will bring Cassandra support to Database Access, file
upload/download support to Desktop Access, and Kubernetes Access and CA
rotation support to Machine ID.

| Version | Date | Description |
|-------------|------------|----------------------------|
| Release | July 2022 | Good to go for production. |

## Teleport Cloud "Washington"
### Teleport 10.2

The key areas of focus for Teleport cloud in early 2022 are:
Teleport 10.2 will bring host certificate support to Machine ID and
Elasticsearch support to Database Access.

| Version | Date | Description |
|-------------|--------------|----------------------------|
| Release | August 2022 | Good to go for production. |

## Teleport Cloud

The key areas of focus for Teleport Cloud in summer 2022 are:
- Ensuring the best routing and latency experience
- Stronger outbound communications on cloud health and infrastructure changes
- UX where the cloud offering differs from the on-prem offering
- Scheduled upgrades will limit downtime to non-peak hours

### Release Schedule

| Date | Description |
| - | - |
| March 2022 | Complete rollout of our [worldwide access design](https://goteleport.com/blog/access-proxy-latency/), allowing low-latency access from around the world. |
| April 2022 | Update security audit from independent auditors. [2021 Audit](https://goteleport.com/resources/audits/teleport-cloud-security-audit-2021/) |
| Q1 2022 | Roll out a technical communications framework, notifying technical contacts of planned maintenance, infrastructure changes and outages |
| Q1 2022 | Provide a public listing of IP addresses used by Teleport infrastructure for firewall configuration |
| Date | Description |
|-----------|-------------|
| June 2022 | Complete rollout of our [worldwide access design](https://goteleport.com/blog/access-proxy-latency/), allowing low-latency access from around the world. |
| Q2 2022 | Update security audit from independent auditors. [2021 Audit](https://goteleport.com/resources/audits/teleport-cloud-security-audit-2021/) |
| Q2 2022 | Provide a public listing of IP addresses used by Teleport infrastructure for firewall configuration |

## Semantic Versioning

Teleport follows [semantic versioning](https://semver.org/) for pre-releases and releases.
Teleport follows [semantic versioning](https://semver.org/) for pre-releases
and releases.

**Pre-releases**
### Pre-releases

Pre-releases have suffixes `-alpha`, `-beta` and `-rc`.
They are not ready for production:
Pre-releases have suffixes `-alpha`, `-beta` and `-rc`. They are not ready for
production:

- You can use alpha releases such as `5.0.1-alpha.1` for trying new features.
Things can break and new changes may not be backwards-compatible.
- Teleport `beta` releases, such as `5.0.1-beta.2` are suitable for staging environments.
We are unlikely to change the APIs while we are ironing out bugs and UX glitches.
- Teleport `beta` releases, such as `5.0.1-beta.2` are suitable for staging
environments. We are unlikely to change the APIs while we are ironing out
bugs and UX glitches.
- We mark release candidates as `5.0.1-rc.1` coding and bug fixes are finished.
The team is going through the manual test plan to find any regressions.

**Releases**
### Releases

Releases are ready for production use.

- Releases `5.0.0` and `6.0.0` are major releases. We publish 4 major releases each year.
Read more about upgrades and compatibility [here](../setup/operations/upgrading.mdx).
- Releases `5.1.0` are minor releases. They contain minor backwards-compatible improvements and backports.
- Versions like `5.0.1` are quick patches. They contain backwards-compatible fixes.
- Releases `5.0.0` and `6.0.0` are major releases. We publish 4 major releases
each year. Read more about upgrades and compatibility in [Upgrading a Teleport Cluster](../setup/operations/upgrading.mdx).
- Releases `5.1.0` are minor releases. They contain minor backwards-compatible
improvements and backports.
- Versions like `5.0.1` are quick patches. They contain backwards-compatible
fixes.

0 comments on commit e4a2860

Please sign in to comment.