Skip to content

0.5.0 - 2026-06-19

Choose a tag to compare

@github-actions github-actions released this 19 Jun 15:51
22f1201

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

File Platform Checksum
grimoire-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
grimoire-x86_64-apple-darwin.tar.xz Intel macOS checksum
grimoire-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
grimoire-x86_64-pc-windows-msvc.zip x64 Windows checksum
grimoire-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
grimoire-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
grimoire-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
grimoire-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum