diff --git a/supplemental/CHANGELOG.md b/supplemental/CHANGELOG.md index 03d7d8df..38e59993 100644 --- a/supplemental/CHANGELOG.md +++ b/supplemental/CHANGELOG.md @@ -2,14 +2,20 @@ - Add initial S.M.A.R.T. support for disk health monitoring. (#962) +- Add `henrygd/beszel-agent:alpine` Docker image and include `smartmontools` in all non-base agent images. + +- Remove environment variables from container details (#1305) + - Add `CONTAINER_DETAILS` environment variable to control access to container logs and info APIs. (#1305) - Improve temperature chart by allowing y-axis to start above 0 for better readability. (#1307) -- Add `henrygd/beszel-agent:alpine` Docker image and include `smartmontools` in all non-base agent images. - - Improve battery detection logic. (#1287) +- Limit docker log size to prevent possible memory leak. (#1322) + +- Update Go dependencies. + ## 0.14.1 - Add `MFA_OTP` environment variable to enable email-based one-time password for users and/or superusers.