Skip to content

Releases: flytohub/flyto-flow

Flyto2 Flow v0.1.1

Choose a tag to compare

@ChesterHsu ChesterHsu released this 23 Jul 17:43

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.1

Open 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)

Choose a tag to compare

@ChesterHsu ChesterHsu released this 23 Jul 14:40
b1a86b5

[!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.0

Open 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

New Contributors

Full Changelog: https://github.com/flytohub/flyto-flow/commits/v0.1.0