mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-21 21:26:16 +01:00
0.18.4 release
This commit is contained in:
@@ -6,7 +6,7 @@ import "github.com/blang/semver"
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version is the current version of the application.
|
// Version is the current version of the application.
|
||||||
Version = "0.18.3"
|
Version = "0.18.4"
|
||||||
// AppName is the name of the application.
|
// AppName is the name of the application.
|
||||||
AppName = "beszel"
|
AppName = "beszel"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "beszel",
|
"name": "beszel",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.18.3",
|
"version": "0.18.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
|
|||||||
@@ -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).
|
- Add `GPU_COLLECTOR` environment variable to manually specify the GPU collector(s).
|
||||||
|
|
||||||
@@ -16,11 +16,21 @@
|
|||||||
|
|
||||||
- Add `fingerprint` command to the agent. (#1726)
|
- 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)
|
- 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)
|
- 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.
|
- Add `InstallMethod` parameter to Windows install script.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user