Skip to content

Flyto2 Flow v0.1.1

Latest

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