diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7e5198a4b07..b5af6c728fdfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ In addition, this release contains the following improvements and bug fixes. * Audit Log * Added audit events for Okta integration. [#26003](https://github.com/gravitational/teleport/pull/26003) * Do not include empty Windows domains in audit log for Desktop Access. [#26080](https://github.com/gravitational/teleport/pull/26080) - * Fixed issue with `device.authenticate` showing up as uknown. [#26069](https://github.com/gravitational/teleport/pull/26069) + * Fixed issue with `device.authenticate` showing up as unknown. [#26069](https://github.com/gravitational/teleport/pull/26069) * CLI * Added `--format` flag to `tctl alerts ls` command and include acknowledged alerts in verbose mode. [#26041](https://github.com/gravitational/teleport/pull/26041) * Added `tsh fido2 attobj` debug command that can parse attestation objects. [#25924](https://github.com/gravitational/teleport/pull/25924) @@ -377,7 +377,7 @@ This release of Teleport contains multiple security fixes, improvements and bug * Added support for assuming roles in `tsh proxy aws`. [#21990](https://github.com/gravitational/teleport/pull/21990) * Added early feedback for successful security key taps in `tsh`. [#21780](https://github.com/gravitational/teleport/pull/21780) * Added device lock support. [#21751](https://github.com/gravitational/teleport/pull/21751) -* Added suppport for security contexts in `teleport-kube-agent` Helm chart. [#21535](https://github.com/gravitational/teleport/pull/21535) +* Added support for security contexts in `teleport-kube-agent` Helm chart. [#21535](https://github.com/gravitational/teleport/pull/21535) * Updated `tsh version` command to display client version only via `--client` flag. [#22167](https://github.com/gravitational/teleport/pull/22167) * Updated install script to use enterprise packages for enterprise clusters. [#22109](https://github.com/gravitational/teleport/pull/22109) * Updated install script to use deb/rpm repositories. [#22108](https://github.com/gravitational/teleport/pull/22108) @@ -655,7 +655,7 @@ Get-AdUser -Identity svc-teleport | Select SID * Updated the web UI to use session storage instead of local storage for Teleport's bearer token [#1470](https://github.com/gravitational/webapps/pull/1470) * Added rate limiting to SAML/OIDC routes [#19950](https://github.com/gravitational/teleport/pull/19950) * Fixed an issue connecting to leaf cluster desktops via reverse tunnel [#19945](https://github.com/gravitational/teleport/pull/19945) -* Fixed a backwards compability issue with database access in 11.1.4 [#19940](https://github.com/gravitational/teleport/pull/19940) +* Fixed a backwards compatibility issue with database access in 11.1.4 [#19940](https://github.com/gravitational/teleport/pull/19940) * Fixed an issue where access requests for Kubernetes clusters used improperly cached credentials [#19912](https://github.com/gravitational/teleport/pull/19912) * Added support for CentOS 7 in ARM64 builds [#19895](https://github.com/gravitational/teleport/pull/19895) * Added rate limiting to unauthenticated routes [#19869](https://github.com/gravitational/teleport/pull/19869) @@ -1367,7 +1367,7 @@ secure cipher suites for desktop access. As a result of these changes, desktop access users with desktops running Windows Server 2012R2 will need to perform [additional configuration](https://goteleport.com/docs/desktop-access/getting-started/#step-47-configure-a-certificate-for-rdp-connections) -to force Windows to use commpatible cipher suites. +to force Windows to use compatible cipher suites. Windows desktops running Windows Server 2016 and newer will continue to operate normally - no additional configuration is required. @@ -1949,7 +1949,7 @@ View the [database access with Redshift on AWS guide](docs/pages/database-access * Fixed etcd JWT renewal issue. [#6905](https://github.com/gravitational/teleport/pull/6905) * Fixed issue where `kubectl exec` sessions were not being recorded when the target pod was killed. [#6068](https://github.com/gravitational/teleport/pull/6068) * Fixed an issue that prevented Teleport from starting on ARMv7 systems. [#6711](https://github.com/gravitational/teleport/pull/6711). -* Fixed issue that caused Access Requests to inconsistently allow elevated Kuberentes access. [#6492](https://github.com/gravitational/teleport/pull/6492) +* Fixed issue that caused Access Requests to inconsistently allow elevated Kubernetes access. [#6492](https://github.com/gravitational/teleport/pull/6492) * Fixed an issue that could cause `session.end` events not to be emitted. [#6756](https://github.com/gravitational/teleport/pull/6756) * Fixed an issue with PAM variable interpolation. [#6558](https://github.com/gravitational/teleport/pull/6558) @@ -2254,7 +2254,7 @@ app_service: # By default Teleport will make this application # available on a sub-domain of your Teleport proxy's hostname # internal-dashboard.teleport.example.com - # - thus the importance of setting up wilcard DNS. + # - thus the importance of setting up wildcard DNS. # If you want, it's possible to set up a custom public url. # DNS records should point to the proxy server. # internal-dashboard.teleport.example.com @@ -2852,7 +2852,7 @@ This release of Teleport contains bug and security fixes. This release of Teleport contains bug fixes and improvements. * Fixed a regression in role mapping between trusted clusters. [#3252](https://github.com/gravitational/teleport/issues/3252) -* Improved variety of issues with Enhanced Session Recording including support for more opearting systems and install from packages. [#3279](https://github.com/gravitational/teleport/pull/3279) +* Improved variety of issues with Enhanced Session Recording including support for more operating systems and install from packages. [#3279](https://github.com/gravitational/teleport/pull/3279) ## 4.2.1 @@ -3047,7 +3047,7 @@ This release of Teleport adds support for an older version of Linux. This release of Teleport contains a bug fix. -* Fixed a goroutine leak that occured whenever a leaf cluster disconnected from the root cluster. [#3037](https://github.com/gravitational/teleport/pull/3037) +* Fixed a goroutine leak that occurred whenever a leaf cluster disconnected from the root cluster. [#3037](https://github.com/gravitational/teleport/pull/3037) ## 4.0.9 @@ -3363,7 +3363,7 @@ usability and performance improvements listed below. #### Kubernetes Support -* `tsh login` can retreive and install certificates for both Kubernetes and SSH +* `tsh login` can retrieve and install certificates for both Kubernetes and SSH at the same time. * Full audit log support for `kubectl` commands, including recording of the sessions if `kubectl exec` command was interactive. @@ -3495,7 +3495,7 @@ The primary goal of 2.7.0 release was to address the community feedback and impr #### Bug Fixes -As awlays, this release contains several bug fixes. The full list can be seen [here](https://github.com/gravitational/teleport/milestone/25?closed=1). Here are some notable ones: +As always, this release contains several bug fixes. The full list can be seen [here](https://github.com/gravitational/teleport/milestone/25?closed=1). Here are some notable ones: * It is now possible to issue certificates with a long TTL via admin's `auth sign` tool. Previously they were limited to 30 hours for undocumented reason. [1745](https://github.com/gravitational/teleport/issues/1745) * Dynamic label values were shown as empty strings. [2056](https://github.com/gravitational/teleport/issues/2056) @@ -3828,7 +3828,7 @@ This release of Teleport focuses on bugfixes. * Don't discard initial bytes in HTTP CONNECT tunnel. [#1659](https://github.com/gravitational/teleport/issues/1659) * Pass caching key generator to services and use cache in recording proxy. [#1639](https://github.com/gravitational/teleport/issues/1639) * Only display "Change Password" in UI for local users. [#1669](https://github.com/gravitational/teleport/issues/1669) -* Update Singup URL. [#1643](https://github.com/gravitational/teleport/issues/1643) +* Update Signup URL. [#1643](https://github.com/gravitational/teleport/issues/1643) * Improved Teleport version reporting. [#1538](https://github.com/gravitational/teleport/issues/1538) * Fixed regressions in terminal size handling and Trusted Clusters introduced in 2.4.1. [#1674](https://github.com/gravitational/teleport/issues/1674) [#1692](https://github.com/gravitational/teleport/issues/1692) @@ -3915,7 +3915,7 @@ This release focus was to increase Teleport user experience in the following are #### Improvements * Web UI: users can connect to OpenSSH servers using the Web UI. -* Web UI now supports arbitrarty SSH logins, in addition to role-defined ones, for better compatibility with OpenSSH. +* Web UI now supports arbitrary SSH logins, in addition to role-defined ones, for better compatibility with OpenSSH. * CLI: trusted clusters can now be managed on the fly without having to edit Teleport configuration. [#1137](https://github.com/gravitational/teleport/issues/1137) * CLI: `tsh login` supports exporting a user identity into a file to be used later with OpenSSH. * `tsh agent` command has been deprecated: users are expected to use native SSH Agents on their platforms. @@ -3924,7 +3924,7 @@ This release focus was to increase Teleport user experience in the following are * More granular RBAC rules [#1092](https://github.com/gravitational/teleport/issues/1092) * Role definitions now support templates. [#1120](https://github.com/gravitational/teleport/issues/1120) -* Authentication: Teleport now supports multilpe OIDC/SAML endpoints. +* Authentication: Teleport now supports multiple OIDC/SAML endpoints. * Configuration: local authentication is always enabled as a fallback if a SAML/OIDC endpoints go offline. * Configuration: SAML/OIDC endpoints can be created on the fly using `tctl` and without having to edit configuration file or restart Teleport. * Web UI: it is now easier to turn a trusted cluster on/off [#1199](https://github.com/gravitational/teleport/issues/1199).