Skip to content

Releases: gravitational/teleport

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.

Teleport v1.3 Relase

19 Dec 06:29
Compare
Choose a tag to compare
Teleport v1.3 Relase Pre-release
Pre-release

This release includes several major new features and it's recommended for production use.

New Features:

  • Support for hardware U2F keys for 2nd factor authentication.
  • CLI client profiles: tsh can now remember its --proxy setting.
  • tctl auth sign command to allow administrators to generate user session keys
  • Web UI is now served directly from the executable (no more need for web assets in /usr/local/share/teleport)

Bug Fixes:

  • Multiple auth servers in config doesn't work if the last on is not reachable. #593
  • tsh scp -r does not handle directory upload properly #606

Teleport 1.2 Release

10 Oct 23:43
Compare
Choose a tag to compare

This is a maintenance release and it's a drop-in replacement for previous versions.

Changes:

  • Usability bugfixes as can be seen here
  • Updated documentation
  • Added examples directory with sample configuration and systemd unit file.