Skip to content

v0.1.0

Choose a tag to compare

@carolsimone carolsimone released this 29 Jul 18:05
· 235 commits to main since this release
a194c4b

First tagged release of Continuo — a control plane for data pipelines with built-in agentic remediation.

This is the release that made Continuo installable by someone other than its author: every service image published to a public registry, and a single Helm chart that stands the whole system up.

Install

helm install continuo oci://ghcr.io/carolsimone/charts/continuo \
  --version 0.1.0 -n continuo --create-namespace

Apple Silicon users: use v0.1.1 instead. The images in this release are linux/amd64 only, so an install on arm64 fails with ImagePullBackOff. Multi-arch publishing landed in 0.1.1.

What's in it

  • One chart installs everything. All ten backend services, plus optional bundled quickstart datastores (PostgreSQL, Redis, Neo4j, MinIO, Dex) with auto-generated passwords — or point external* / existingSecret values at datastores you already run.
  • Images on GitHub Container Registry at ghcr.io/carolsimone/continuo-*, pinned by digest at deploy time.
  • Hardened by default. Every workload runs non-root (uid 65532) with dropped Linux capabilities, seccompProfile: RuntimeDefault, resource requests and limits, behind default-deny NetworkPolicies.
  • Database bootstrap included. The db-init step idempotently creates all nine service databases and runs Flyway migrations.

Status

Beta. dbt is the only supported runtime. Evaluate freely; read deploy/README.md before running it anywhere that matters.