|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 17.7.3 (09/02/25) |
| 4 | + |
| 5 | +* Aa namespace can now be specified for the `tbot` Kubernetes Secret destination. [#58553](https://github.com/gravitational/teleport/pull/58553) |
| 6 | +* Fixed nested access list hierarchy propagation in case of `tctl` using UpsertAccessList API call. [#58550](https://github.com/gravitational/teleport/pull/58550) |
| 7 | +* Added support for setting `"*"` in role `kubernetes_users`. [#58478](https://github.com/gravitational/teleport/pull/58478) |
| 8 | +* Reduced audit log clutter by compacting contiguous shared directory read/write events into a single audit log event. [#58445](https://github.com/gravitational/teleport/pull/58445) |
| 9 | +* Fixed an issue where VNet could not start because of "VNet is already running" error. [#58389](https://github.com/gravitational/teleport/pull/58389) |
| 10 | +* Fixed incorrect scp exit status between OpenSSH clients and servers. [#58328](https://github.com/gravitational/teleport/pull/58328) |
| 11 | +* Fixed sftp readdir failing due to broken symlinks. [#58321](https://github.com/gravitational/teleport/pull/58321) |
| 12 | +* The following Helm charts now support obtaining the plugin credentials using `tbot`: `teleport-plugin-discord`, `teleport-plugin-email`, `teleport-plugin-jira`, `teleport-plugin-mattermost`, `teleport-plugin-msteams`, `teleport-plugin-pagerduty`, `teleport-plugin-event-handler`. [#58300](https://github.com/gravitational/teleport/pull/58300) |
| 13 | +* Enabled separate request_object_mode setting for MFA flow in OIDC connectors. [#58280](https://github.com/gravitational/teleport/pull/58280) |
| 14 | +* Teleport Connect now supports managed updates. [#58261](https://github.com/gravitational/teleport/pull/58261) |
| 15 | +* Teleport Connect now brings focus back from the browser to itself after a successful SSO login. [#58261](https://github.com/gravitational/teleport/pull/58261) |
| 16 | +* Fixed failure to close user accounting session. [#58164](https://github.com/gravitational/teleport/pull/58164) |
| 17 | +* Fixed an uncaught exception in Teleport Connect on Windows when closing the app while the `TELEPORT_TOOLS_VERSION` environment variable is set. [#58132](https://github.com/gravitational/teleport/pull/58132) |
| 18 | +* Fixed a Teleport Connect crash that occurred when assuming an access request while an application or database connection was active. [#58110](https://github.com/gravitational/teleport/pull/58110) |
| 19 | +* Added paginated API ListDatabases, deprecate GetDatabases. [#58104](https://github.com/gravitational/teleport/pull/58104) |
| 20 | +* Fixed modifier keys getting stuck during remote desktop sessions. [#58102](https://github.com/gravitational/teleport/pull/58102) |
| 21 | +* Enable Azure joining with VMSS. [#58093](https://github.com/gravitational/teleport/pull/58093) |
| 22 | +* Windows desktop LDAP discovery now auto-populates the resource's description field. [#58081](https://github.com/gravitational/teleport/pull/58081) |
| 23 | +* TBot now emits a log message stating the current version on startup. [#58057](https://github.com/gravitational/teleport/pull/58057) |
| 24 | +* Added experimental bound keypair joining method, disabled by default behind a flag. [#57961](https://github.com/gravitational/teleport/pull/57961) |
| 25 | +* Updated Go to 1.24.6. [#57860](https://github.com/gravitational/teleport/pull/57860) |
| 26 | +* Added new `oidc` joining mode for Kubernetes delegated joining to support providers that can be configured to provide public OIDC endpoints, like EKS, AKS, and GKE. [#57800](https://github.com/gravitational/teleport/pull/57800) |
| 27 | +* Newly enrolled Kubernetes agents in will now use Managed Updates by default. [#57783](https://github.com/gravitational/teleport/pull/57783) |
| 28 | + |
| 29 | +Enterprise: |
| 30 | +* For OIDC SSO, the IdP app/client configured for MFA checks is no longer expected to return claims that map to Teleport roles. Valid claim to role mappings are only required for login flows. |
| 31 | +* Fixed SSO MFA method for applications when Teleport is the SAML identity provider and Per-Session MFA is enabled. |
| 32 | +* Fix: Handle disabling okta-requester role assignment. |
| 33 | + |
3 | 34 | ## 17.7.2 (08/18/25)
|
4 | 35 |
|
5 | 36 | * Fixed an issue that could cause some hosts not to register dynamic Windows desktops. [#58062](https://github.com/gravitational/teleport/pull/58062)
|
|
0 commit comments