v0.8.0 — Platform Integration
Eighth release of the infra repository: Platform Integration - multi-target deployment guidance. Documentation only, no infrastructure changes, per the phase's own stated constraint.
Added
docs/deployment.md- real content replacing the v0.1.0 stub: the general deploy flow (git pull -> docker pull -> compose up -> health check -> rollback), themanagement/app/agentrole vocabulary, links to per-provider host provisioningdocs/platforms/aws.md,google-cloud.md,oracle-cloud.md,homelab.md- each covers only what's genuinely provider-specific (getting from nothing to a reachable Ubuntu host); everything past that point is already identical across providers by design, so these docs hand off to the existingscripts/harden-host.sh <role>+docker/*/README.mdsteps rather than re-describing themdocs/platforms/oracle-cloud.mdnotes the Always Free ARM (Ampere A1) tier is viable for theapprole's own images (nginx/postgres, both confirmed multi-arch) but flags the application's own images as a separate build-time concern for that repo's own CIdocs/platforms/homelab.mdis a migration guide, not a fresh-deploy guide - walks throughscripts/backup.sh->scripts/restore.shas the actual AWS-to-self-hosted migration mechanism for Jenkins, exercising the v0.6.0 tooling end to end
Changed
docs/project-specification.md's Documentation section gainsplatforms/
What's next
v0.9.0 - Documentation (architecture diagrams, operational runbooks, onboarding documentation, plus completing architecture.md and recovery.md, the two remaining stubs from v0.1.0).
Full changelog: CHANGELOG.md