release 0.18.2

This commit is contained in:
henrygd
2026-01-12 18:26:30 -05:00
parent 9ad3cd0ab9
commit af0c1d3af7
4 changed files with 20 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import "github.com/blang/semver"
const (
// Version is the current version of the application.
Version = "0.18.1"
Version = "0.18.2"
// AppName is the name of the application.
AppName = "beszel"
)

View File

@@ -1,12 +1,12 @@
{
"name": "beszel",
"version": "0.18.1",
"version": "0.18.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "beszel",
"version": "0.18.1",
"version": "0.18.2",
"dependencies": {
"@henrygd/queue": "^1.0.7",
"@henrygd/semaphore": "^0.0.2",

View File

@@ -1,7 +1,7 @@
{
"name": "beszel",
"private": true,
"version": "0.18.1",
"version": "0.18.2",
"type": "module",
"scripts": {
"dev": "vite --host",

View File

@@ -1,3 +1,19 @@
## 0.18.2
- Add separate dynamically linked glibc build for Linux. (#1618)
- Fix GPU ID collision between Intel and NVIDIA collectors. (#1522)
- Only hide GPU engine graph if entire usage is 0%. (#1624)
- Add Jetson tegrastats regex support for pre-Jetpack 5 versions. (#1631)
- Improve Indonesian translations. (#1625)
## 0.18.1
- Fix bug in 0.18.0 where all containers were cleared from the "All Containers" page when any system returned no containers.
## 0.18.0
- Add experimental NVML GPU collector. (#1522, #1587)