Skip to content

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 24 Jun 04:17
· 15 commits to main since this release

ArtifactX v0.2.7

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.7 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
  • Potential fix for 1 code quality finding by @jamesarch in #110
  • Clarify directory and release boundaries before v0.3 by @jamesarch in #111
  • [codex] Keep release workflow actionlint-clean by @jamesarch in #112

Full Changelog: v0.1.4...v0.2.7