Skip to content

Commit 4cfb2a8

Browse files
committed
0.18.4 release
1 parent 191f25f commit 4cfb2a8

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

beszel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "github.com/blang/semver"
66

77
const (
88
// Version is the current version of the application.
9-
Version = "0.18.3"
9+
Version = "0.18.4"
1010
// AppName is the name of the application.
1111
AppName = "beszel"
1212
)

internal/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "beszel",
33
"private": true,
4-
"version": "0.18.3",
4+
"version": "0.18.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",

supplemental/CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## Unreleased
1+
## 0.18.4
22

3-
- 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.
3+
- Add outbound heartbeat monitoring to external services (#1729)
44

5-
- Add GPU monitoring for Apple Silicon. (#1747, #1746)
5+
- Add experimental GPU monitoring for Apple Silicon. (#1747, #1746)
66

7-
- Add `nvtop` integration for expanded GPU compatibility.
7+
- Add `nvtop` integration for GPU monitoring. (#1508)
88

99
- Add `GPU_COLLECTOR` environment variable to manually specify the GPU collector(s).
1010

@@ -16,11 +16,21 @@
1616

1717
- Add `fingerprint` command to the agent. (#1726)
1818

19+
- Add precise value entry for alerts via text input. (#1718)
20+
1921
- Include GTT memory in AMD GPU metrics and improve device name lookup. (#1569)
2022

23+
- Improve multiplexed logs detection for Podman. (#1755)
24+
25+
- Harden against Docker API path traversal.
26+
2127
- Fix issue where the agent could report incorrect root disk I/O when running in Docker. (#1737)
2228

23-
- Update Go to 1.26.
29+
- Retry Docker check on non-200 HTTP response. (#1754)
30+
31+
- Fix race issue with meter threshold colors.
32+
33+
- Update Go version and dependencies.
2434

2535
- Add `InstallMethod` parameter to Windows install script.
2636

0 commit comments

Comments
 (0)