0.12.12 release

This commit is contained in:
henrygd
2025-09-25 19:37:26 -04:00
parent 133d229361
commit ca58ff66ba
5 changed files with 14 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
## 0.12.12
- Fix high CPU usage when `intel_gpu_top` returns an error. (#1203)
- Add `SKIP_GPU` environment variable to skip GPU data collection. (#1203)
- Add fallback cache/buff memory calculation when cache/buff isn't available ([#1198](https://github.com/henrygd/beszel/issues/1198))
- Fix automatic agent update / restart on OpenRC. (#1199)
## 0.12.11 ## 0.12.11
- Adjust calculation of cached memory (fixes #1187, #1196) - Adjust calculation of cached memory (fixes #1187, #1196)