Release Notes
Added
- Multi-registry support, shared catalog core, and grim mcp server
- Add shell and PowerShell installers hosted on the docs site (release)
- Support repository_prefix / per-entry repository in publish.toml (publish)
Documentation
- Document grim mcp and multi-registry config
- Lead the install page with ocx, then the install script
- Supersede artifact-type ADR with empty-config compatibility (adr)
- Document registry compatibility for catalog discovery
- Record that GitLab rejects the custom artifactType (adr)
Fixed
- Reconcile install state against the active client set (install)
- Tolerate destroyed or malformed state when removing and syncing (install)
- Re-materialize all active clients on a partial-client version bump (install)
- Warn instead of failing on vendor-config sync after install/uninstall (tui)
- Use the OCI empty config media type so GitLab accepts manifests (oci)
- Drop the custom artifactType too — GitLab rejects it (oci)
- Apply swarm-review remediations across gitlab-registry-compat
Install grimoire 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/michael-herwig/grimoire/releases/download/v0.5.0/grimoire-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/michael-herwig/grimoire/releases/download/v0.5.0/grimoire-installer.ps1 | iex"
Download grimoire 0.5.0