All Versions
256
Latest Version
Avg Release Cycle
3 days
Latest Release
-

Changelog History
Page 9

  • v4.3.5-dev.2

    August 13, 2020
  • v4.3.5-dev.1

    August 13, 2020
  • v4.3.4 Changes

    August 13, 2020

    πŸš€ This release of Teleport contains multiple bug fixes.

    • Fixed issue that caused intermittent login failures when using PAM modules like pam_loginuid.so and pam_selinux.so. #4133
    • πŸ›  Fixed issue that required users to manually verify a certificate when exporting an identity file. #4003
    • πŸ›  Fixed issue that prevented local user creation using Firestore. #4160
    • πŸ›  Fixed issue that could cause tsh to panic when using a PEM file. #4189
  • v4.3.4-dev.3

    August 12, 2020
  • v4.3.4-dev.2

    August 12, 2020
  • v4.3.4-dev.1

    August 12, 2020
  • v4.3.3

    August 12, 2020
  • v4.3.2 Changes

    πŸš€ This release of Teleport contains multiple bug fixes.

    • βͺ Reverted base OS in container images to Ubuntu. #4054
    • πŸ›  Fixed an issue that prevented changing the path for the Audit Log. #3771
    • πŸ›  Fixed an issue that allowed servers with invalid labels to be added to the cluster. #4034
    • πŸ›  Fixed an issue that caused Cloud Firestore to panic on startup. #4041
    • πŸ›  Fixed an error that would cause Teleport to fail to load with the error "list of proxies empty". #4005
    • πŸ›  Fixed an issue that would prevent playback of Kubernetes session #4055
    • πŸ›  Fixed regressions in the UI. #4013 #4012 #4035 #4051 #4044
  • v4.3.0 Changes

    πŸš€ This is a major Teleport release with a focus on new features, functionality, and bug fixes. It’s a substantial release and users can review 4.3 closed issues on Github for details of all items. We would love your feedback - please pick a time slot for a remote UX feedback session if you’re interested.

    πŸ†• New Features

    πŸ’» Web UI

    πŸ’» Teleport 4.3 includes a completely redesigned Web UI. The new Web UI expands the management functionality of a Teleport cluster and the user experience of using Teleport to make it easier and simpler to use. Teleport's new terminal provides a quick jumping-off point to access nodes and nodes on other clusters via the web.

    πŸ’» Teleport's Web UI now exposes Teleport’s Audit log, letting auditors and administrators view Teleport access events, SSH events, recording session, and enhanced session recording all in one view.

    πŸ”Œ Teleport Plugins

    Teleport 4.3 introduces four new plugins that work out of the box with Approval Workflow. These plugins allow you to automatically support role escalation with commonly used third party services. The built-in plugins are listed below.

    πŸ‘Œ Improvements

    • Added the ability for local users to reset their own passwords. #2387
    • πŸ‘ Added user impersonation (kube_users) support to Kubernetes Proxy. #3369
    • πŸ‘ Added support for third party S3-compatible storage for sessions. #3057
    • πŸ‘ Added support for GCP backend data stores. #3766 #3014
    • πŸ‘ Added support for X11 forwarding to OpenSSH servers. #3401
    • πŸ”Œ Added support for auth plugins in proxy kubeconfig. #3655
    • πŸ‘ Added support for OpenSSH-like escape sequence. #3752
    • πŸ’» Added --browser flag to tsh. #3737
    • ⚑️ Updated teleport configure output to be more useful out of the box. #3429
    • ⚑️ Updated ability to only show SSO on the login page. #2789
    • ⚑️ Updated help and support section in Web UI. #3531
    • ⚑️ Updated default SSH signing algorithm to SHA-512 for new clusters. #3777
    • Standardized audit event fields.

    πŸ›  Fixes

    • πŸ›  Fixed removing existing user definitions in kubeconfig. #3209
    • πŸ›  Fixed an issue where port forwarding could fail in certain circumstances. #3749
    • πŸ›  Fixed temporary role grants issue when forwarding Kubernetes requests. #3624
    • πŸ›  Fixed an issue that prevented copy/paste in the web termination. #92
    • βœ… Fixed an issue where the proxy did not test Kubernetes permissions at startup. #3812
    • πŸ›  Fixed tsh and gpg-agent integration. #3169
    • 🐳 Fixed Vulnerabilities in Teleport Docker Image https://quay.io/repository/gravitational/teleport?tab=tags

    πŸ“š Documentation

    ⬆️ Upgrade Notes

    Always follow the recommended upgrade procedure to upgrade to this version.

    πŸ†• New Signing Algorithm

    πŸš€ If you’re upgrading an existing version of Teleport, you may want to consider rotating CA to SHA-256 or SHA-512 for RSA SSH certificate signatures. The previous default was SHA-1, which is now considered to be weak against brute-force attacks. SHA-1 certificate signatures are also no longer accepted by OpenSSH versions 8.2 and above. All new Teleport clusters will default to SHA-512 based signatures. To upgrade an existing cluster, set the following in your teleport.yaml:

    teleport:
        ca_signature_algo: "rsa-sha2-512"
    

    Rotate the cluster CA, following these docs.

    πŸ’» Web UI

    πŸ’» Due to the number of changes included in the redesigned Web UI, some URLs and functionality have shifted. Refer to the following ticket for more details. #3580

    🌲 RBAC for Audit Log and Recorded Sessions

    πŸ’» Teleport 4.3 has made the audit log accessible via the Web UI. Enterprise customers can limit access by changing the options on the new event resource.

  • v4.2.12 Changes

    October 01, 2020

    πŸš€ This release of Teleport contains a security fix.

    • ⚑️ Mitigated CVE-2020-15216 by updating github.com/russellhaering/goxmldsig.

    Details

    A vulnerability was discovered in the github.com/russellhaering/goxmldsig library which is used by Teleport to validate the
    πŸ”§ signatures of XML files used to configure SAML 2.0 connectors. With a carefully crafted XML file, an attacker can completely
    bypass XML signature validation and pass off an altered file as a signed one.

    Actions

    ⚑️ The goxmldsig library has been updated upstream and Teleport 4.2.12 includes the fix. Any Enterprise SSO users using Okta,
    ⬆️ Active Directory, OneLogin or custom SAML connectors should upgrade their auth servers to version 4.2.12 and restart Teleport.

    ⚑️ If you are unable to upgrade immediately, we suggest deleting SAML connectors for all clusters until the updates can be applied.

    Download

    πŸš€ Download the current and previous releases of Teleport at https://gravitational.com/teleport/download.