Skip to content

Commit b7915b9

Browse files
committed
release 0.16.0
1 parent 4443b60 commit b7915b9

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
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.16.0-beta.1"
9+
Version = "0.16.0"
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.4",
4+
"version": "0.16.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",

supplemental/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.16.0
2+
3+
- Add basic systemd service monitoring. (#1153)
4+
5+
- Add GPU usage alerts.
6+
7+
- Show additional disk percentages in systems table. (#1365)
8+
9+
- Embed `smartctl` in the Windows binary (experimental). (#1362)
10+
11+
- Add `EXCLUDE_SMART` environment variable to exclude devices from S.M.A.R.T. monitoring. (#1392)
12+
13+
- Change alert links to use system ID instead of name.
14+
15+
- Update Go dependencies.
16+
117
## 0.15.4
218

319
- Refactor containers table to fix clock issue causing no results. (#1337)

0 commit comments

Comments
 (0)