diff --git a/README.md b/README.md index 1c2afc3..2385611 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | **Copyright** | 2026 John Haverlack | | **License** | MIT | | **Version** | 0.3.8 | -| **Date** | 2026-02-07 | +| **Date** | 2026-02-08 | ## Overview diff --git a/docs/DESIGN.md b/docs/DESIGN.md index 4ff97bb..df5a246 100644 --- a/docs/DESIGN.md +++ b/docs/DESIGN.md @@ -6,7 +6,7 @@ | **Copyright** | 2026 John Haverlack | | **License** | MIT | | **Version** | 0.3.8 | -| **Date** | 2026-02-07 | +| **Date** | 2026-02-08 | ## Overview @@ -48,11 +48,11 @@ MVP - Minimum Viable Product Task List - [x] SDL process uptime (`process.uptime()`) - [x] OS uptime (`os.uptime()`) - [ ] Worker Display Improvements - - [ ] Show OS distro + version in Platform column (e.g., "Debian 12 / x64") - - [ ] Show system type (Physical 🖥️ / VM 💠) + - [x] Show OS distro + version in Platform column (e.g., "Debian 12 / x64") + - [x] Show system type (Physical 🖥️ / VM 💠) - [ ] Show GPU VRAM in GPU column (e.g., "2 GPUs (48 GB)") - - [ ] Show worker uptime in dashboard - - [ ] Display last seen as elapsed time in dashboard, not date + - [x] Show worker uptime in dashboard + - [x] Display last seen as elapsed time in dashboard, not date - [ ] Track Username for sdl process - [ ] Web UI - [ ] Progresive Web App @@ -123,6 +123,7 @@ MVP - Minimum Viable Product Task List - [ ] Installation documentation - [ ] Configuration examples - [ ] Troubleshooting guide +- [ ] Validate IP change Stablity --- diff --git a/metadata.json b/metadata.json index b0461f0..e60810b 100644 --- a/metadata.json +++ b/metadata.json @@ -4,7 +4,7 @@ "description": "Software Defined Laboratory", "abbr": "SDL", "version": "0.3.8", - "version_date": "2026-02-07", + "version_date": "2026-02-08", "maturity": "ALPHA", "author": "John Haverlack", "copyright": "2026 John Haverlack", diff --git a/sdl-mgr/app/package.json b/sdl-mgr/app/package.json index 80ce4c7..94c0a84 100644 --- a/sdl-mgr/app/package.json +++ b/sdl-mgr/app/package.json @@ -1,7 +1,7 @@ { "name": "sdl-mgr", "version": "0.3.8", - "version_date": "2026-02-07", + "version_date": "2026-02-08", "description": "Software Defined Laboratory: Manager (sdl-mgr)", "main": "index.js", "type": "module", diff --git a/sdl-wkr/app/package.json b/sdl-wkr/app/package.json index 00d08c9..25821ae 100644 --- a/sdl-wkr/app/package.json +++ b/sdl-wkr/app/package.json @@ -2,7 +2,7 @@ "name": "sdl-wkr", "description": "Software Defined Laboratory: Worker (sdl-wkr)", "version": "0.3.8", - "version_date": "2026-02-07", + "version_date": "2026-02-08", "main": "index.js", "type": "module", "scripts": {