diff --git a/beszel.go b/beszel.go index 5753e2ff..a58e5bef 100644 --- a/beszel.go +++ b/beszel.go @@ -6,7 +6,7 @@ import "github.com/blang/semver" const ( // Version is the current version of the application. - Version = "0.18.3" + Version = "0.18.4" // AppName is the name of the application. AppName = "beszel" ) diff --git a/internal/site/package.json b/internal/site/package.json index ea016bc5..4d03d1fd 100644 --- a/internal/site/package.json +++ b/internal/site/package.json @@ -1,7 +1,7 @@ { "name": "beszel", "private": true, - "version": "0.18.3", + "version": "0.18.4", "type": "module", "scripts": { "dev": "vite --host", diff --git a/supplemental/CHANGELOG.md b/supplemental/CHANGELOG.md index 50d6b87c..a21cbc14 100644 --- a/supplemental/CHANGELOG.md +++ b/supplemental/CHANGELOG.md @@ -1,10 +1,10 @@ -## Unreleased +## 0.18.4 -- Add outbound heartbeat monitoring to external services (BetterStack, Uptime Kuma, Healthchecks.io, etc.) with system status summary payload. Configured via `BESZEL_HUB_HEARTBEAT_URL`, `BESZEL_HUB_HEARTBEAT_INTERVAL`, and `BESZEL_HUB_HEARTBEAT_METHOD` environment variables. +- Add outbound heartbeat monitoring to external services (#1729) -- Add GPU monitoring for Apple Silicon. (#1747, #1746) +- Add experimental GPU monitoring for Apple Silicon. (#1747, #1746) -- Add `nvtop` integration for expanded GPU compatibility. +- Add `nvtop` integration for GPU monitoring. (#1508) - Add `GPU_COLLECTOR` environment variable to manually specify the GPU collector(s). @@ -16,11 +16,21 @@ - Add `fingerprint` command to the agent. (#1726) +- Add precise value entry for alerts via text input. (#1718) + - Include GTT memory in AMD GPU metrics and improve device name lookup. (#1569) +- Improve multiplexed logs detection for Podman. (#1755) + +- Harden against Docker API path traversal. + - Fix issue where the agent could report incorrect root disk I/O when running in Docker. (#1737) -- Update Go to 1.26. +- Retry Docker check on non-200 HTTP response. (#1754) + +- Fix race issue with meter threshold colors. + +- Update Go version and dependencies. - Add `InstallMethod` parameter to Windows install script.