From 86c330e73c74fd6bf63f78a248ccf265b2aed0c7 Mon Sep 17 00:00:00 2001 From: Don Kingdon Date: Mon, 27 Apr 2026 04:27:52 +0000 Subject: [PATCH] v1.5.1-beta: health route fix + dynamic version display --- PROJECT_STATE.md | 14 +++++++++++++- README.md | 6 ++++++ VERSION | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/PROJECT_STATE.md b/PROJECT_STATE.md index e7bf82a..32834a0 100644 --- a/PROJECT_STATE.md +++ b/PROJECT_STATE.md @@ -1,3 +1,15 @@ +## [v1.5.1-beta] - Health + stability patch + +### Fixes +- Fixed /health route crash (Path import + indentation issue) +- Version now dynamically sourced from VERSION file +- Health page now displays: OTB Cloud Health: + +### Notes +- No functional changes to core systems +- Stability + visibility improvement only + + ## [v1.5.0-beta] - Stable beta milestone ### Major Systems @@ -14,7 +26,7 @@ System is now stable and usable as a real-world service platform. # PROJECT_STATE.md Project: OTB Cloud -Version: v1.5.0-beta +Version: v1.5.1-beta Updated: 2026-04-26 Location: /opt/otb_cloud diff --git a/README.md b/README.md index 0cd3519..973aac0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ # OTB Cloud +## v1.5.1-beta - 2026-04-27 + +- Fixed /health crash (import + indentation) +- Added dynamic version display via VERSION file +- Health page now shows current running version + ## v1.5.0-beta - 2026-04-26 - Image workshop now fully functional: diff --git a/VERSION b/VERSION index ac17a33..9a76aa7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.1.0-alpha4.1 +v1.5.1-beta