Releases: flytohub/flyto-flow
Releases · flytohub/flyto-flow
Release list
Flyto2 Flow v0.1.1
Flyto2 Flow 0.1.1 is the corrected first enterprise-foundation release. It supersedes 0.1.0 without rewriting the immutable 0.1.0 tag.
Run it
docker pull docker.io/flyto2/flow:0.1.1
docker run --detach \
--name flyto-flow \
--init \
--restart unless-stopped \
--shm-size=1g \
--publish 127.0.0.1:9000:9000 \
--volume flyto-flow-data:/data/flyto \
docker.io/flyto2/flow:0.1.1Open http://127.0.0.1:9000.
Enterprise foundations
- Revisioned connection and credential contracts for nine integration families
- OIDC, SAML, SCIM, organization/workspace RBAC, and fail-closed provider injection
- Queue leases, standalone workers, recovery, external queue adapters, and load tests
- AES-GCM, Vault Transit, AWS KMS, and external key-management provider contracts
- Signed extension manifests, permission grants, artifact verification, and starter templates
- Transactional migrations, verified backup/restore, compatibility gates, audit chains, metrics, traces, and alert delivery
Release integrity
- Platforms:
linux/amd64,linux/arm64 - Immutable index digest:
sha256:b4229c3fa939accd80210f973d3ff62919d8c75b078d3498b77fe52c13ffcf6c - Native container health checks before publication
- Blocking Trivy scans for fixable high and critical findings
- Per-platform OCI SBOM and provenance attestations
- Published only by the SemVer tag workflow
Full Changelog: v0.1.0...v0.1.1
Flyto2 Flow v0.1.0 (Superseded)
[!WARNING]
This release is superseded by v0.1.1. Its source reported internal version 0.3.1 and its image supports AMD64 only. Use 0.1.1 for the corrected version contract and native AMD64/ARM64 release.
Flyto2 Flow 0.1.0 is the first versioned self-hosted container release. It bundles the visual workflow builder, local gateway, flyto-core, MCP Studio, Playwright, Chromium, and local SQLite storage.
Run it
docker pull docker.io/flyto2/flow:0.1.0
docker run --detach \
--name flyto-flow \
--init \
--restart unless-stopped \
--shm-size=1g \
--publish 127.0.0.1:9000:9000 \
--volume flyto-flow-data:/data/flyto \
docker.io/flyto2/flow:0.1.0Open http://127.0.0.1:9000.
Release integrity
- Platform:
linux/amd64 - Immutable index digest:
sha256:a7749423eb63eaa4f2a2b39df1ec775aa3380601a81082d8b0248f7b7b4934fa - Health-checked before publication
- Zero open Code Scanning alerts at publication
- Blocking Trivy scan for fixable high and critical findings
- OCI SBOM and provenance attestations included
- Published only by the SemVer tag workflow
What's Changed
- Refactor synchronization validator complexity by @ChesterHsu in #16
- docs: define connection injection contract by @ChesterHsu in #17
- docs: document first-run workflow starters by @ChesterHsu in #18
- ci: publish Flyto2 Flow container releases by @ChesterHsu in #19
- docs: generate source reference inventory by @ChesterHsu in #20
- docs: publish the Docker Hub product overview by @ChesterHsu in #21
- Fix release image vulnerability gate by @ChesterHsu in #22
New Contributors
- @ChesterHsu made their first contribution in #16
Full Changelog: https://github.com/flytohub/flyto-flow/commits/v0.1.0