Skip to main content

Version 0.7.0-beta.5 Released

Β· 2 min read

Fifth beta of the 0.7.0 line. A maintenance beta focused on housekeeping: a fresh dependency sweep across every repo, and a small backend restructure that makes the release version actually flow into the published OpenAPI schema (and from there, into the rendered API reference and the generated SDKs). On top of beta.1–beta.4's OCI registry support, local cluster mode, configurable database pool, tunable deployment credentials, TLS provider fix, and bots-API restoration. Still beta β€” exercise it in non-production first.

Dependency Refresh πŸ§Ήβ€‹

Every source repo had its third-party deps refreshed β€” Cargo lockfiles, npm patches, and GitHub Actions versions normalized across the org (actions/checkout β†’ v6, docker/build-push-action β†’ v7, docker/login-action β†’ v4, docker/setup-buildx-action β†’ v4). No external behavior change, but the images now build against current upstreams.

OpenAPI Version Actually Tracks the Release πŸ·οΈβ€‹

Backend's workspace member crates now inherit their version from a single [workspace.package].version key, instead of each crate hard-coding 0.1.0. That stale 0.1.0 was exactly what utoipa read for the OpenAPI info.version, so every prior release's published openapi.yaml claimed 0.1.0 regardless of the tag. From beta.5 onwards, the schema advertises the real release version, which means the API reference rendered on this site and the generated Python and Rust SDKs all carry the matching version.

Documentation Improvements πŸ“šβ€‹

A round of cleanups and additions on this site:

  • Interactive API reference at /api, rendered from the backend's OpenAPI schema (Redoc) instead of a hand-maintained endpoint table that was bound to drift.
  • New install guides under Installation: single EKS, multi-EKS (control + deployment clusters), multi-account (cross-account IRSA federation), and a security-considerations page.
  • Fixed long-standing inaccuracies in the Terraform module docs (submodule layout, cross-account trust model), the bot permission/audit model, the admin-email wiring, and several Postgres connection claims.

What's Next​

The 0.7.0 stable cut is on the horizon β€” please surface any beta regressions on GitHub Issues before then.