Corrobore v0.2.2¶
Release date: 2026-07-25
Highlights¶
- Publish Docker images to GitHub Container Registry (GHCR) with a dedicated workflow.
- Keep manual EE domain-provider artifacts bundled in-repo for runtime deployment (
libs + manifest). - Preserve signed EE license-only gating for enterprise module activation.
Included operations updates¶
- New workflow:
.github/workflows/docker.yml - Builds container images on pull requests.
- Publishes multi-arch (
linux/amd64,linux/arm64) images toghcr.ioon push tomainand on release tags (v*).
Runtime package contents¶
- Domain-provider runtime artifacts included under:
overrides/domain-providers/v0.1.0-linux-x64/overrides/domain-providers/v0.1.0-macos-arm64/- Each folder contains the provider libraries and
domain-providers.jsonmanifest for manual deployment workflows.