Skip to content

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 24 Jun 01:51
· 26 commits to main since this release

ArtifactX v0.2.6

Build Once. Package Once. Publish Everywhere.

curl -fsSLO https://github.com/artifactx-rs/artifactx/releases/latest/download/arx-latest-amd64
sudo install -m 755 arx-latest-amd64 /usr/local/bin/arx
arx init && arx pack ./Cargo.toml && arx publish && arx serve

Docker: docker run --rm -v ./repo:/repo -p 8080:8080 ghcr.io/artifactx-rs/arx:v0.2.6 serve

What's Changed

  • Expose yum import metadata deltas before cutover by @jamesarch in #69
  • Document downstream sync integration boundaries by @jamesarch in #70
  • Make the beta HTTP API contract testable by @jamesarch in #71
  • Let imports publish client metadata in one step by @jamesarch in #73
  • Add explicit lifecycle hooks for repository state changes by @jamesarch in #74
  • Add preflighted live cutover workflow by @jamesarch in #75
  • Document v0.2 E2E fixtures and CI boundaries by @jamesarch in #76
  • Persist package add cache across process restarts by @jamesarch in #78

Full Changelog: v0.1.4...v0.2.6