Skip to content

Anasemble v0.1.0-rc.1: Evidence-bound recovery

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 21:02
· 10 commits to master since this release
30a9032

Anasemble v0.1.0-rc.1 provides a production-shaped, restart-safe path from independently retained semantic evidence to bounded, operator-approved recovery for its explicitly supported service and state profiles.

Highlights

  • Durable operations: Recovery jobs survive interruption through atomic records, leases, bounded retries, queue backpressure, audit chains and derived metrics.
  • State recovery: Filesystem, PostgreSQL 18, S3-compatible object storage and Redis Streams restore with verified rollback evidence; the exact AWS profile uses authenticated TLS and HTTPS.
  • Isolated activation: Plan-bound OCI artifacts run under supported zero-egress Docker isolation, while the exact EKS 1.36 profile enforces strict VPC CNI network policy before activation.
  • Operator lifecycle: Rust-native installation, configuration migration, exact uninstallation, diagnostics, redacted support bundles and a disaster runbook cover the supported macOS and exact Amazon Linux profiles.
  • Retained evidence: Local CI executes destructive state and activation drills, a 128-job sustained scheduler test, dependency checks and the complete regression suite.
  • Integrated evaluation: Public commands prepare state evidence, reconstruct and activate through OCI and Kubernetes, then accept or restore the prior deployment plus PostgreSQL, S3 and Redis state.

Installation

Install Rust 1.97.0 through rustup, fetch the locked dependencies, build from the signed source tag and install to a new owned prefix:

rustup show
cargo fetch --locked
cargo build --release --locked
target/release/anasemble install /opt/anasemble-0.1.0-rc.1

Compatibility and claims

This candidate supports only rows marked Supported in Compatibility. The supported AWS profiles are restricted to the exact Amazon Linux, RDS, S3, ElastiCache, EKS and VPC CNI versions retained in that contract; generic Linux, Kubernetes, S3-compatible and remote-state combinations remain experimental. Anasemble does not reconstruct arbitrary software, generate a live HTTP server, replace ordinary backups, or prove a cross-backend distributed transaction. Independent reproduction and external security review are optional post-release assurance.

Source code and project-authored assets are available under Apache License 2.0. The licence does not grant trademark rights in the Anasemble name or Semantic Fit identity. See the detailed changelog, security policy, support policy, release artifacts and P4 evidence.