Releases: artifactx-rs/artifactx
v0.3.2
ArtifactX v0.3.2
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 serveDocker: docker run --rm -v ./repo:/repo -p 8080:8080 ghcr.io/artifactx-rs/arx:v0.3.2 serve
Full Changelog: v0.3.1...v0.3.2
v0.3.0
ArtifactX v0.3.0
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 serveDocker: docker run --rm -v ./repo:/repo -p 8080:8080 ghcr.io/artifactx-rs/arx:v0.3.0 serve
Full Changelog: v0.2.7...v0.3.0
v0.2.7
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 serveDocker: 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
v0.2.6
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 serveDocker: 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
v0.1.4
ArtifactX v0.1.4
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 serveDocker: docker run --rm -v ./repo:/repo -p 8080:8080 ghcr.io/artifactx-rs/arx:v0.1.4 serve
Full Changelog: v0.1.3...v0.1.4
v0.1.3
ArtifactX v0.1.3
Build Once. Package Once. Publish Everywhere.
curl -fsSLO https://github.com/artifactx-rs/artifactx/releases/download/v0.1.3/arx-v0.1.3-amd64
sudo install -m 755 arx-v0.1.3-amd64 /usr/local/bin/arx
arx init && arx pack ./Cargo.toml && arx publish && arx serveDocker: docker run --rm -v ./repo:/repo -p 8080:8080 ghcr.io/artifactx-rs/arx:v0.1.3 serve
Full Changelog: v0.1.2...v0.1.3
v0.1.1
ArtifactX v0.1.1
Build Once. Package Once. Publish Everywhere.
Download
| Arch | Binary | .deb | .rpm |
|---|---|---|---|
| amd64 | arx-amd64 |
arx_*_amd64.deb |
arx-*.x86_64.rpm |
| arm64 | arx-arm64 |
arx_*_arm64.deb |
arx-*.aarch64.rpm |
curl -fsSLO https://github.com/artifactx-rs/artifactx/releases/download/v0.1.1/arx-amd64
sudo install -m 755 arx-amd64 /usr/local/bin/arxDocker: docker run --rm -v ./repo:/repo -p 8080:8080 ghcr.io/artifactx-rs/arx:v0.1.1 serve
Full Changelog: v0.1.0...v0.1.1
v0.1.0
ArtifactX v0.1.0
Build Once. Package Once. Publish Everywhere.
curl -fsSLO https://github.com/artifactx-rs/artifactx/releases/download/v0.1.0/arx-amd64
sudo install -m 755 arx-amd64 /usr/local/bin/arx
arx init && arx pack ./Cargo.toml && arx publish && arx serveDocker: docker run --rm -v ./repo:/repo -p 8080:8080 ghcr.io/artifactx-rs/arx:v0.1.0 serve
Full Changelog: https://github.com/artifactx-rs/artifactx/commits/v0.1.0