coder / envbuilder

Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Enable developers to modify their development environment quickly.
Apache License 2.0
142 stars 26 forks source link

Stop using deprecated codersdk.LogsSender function #260

Closed johnstcn closed 3 months ago

johnstcn commented 3 months ago

We currently use a manually-vendored version of codersdk.LogsSender. This is deprecated and will be removed eventually. Instead, we should use NewLogSender which uses the versioned agent API.