Skip to content

Releases: gravitational/teleport

Teleport 2.0.2

17 Apr 19:26
Compare
Choose a tag to compare

Description

v2.0.2 is a maintenance release which fixes SSH agent forwarding permissions issues.

Fixes

#936

Teleport 2.1.0 Alpha 2

13 Apr 19:04
Compare
Choose a tag to compare
Pre-release
Merge pull request #927 from gravitational/rjones/acr-values

Added support for ACR values for OIDC connectors.

Teleport 2.0.1

11 Apr 18:22
Compare
Choose a tag to compare

Description

Teleport 2.0.1 is a major new release of Teleport.

Teleport is a modern SSH server for remotely accessing clusters of Linux servers via SSH or HTTPS. It is intended to be used instead of sshd. Teleport enables teams to easily adopt SSH best practices like: certificate-based access, two-factor authentication, session recording and audit, external identity providers, and much more.

New Features

  • Role-based access control (RBAC) (available in Teleport Enterprise).
  • Dynamic configuration: manage resources like Roles and Trusted Clusters at runtime (available in Teleport Enterprise).
  • Native support for DynamoDB back-end for storing cluster state.
  • It is now possible to disable Two-Factor Authentication (2FA).
  • Support for Time-based One-time Password Algorithm (TOTP) for Two-Factor Authentication.
  • New and easy to use framework for implementing secret storage plug-ins.
  • Audit log format has been finalized and documented.
  • Experimental simple file-based secret storage back-end.
  • SSH agent forwarding (available in Teleport Enterprise).
  • Dynamic Roles for external identity providers (available in Teleport Enterprise).
  • Added the ability to map claims to roles for external identity providers (available in Teleport Enterprise).

Improvements

  • Friendlier CLI error messages.
  • Improvements to OpenSSH interoperability including:
    • Host Certificates now contain DNS names as well as Teleport IDs.
    • Corrected export formats for Certificate Authorities.
    • tsh login and tsh agent now support loading keys into external SSH agents.
    • Improvements and fixes for Ansible integration.
  • Server-side enforceable authentication.
  • Enhanced OIDC functionality to support parsing UserInfo for claims information.

Full list of Github Issues

Teleport 2.0 RC 2

21 Mar 23:57
Compare
Choose a tag to compare
Teleport 2.0 RC 2 Pre-release
Pre-release
Merge pull request #854 from gravitational/rjones/rc2

Release RC2.

Teleport 2.0 RC 1

17 Mar 22:16
Compare
Choose a tag to compare
Teleport 2.0 RC 1 Pre-release
Pre-release
Merge pull request #847 from gravitational/rjones/rc-1

Release RC 1.

Teleport 2.0 Beta 2

15 Mar 00:43
Compare
Choose a tag to compare
Teleport 2.0 Beta 2 Pre-release
Pre-release
Merge pull request #836 from gravitational/rjones/release

Release 2.0.0-beta.2.

Teleport 2.0 Beta 1

13 Mar 18:25
Compare
Choose a tag to compare
Teleport 2.0 Beta 1 Pre-release
Pre-release
Merge pull request #831 from gravitational/rjones/bump-release

Bumped release.

Alpha pre-production release. Use at your own risk

28 Feb 01:21
Compare
Choose a tag to compare
Merge pull request #796 from gravitational/alexey/css-fixes

(web) css fixes

Teleport 1.3.2 Release

10 Jan 07:51
Compare
Choose a tag to compare

Description

v1.3.2 is a maintenance release which fixes a Web UI issue when in some cases static web assets like custom fonts would not load properly.

Fixes

Teleport 1.3.1 Release

21 Dec 01:25
Compare
Choose a tag to compare

Description

v1.3.1 is a maintenance release which fixes a few issues found in 1.3

Issues

  • Teleport session recorder can skip characters.
  • U2F was enabled by default in "demo mode" if teleport.yaml file was missing.

Improvements

  • U2F documentation has been improved.