From 37037b1f4ec6d22af22552f13ab2fef0112ea684 Mon Sep 17 00:00:00 2001 From: henrygd Date: Sun, 26 Oct 2025 11:34:13 -0400 Subject: [PATCH] update changelog --- supplemental/CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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.