From 2c27d0e1dbefb4b72f370a580f82d31c8eecf9c3 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 23 Nov 2025 13:24:13 +0100 Subject: [PATCH] Prepare v0.1.107 for filesystem data debugging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Current status: Filesystem children appear with correct mount points but show —% —GB/—GB Need to debug why usage_percent, used_gb, total_gb metrics aren't populating filesystem entries --- agent/Cargo.toml | 2 +- dashboard/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agent/Cargo.toml b/agent/Cargo.toml index f856c94..2d8368b 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-agent" -version = "0.1.106" +version = "0.1.107" edition = "2021" [dependencies] diff --git a/dashboard/Cargo.toml b/dashboard/Cargo.toml index f21f704..e4fb3cd 100644 --- a/dashboard/Cargo.toml +++ b/dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard" -version = "0.1.106" +version = "0.1.107" edition = "2021" [dependencies] diff --git a/shared/Cargo.toml b/shared/Cargo.toml index c43bd45..2d09fea 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cm-dashboard-shared" -version = "0.1.106" +version = "0.1.107" edition = "2021" [dependencies]