From b6c6a071da6e839642c321ab974a5ae97deb4900 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Mon, 6 Jan 2025 10:57:39 -0500 Subject: [PATCH] Move the Upcoming Releases page to v17 Add the most up-to-date version of the Upcoming Releases page to v17 to coincide with making v17 the default version of the docs. --- docs/pages/upcoming-releases.mdx | 144 +++++++++++++------------------ 1 file changed, 59 insertions(+), 85 deletions(-) diff --git a/docs/pages/upcoming-releases.mdx b/docs/pages/upcoming-releases.mdx index 4a9f00fbc3a85..0778e69c8f47c 100644 --- a/docs/pages/upcoming-releases.mdx +++ b/docs/pages/upcoming-releases.mdx @@ -1,117 +1,107 @@ --- title: Teleport Upcoming Releases description: A timeline of upcoming Teleport releases. -h1: Upcoming Teleport Releases --- -The Teleport team delivers a new major release roughly every 3 months. +The Teleport team delivers a new major release roughly every 4 months. ## Teleport -### Teleport 12.3.0 +| Version | Date | +|---------|-----------------------------| +| 17.1.0 | Week of December 16th, 2024 | +| 17.2.0 | Week of January 6th, 2024 | -#### Automatic user creation for Desktop Access +### 17.1.0 -Teleport's passwordless access for local users will provide the ability to -create Windows users on demand, similar to how host-user creation works for SSH -servers. +#### Access requests support for AWS Identity Center -#### SFTP UX enhancements +AWS Identity Center integration will allow users to request short or long term +access to permission sets via Access Requests. -Will include fixes for wildcard patterns, excessive audit logging and PyCharm -compatibility. [#22748](https://github.com/gravitational/teleport/issues/22748) -[#21518](https://github.com/gravitational/teleport/issues/21518) -[#22982](https://github.com/gravitational/teleport/issues/22982) -[#22263](https://github.com/gravitational/teleport/issues/22263) -[#20863](https://github.com/gravitational/teleport/issues/20863) -[#23593](https://github.com/gravitational/teleport/issues/23593) +#### Database access for PostgreSQL via web UI -| Version | Date | -|---------|---------------| -| 12.3.0 | May 1st, 2023 | - -### Teleport 13.0.0 +Database access users will be able to connect to PostgreSQL databases connected +to Teleport right from the web UI and use psql-style interface to query the +database. -| Version | Date | -|----------------|------------------| -| 13.0.0-alpha.1 | April 17th, 2023 | -| 13.0.0 | May 8th, 2023 | +#### Hosted email plugin for access requests -#### Automatic updates +Users will be able to setup Mailgun or generic SMTP server for access request +notifications using Teleport web UI without needing to self-host the email +plugin. -Users will be able to configure Teleport agents to upgrade automatically. +#### Multi-port support for VNet -#### TLS routing through ALB for server access and Kubernetes access +Users will be able to support multiple ports (or a range of ports) with a +single TCP application, and Teleport VNet will make all of the application's +ports accessible on the virtual network. -Teleport will support server access and Kubernetes access through load -balancers in TLS routing mode. +#### Graphical Role Editor -#### Ability to import applications and groups from Okta to Application Access +Teleport's web UI will include a new role editor that allows users to create +and modify roles without resorting to a raw YAML editor. -Teleport will be able to imports Okta apps and groups and users will be able to -use Access Requests with Okta apps and groups. +#### Granular SSH port forwarding controls -#### AWS OpenSearch support for Database Access +Teleport will allow cluster administrators to enable local and remote port forwarding +separately rather than grouping both types of port forwarding behind a single option. -Database access will add support for connecting to AWS OpenSearch. +### 17.2.0 -#### Cross-Cluster Search for Teleport Connect +#### Per-session MFA via IdP -Teleport Connect will include a new search experience, allowing you to search -for and connect to resources across all logged-in clusters. +Teleport users will be able to satisfy per-session MFA checks by authenticating +with an external identity provider as an alternative to using second factors +registered with Teleport. -#### Kubernetes access performance improvements +*Delayed from Teleport 17.1.0.* -Users will experience better performance when interacting with Kubernetes clusters. +#### GitHub access -#### Universal binaries (including Apple Silicon) for macOS +Teleport will natively support GitHub access allowing users to transparently +interact with Github with RBAC and audit logging support. -Teleport will run natively on ARM Macs, without the need for Rosetta emulation. +*Delayed from Teleport 17.1.0.* -#### Simplified RDS onboarding flow in Access Management UI +#### Oracle Toad 🐸 client support -Teleport Access Management UI will provide ability to connect to AWS account -and select RDS databases for onboarding. +Oracle Database Access users will be able to use Toad GUI client. -#### Light theme for Web UI +## Teleport Policy -Teleport's web UI will ship with an optional light theme. - -#### Other - -In addition, the following improvements +| Version | Date | +|---------|---------------| +| 1.26.0 | December 2024 | +| 1.27.0 | January 2025 | -- Improved SQL Server PKINIT Auth support -- Session recording video export support for Desktop Access -- Add support for locking to Web UI -- Device listing in Web UI +### 1.26.0 -### 13.1.0 +#### Role templates -#### GCP Auto-Discovery for Server Access +When calculating access paths, Teleport Policy will take user traits and role +resource labels into account. -Teleport will be able to automatically enroll GCP VM for server access. +### 1.27.0 -#### OpsGenie Access Request Plugin +#### Azure integration -Teleport will include OpsGenie access plugin. +Teleport Policy will support Azure integration allowing users to sync Azure +resources such as VMs, and visualize access paths to them. -*Delayed from Teleport 13.0.0.* +#### NetIQ integration -| Version | Date | -|---------|----------------| -| 12.3.0 | June 1st, 2023 | +Teleport Policy will support NetIQ integration, allowing users to +sync and visualize NetIQ permissions. ## Teleport Cloud The key deliverables for Teleport Cloud in the next quarter: -| Week of | Description | -|------------------|------------------------------------------------------| -| April 10th, 2023 | Teleport 12.2 begins to roll out for Cloud customers | -| May 8th, 2023 | Add support for hosted Access Request plugins | -| June 5th, 2023 | Teleport 13.1 begins to roll out for Cloud customers | -| June 5th, 2023 | Advanced Audit Log rollout begins | +| Week of | Description | +|-----------------------|----------------------------------------------------------------| +| January 6th, 2024 | Teleport 17.1 will begin rollout on Cloud. | +| January 6th, 2024 | Teleport 17.1 agents will begin rollout to eligible tenants. | ## Production readiness @@ -151,19 +141,3 @@ minor release, such as (=teleport.major_version=).1.0. Patch releases contain small bug fixes and can typically be deployed directly to production. - -## Preview Policy - -A product or feature may be marked as "Preview" if any of the following is -true. - -- The product or feature is missing key functionality. For example, Microsoft - SQL Server support for database access initially shipped without audit - logging support. -- The product or feature has NOT been adopted by at least 2 existing customers. -- The product or feature has NOT been through a security audit. -- The documentation for the product or feature is incomplete. -- Assets (e.g. binaries) associated with the feature are not published to our - official downloads page. - -Use preview features in production if the above issues are not a concern.