Orch8 0.7.1
Version 0.7.1 is the current stable release. It is a distribution patch for the 0.7 line: Apple XCFramework artifacts are installable and the minimum supported iOS version is consistent across packaged deliverables.
Install 0.7.1
Bash
# Installer resolves and verifies the current release
curl -fsSL https://raw.githubusercontent.com/orch8-io/engine/main/install.sh | sh
orch8-server --version
# Reproducible container deployment
docker pull ghcr.io/orch8-io/engine:0.7.1
docker run --rm ghcr.io/orch8-io/engine:0.7.1 --versionNote
Pin production deployments to
0.7.1. Git uses the v0.7.1 tag; binaries, packages, and container images use 0.7.1.Upgrade from 0.7.0
No workflow wire-contract or PostgreSQL migration was added by this patch. Replace the binary or image and run the normal health checks. Operators upgrading from an older release must still complete the 0.7.0 migration checklist, including signed public webhooks and PostgreSQL migration 074.
Warning
Features documented under Current main are newer than 0.7.1 and are not part of this stable release.
Ready to try Orch8?
One command to install. Then run your first local sequence.
Bash
curl -fsSL https://orch8.io/start.sh | shWas this helpful?