Install
Quick install (no repo needed)
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/ix-infrastructure/Ix/main/scripts/install/install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/ix-infrastructure/Ix/main/scripts/install/install.ps1 | iex
# Homebrew
brew tap ix-infrastructure/ix https://github.com/ix-infrastructure/Ix
brew install ix
ix docker startDocker image
docker pull ghcr.io/ix-infrastructure/ix-memory-layer:latestWhat's Changed
- chore(brew): update formula for v0.10.4 by @github-actions[bot] in #521
- fix: surface cross-workspace stitch failures by @Hiro-Chiba in #533
- fix: fail unresolved machine-readable commands by @Hiro-Chiba in #532
- fix: skip generated dependency lockfiles by @Hiro-Chiba in #529
- fix: preserve source graph after architecture map failure by @Hiro-Chiba in #535
- fix: reject severely incomplete architecture maps by @Hiro-Chiba in #530
- fix: record map completion for a workspace with no regions to build by @KageBinary in #536
- fix: check map completion in doctor by @Hiro-Chiba in #531
- fix: do not fail every existing workspace on upgrade to the map marker by @KageBinary in #537
- docs: one slug for an unresolved target, and document the status booleans by @KageBinary in #538
- chore(release): 0.10.5 by @KageBinary in #540
Full Changelog: v0.10.4...v0.10.5