Warning
This release contains breaking API changes, meaning that existing API clients might not work anymore. Compatible Terraform provider and Kubernetes operator updates will be released together with a stable release.
Features
- Kubernetes
exec,attach,port-forwardand debug container usage is now logged in the structured audit log by @huguesgr in #2558
Fixes
- fixed #2597 - the public key and SSO credential update endpoints allowed moving credentials between users by @Eugeny in cee6464
- fixed #2598 - commands and subsystems started through a pending session approval were not recorded by @fukajan in 4b5f9c7
- A malformed
external_host(a URL, ahost:portpair) is now parsed (best effort) or produces a config warning by @Eugeny in 5b5cabf - Admin and gateway API error responses now log the reason for the failure by @Eugeny in 79182c0
- 3xx HTTP responses are no longer logged as errors by @Eugeny in 4c0d046
Full Changelog: v0.29.0-beta.2...v0.29.0-beta.3