Skip to content

Commit 02d594c

Browse files
committed
release 0.15.4
1 parent 7d0b5c1 commit 02d594c

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

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.15.3"
9+
Version = "0.15.4"
1010
// AppName is the name of the application.
1111
AppName = "beszel"
1212
)

internal/site/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.15.3",
4+
"version": "0.15.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",

supplemental/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.15.4
2+
3+
- Refactor containers table to fix clock issue causing no results. (#1337)
4+
5+
- Fix Windows extra disk detection. (#1361)
6+
7+
- Add total line to the tooltip of charts with multiple values. (#1280)
8+
9+
- Add fallback paths for `smartctl` lookup. (#1362, #1363)
10+
11+
- Fix `intel_gpu_top` parsing when engine instance id is in column. (#1230)
12+
13+
- Update `henrygd/beszel-agent-nvidia` Dockerfile to build latest smartmontools. (#1335)
14+
115
## 0.15.3
216

317
- Add CPU state details and per-core usage. (#1356)

0 commit comments

Comments
 (0)