v1.0.0: Stable Selfhosted Release - #62
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
v1.0.0value.Description
1.0.0and API-visible strings tov1.0.0(backendpyproject.toml,backend/app/main.py,backend/app/api/routes_system.py,backend/app/core/system_status.py, andfrontend/package.json).Layoutnow acceptsappVersion(passed fromsystem?.version) and displays it with a fallback ofv1.0.0, and hardcodedv0.9.2-rcstrings were removed fromApp.tsx,Layout.tsxand the About view.README.md(badges and "Current Release" text), rewroteROADMAP.mdfor a release-oriented structure, added top section toRELEASE_NOTES.mdforv1.0.0, and updated operations docs (docs/operations/security.md,upgrades.md,release-checklist.md,troubleshooting.md).frontend/vite.config.tsusesVITE_API_PROXY_TARGETwith a safe default ofhttp://backend:8000.Testing
cd backend && pytest -qproduced a green run (102 passed, multiple non-blocking warnings).cd frontend && npm run buildcompleted successfully and produced a production build.python backend/scripts/check_upgrade_path.pyfailed in this environment due to a localalembic upgrade headsubprocess error, andpython backend/scripts/check_deployment_health.py --base-url http://localhost:8000 --check-setupfailed due to the backend not running in this session.appVersionis injected into the UI with av1.0.0fallback.Codex Task