Browse Source

v1.5.1-beta: health route fix + dynamic version display

master v1.5.1-beta
Don Kingdon 1 week ago
parent
commit
86c330e73c
  1. 14
      PROJECT_STATE.md
  2. 6
      README.md
  3. 2
      VERSION

14
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: <version>
### 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

6
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:

2
VERSION

@ -1 +1 @@
v1.1.0-alpha4.1
v1.5.1-beta

Loading…
Cancel
Save