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

Added 10/30 Upcoming Releases Update #48153

Merged
merged 1 commit into from
Nov 18, 2024
Merged
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
108 changes: 35 additions & 73 deletions docs/pages/upcoming-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,97 +9,62 @@

| Version | Date |
|---------|---------------------|
| 17.0.0 | November 15th, 2024 |
| 17.1.0 | December 13th, 2024 |

### 17.0.0

#### New Nav

Teleport 17 will include navigation updates to enhance usability and
scalability of the web UI.

#### Modern Signature Algorithms

Teleport admins will have the option to use elliptic curve cryptography for the
majority of user, host, and certificate authority key material. This includes
Ed25519 SSH keys and ECDSA TLS keys, replacing the RSA keys used today.

#### (Preview) AWS Identity Center integration

Teleport will integrate with AWS Identity Center to allow users to sync and
manage AWS IC group members via Access Lists.

#### Hardware Key support for Teleport Connect

Teleport's support for [hardware-backed private
keys](admin-guides/access-controls/guides/hardware-key-support.mdx) will be extended to
Teleport Connect.

*Delayed from Teleport 16.3.0.*

#### Nested Access Lists

Teleport admins and Access List owners will be able to add Access Lists as
members in other Access Lists.

*Delayed from Teleport 16.2.0.*

#### Access Lists UI/UX improvements

Teleport web UI will have an updated Access Lists page that will include the new table
view, improved search and filtering capabilities.

#### Signed and notarized macOS assets

macOS teleport.pkg installer will include signed and notarized `tsh.app` and `tctl.app`
so downloading a separate tsh.pkg to use Touch ID will no longer be necessary.

In addition, Teleport 17 event-handler and Terraform provider for macOS will also be
signed and notarized.

#### Datadog Incident Management plugin for access requests

Teleport will support PagerDuty-like integration with Datadog's on-call and incident APIs
for access request notifications.

#### Hosted Microsoft Teams plugin for access requests

Users will be able to setup Microsoft Teams integration for access request notifications
using Teleport web UI without needing to self-host the plugin.

### 17.1.0

#### Github access
#### GitHub access

Teleport will natively support Github access allowing users to transparently interact with
Github with RBAC and audit logging support.
Teleport will natively support GitHub access allowing users to transparently
interact with Github with RBAC and audit logging support.

#### Per-session MFA via IdP

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.
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.

#### Access requests support for AWS Identity Center

AWS Identity Center integration will allow users to request short or long term access to permission
sets via Access Requests.
AWS Identity Center integration will allow users to request short or long term
access to permission sets via Access Requests.

#### Database access for PostgreSQL via web UI

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.
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.

#### Hosted email plugin for access requests

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 setup Mailgun or generic SMTP server for access request

Check failure on line 40 in docs/pages/upcoming-releases.mdx

View workflow job for this annotation

GitHub Actions / Lint docs prose style

[vale] reported by reviewdog 🐶 [messaging.capitalization] Capitalize the names of Teleport services and features (access request is incorrect). See the Core Concepts page (https://goteleport.com/docs/core-concepts/) for a reference. Raw Output: {"message": "[messaging.capitalization] Capitalize the names of Teleport services and features (access request is incorrect). See the Core Concepts page (https://goteleport.com/docs/core-concepts/) for a reference.", "location": {"path": "docs/pages/upcoming-releases.mdx", "range": {"start": {"line": 40, "column": 64}}}, "severity": "ERROR"}
notifications using Teleport web UI without needing to self-host the email
plugin.

#### Multi-port support for VNet

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.

#### Graphical Role Editor

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 Policy

| Version | Date |
|---------|---------------|
| 1.26.0 | December 2024 |
| 1.25.0 | December 2024 |
| 1.26.0 | January 2024 |

### 1.25.0

#### Azure integration

Teleport Policy will support Azure integration allowing users to sync Azure
resources such as VMs and databases, and visualize access paths to them.

### 1.26.0

Expand All @@ -109,10 +74,7 @@
enroll multiple self-hosted Teleport clusters into a single Policy instance.
This feature will allow users to see access across all Teleport clusters.

#### NetIQ and Azure integrations

Teleport Policy will support NetIQ and Azure integrations, allowing users to
sync and NetIQ permissions and Azure resources.
*Delayed from Policy 1.25.0.*

## Teleport Cloud

Expand Down
Loading