Skip to content

TauGrid v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 08:07
· 130 commits to main since this release
cbf4e83

TauGrid v0.3.0

TauGrid v0.3.0 publishes the tau and tau-gen command-line tools alongside
the aligned TauGrid 0.3.0 images and Helm charts.

Highlights

  • Publish reproducible tau and tau-gen binaries for Linux and macOS on
    amd64 and arm64, together with checksums and the release installer.
  • Support repository-first Kubernetes Job and RayJob execution through Kueue,
    including project source staging, bounded workload retention, and lifecycle
    cleanup.
  • Improve Ray Tune submission, multi-cluster run observation, and terminal
    workload status handling.
  • Expand Azure GPU topology support and surface GPU runtime evidence during
    cluster validation.
  • Align tau cluster install with the TauGrid 0.3.0 charts and public MCR
    images.

Compatibility

  • This GitHub Release publishes the Go CLI binaries. The Python SDK is tested
    from the same source revision for compatibility but keeps its own package
    version and is not published as a wheel by this workflow.
  • Public environment variables keep the TAU_ prefix.
  • Kubernetes metadata and workspace APIs keep the tau.azure.com domain.
  • experiment and portal commands continue to require the separate
    taugrid-portal binary.

Install

  1. Download the matching tau-<os>-<arch> binary and SHA256SUMS.
  2. Verify the checksum before installing the binary as tau.
  3. Put the verified binary on PATH and run tau version --short.
  4. Use the matching tau-gen-<os>-<arch> asset when code generation is needed.