Releases: jrepp/prism-data-layer
Releases · jrepp/prism-data-layer
Prism v0.0.1-test.4
Prism Data Access Gateway v0.0.1-test.4
Release Artifacts
Binaries (Release - Optimized)
prism-admin-{os}-{arch}.tar.gz- Control plane serverprismctl-{os}-{arch}.tar.gz- CLI toolprism-proxy-{os}-{arch}.tar.gz- Rust-based data proxypattern-launcher-{os}-{arch}.tar.gz- Pattern deployment toolplugin-watcher-{os}-{arch}.tar.gz- Plugin monitoring utility
Debug Binaries
*-debug.tar.gz- Debug builds with symbols (not stripped)
Docker Images
Available on GitHub Container Registry:
# Scratch variant (smallest, ~6-10MB)
docker pull ghcr.io/jrepp/prism-data-layer/prism-admin:v0.0.1-test.4-scratch
# Distroless variant (better debugging, ~20MB)
docker pull ghcr.io/jrepp/prism-data-layer/prism-admin:v0.0.1-test.4-distroless
# Alpine variant (full shell, ~15-25MB)
docker pull ghcr.io/jrepp/prism-data-layer/prism-admin:v0.0.1-test.4-alpineVerification
Verify checksums after download:
sha256sum -c SHA256SUMSWhat's Changed
See CHANGELOG.md for detailed changes.
Full Changelog: v0.1.0...v0.0.1-test.4
Test Release v0.0.1-test.2 (All Fixes)
Test release to validate the release pipeline and artifact generation.
All fixes included:
- Fixed prism-loadtest module path (github.com/prism → github.com/jrepp/prism-data-layer)
- Added prism-loadtest to Makefile build targets
- Fixed Dockerfile to copy all pkg/ dependencies (not just pkg/plugin)
What gets built:
- ✅ Binaries: prism-admin, prismctl, prism-loadtest, pattern-launcher, plugin-watcher, prism-proxy (all platforms)
- ✅ Docker images: prism-admin, prismctl, pattern-launcher, plugin-watcher (all variants: scratch, distroless, alpine)
This is a pre-release for testing purposes.