Releases: cubeshipd/cubeship-honcho-template
Releases · cubeshipd/cubeship-honcho-template
Release list
v2.0.0
2.0.0 (2026-09-15)
⚠ BREAKING CHANGES
- an existing installation is not migrated. Its postgres app and volume stay where they are; moving to the managed database means installing fresh and copying the data across with pg_dump and psql. Requires Cubeship 0.9.0.
Features
- run Honcho on a managed Postgres with pgvector (3c1a5dc)
Honcho on Cubeship v1.0.0
Install Honcho v3.1.2 on Cubeship with an authenticated HTTPS API, a separate memory worker, PostgreSQL 17 with pgvector 0.8.2, and managed Redis 7.4.
The template generates database and signing secrets, waits for dependencies, and applies database migrations before the API starts. The README explains how to create a workspace token and connect Hermes agents on a VPS and Mac to shared memory.
Requirements
- Cubeship 0.7.0 or newer and an admin account to build the apps.
- A domain and an OpenAI API key for Honcho's default models.
Validation
- Cubeship template validator passed, with expected warnings for the internal PostgreSQL app and background worker.
- All 9 startup tests passed.
- Cubeship
make checkpassed. - Official Honcho and pgvector image manifests verified for Linux amd64 and arm64.
A live VPS installation has not yet been tested.