Skip to content

Commit af0c1d3

Browse files
committed
release 0.18.2
1 parent 9ad3cd0 commit af0c1d3

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.18.1"
9+
Version = "0.18.2"
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.18.1",
4+
"version": "0.18.2",
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.18.2
2+
3+
- Add separate dynamically linked glibc build for Linux. (#1618)
4+
5+
- Fix GPU ID collision between Intel and NVIDIA collectors. (#1522)
6+
7+
- Only hide GPU engine graph if entire usage is 0%. (#1624)
8+
9+
- Add Jetson tegrastats regex support for pre-Jetpack 5 versions. (#1631)
10+
11+
- Improve Indonesian translations. (#1625)
12+
13+
## 0.18.1
14+
15+
- Fix bug in 0.18.0 where all containers were cleared from the "All Containers" page when any system returned no containers.
16+
117
## 0.18.0
218

319
- Add experimental NVML GPU collector. (#1522, #1587)

0 commit comments

Comments
 (0)