Release v1.0.7
Bifrost v1.0.7
This release tightens the new Solution authoring model so local development stays attached to a specific Solution install instead of accidentally writing into the shared/global workspace.
What's Changed
- Added the
bifrost solution createworkflow for new Solution workspaces: it writesbifrost.solution.yaml, creates the empty remote install, and binds the workspace in local.env. - Kept
bifrost solution initas a transparent alias for the same create-and-bind flow. - Added
bifrost solution bind --solution <id-or-unique-slug>for cloned workspaces or existing installs; it binds local.envwithout creating anything remotely. - Made
bifrost solution startrequire a bound install and pass the bound Solution/org context through local data-plane calls, so tables/configs/files/workflows resolve inside the intended Solution scope. - Bumped the Bifrost Claude/Codex plugin manifests to
1.0.7. - Stabilized the standalone v2 app bootstrap test that was racing the intentionally failing dynamic import path.
Documentation
- Docs PR: https://github.com/jackmusick/bifrost-integrations-docs/pull/8 updates the Solution local-dev and manifest pages for
create,bind, theinitalias, and.envbinding behavior.
Verification
- Local release check passed: clean tree, no existing
v1.0.7tag, onmain, and backend unit tests passed (5081 passed, 2 skipped). - Tag CI passed for
v1.0.7: client unit tests, backend unit tests, lint/type check, both E2E shards, image build/push/sign/attest, and release creation.
Docker Images
API:
docker pull ghcr.io/gobifrost/bifrost-api:v1.0.7Client:
docker pull ghcr.io/gobifrost/bifrost-client:v1.0.7Type Stubs for IDEs
Download bifrost.pyi from the assets below and place it in your workspace directory for IDE autocomplete and type checking support.
See DISTRIBUTION.md for instructions.
Signed artifacts (Sigstore / cosign — keyless)
Each release asset has a matching .sigstore bundle (Sigstore's
self-contained signature + certificate + Rekor inclusion proof,
produced via keyless OIDC — no maintainer-held keys involved).
Verify with cosign (>= v2.4):
cosign verify-blob \
--bundle bifrost-v1.0.7-source.tar.gz.sigstore \
--certificate-identity-regexp 'https://github\.com/gobifrost/bifrost/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
bifrost-v1.0.7-source.tar.gzA SLSA build-provenance attestation is also published and verifiable via:
gh attestation verify bifrost-v1.0.7-source.tar.gz \
--owner gobifrost