Skip to content

RAX Compute Gateway v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 15:43
v0.2.0
58716d3

Highlights

RAX Compute Gateway v0.2.0 makes the project ready for public evaluation and day-to-day operation:

  • compact authenticated operator console at /admin/
  • tenant and API-key creation, listing, and revocation with content-free audit events
  • hardened admin authentication, session, CSRF, lockout, and cookie controls
  • one-command Docker self-hosted quickstart
  • GitHub-authenticated hosted trial with unique five-minute, tightly scoped API keys
  • conservative request ceilings and provider output caps before dispatch

Try it in 60 seconds

Open https://api.rax-digital.com/demo/, verify with GitHub, copy the generated curl, and receive a normalized model response. The production claim-to-response path was verified before publication.

For self-hosting, follow the 5–10 minute quickstart.

Release artifacts

This release publishes the signed multi-architecture OCI image ghcr.io/radium0090/compute-gateway:v0.2.0, Helm chart, OpenAPI contract, checksums, SPDX SBOM, GitHub provenance, and keyless Cosign signature. Production deployments should pin the immutable image digest.

Main changes

  • Operator console: #44
  • Secure five-minute demo claims and quickstart: #45
  • Public release documentation: #46
  • Full changelog